Generating PDF from HTML with bookmarks

Hi ,

I have an online application in which the user can create articles using a HTML editor. The contents are stored in a MS-SQL database as varchar(max) column.

I have been asked to see if I can generate a PDF document from the stored HTML file and at the same time create bookmarks for the article so that if required I can build a table of contents for the generated PDF . The PDF may consist of several articles so I would assume that I could append articles as I go along to form a single document with a table of contents.

Is this possible with your product.

Regards,
Sam

@MMS,

Thanks for contacting support.

Aspose.Html supports the feature to convert HTML content to PDF format.

We have a separate API named Aspose.Pdf which offers the feature to create as well as manipulate existing PDF file and for above stated requirements, you need to try using Aspose.Pdf for .NET. For more information, please visit

Working with Bookmarks
Working with TOC