Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Wed Jul 16, 2014 10:29 am

Hi,
I would like to know if is possible to preserve bookmarks in DOCX to PDF conversion.
Word has an option to do this saving document in PDF. Can I do this with Spire ?

Thanks !

pld
 
Posts: 6
Joined: Tue Mar 04, 2014 5:23 pm

Thu Jul 17, 2014 3:48 am

Hello,

Thanks for your inquiry.
Sorry that currently our product doesn't support to preserve bookmarks in DOCX to PDF conversion, and we have added the feature to our schedule, once it is added, we will let you know.

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Thu Jul 17, 2014 9:39 am

Ok, thanks.

pld
 
Posts: 6
Joined: Tue Mar 04, 2014 5:23 pm

Thu Jul 31, 2014 6:50 am

Hello,

The feauter has been added, and the newest hotfix has been resolved, you could download Spire.Doc Pack(hot fix) Version:5.2.20 and try the following method.
Code: Select all
Document doc = new Document();
doc.LoadFromFile(inputFile, FileFormat.Docx);
ToPdfParameterList toPdf = new ToPdfParameterList();
toPdf.CreateWordBookmarks = true;
doc.SaveToFile(outputFile, toPdf);

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Wed Aug 06, 2014 9:34 am

Hello,

Have you tested Spire.Doc Pack(hot fix) Version:5.2.20? Has the issue been resolved? Could you please provide us some feedback if convenience?
If you get any questions, welcome to get it back to us.

Regards,
Benjamin
E-iceblue support team
User avatar

Benjamin Du
 
Posts: 82
Joined: Thu Jul 25, 2013 2:38 am

Return to Spire.PDF