• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Doc Generate API - Embed a list in a Table

New Here ,
Aug 05, 2022 Aug 05, 2022

Copy link to clipboard

Copied

hi, any trying to use this to achive a list of suggestions to appear in a table 

{ "flaggedTokens": 
[   {   "offset": 0, 
        "type": "UnknownToken", 
        "token": "Hollo",
        "suggestions": 
        [   { "textly": "Hello" }, 
            { "textly": "Hollow" } 
        ]
    }, 
        
    {   "offset": 7, 
        "type": "UnknownToken", 
        "token": "wrld",
        "suggestions": 
        [ { "textly": "world" } 
        ] 
    } 
] 
}


I have tried many options and currently table in my Word Document looks like this: 

adobe1.JPG

 

but Im not getting the desired results.

Customer wants a list of many Suggestions per line in table. 

And was hoping to use a list as they are numbered items. 

I have it working when 1 long field with all the Suggestions

eg.  1) do this 2) do that 3) do those

 

but these shouldnt each be on a separate line eg.

1) do this

2) do that

3) do those

 

any help would be greatly appreciated as spent few days on this now 😞

thanks
thanks 

Views

188

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 14, 2022 Aug 14, 2022

Copy link to clipboard

Copied

no comments yet, getting worried that this isnt possible. Surely must be possible as seems relatively standard thing to be able to do for providing a Tax Invoice  

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 29, 2022 Sep 29, 2022

Copy link to clipboard

Copied

LATEST

received an email today to say a new version of the API is available, and it does now allow me to achieve what we need to do. maye it already existed, but the doco didnt explain how to use it.

but as explained in this page now, you can use HTML tags like <BR> each to better format the lists within tables 

Word Add-in | Document Generation API | Adobe PDF Services

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources