This component looks very promising - thank you.
We are looking for a solution to generate a PDF with a TOC auto-generated, either by the HTML heading (like heading 3 and 4) or by a tag. For now we are using Ultimate PDF which does not have a TOC solution in React.
Thank you,
Francoise
Document Generation in Adobe PDF Services is based on a Word Template. So in order to get a Table of contents you simply add an index to the word document template.
If you are looking to create a PDF from a HTML page then this is also possible. But here you only convert an existing HTML page to pdf and you cannot make additions or cover pages asf.
How to create PDFs using Adobe Document Generation can be found here https://medium.com/@stefan-weber/document-assembly-with-outsystems-and-adobe-document-services-551cf05fa7ed
I also created a demo application to be found on the forge here https://www.outsystems.com/forge/component-overview/13763/adobe-document-generation-sample
Hope that helps. Best, Stefan
Thank you, Stefan, it is very helpful - for us to determine which road would be best. We could explore doing it with the Word template instead of HTML to pdf - the existing page does not have already the TOC.
You have to add the page index then (and of course use the proper headings thruought the document :-) )