This is a migrated thread and some comments may be shown as answers.

Export Docx To Pdf With Bookmarks Problem

1 Answer 112 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
serkan
Top achievements
Rank 1
serkan asked on 04 Feb 2015, 02:37 PM
Hi,

I hava a docx file includes some bookmarks. You can see in attached file.
I need to convert it to pdf and thispdf contains my bookmarks.


PdfFormatProvider prov = (PdfFormatProvider)formatProvider;
                    PdfExportSettings set = new PdfExportSettings();
                    set.CommentsExportMode = PdfCommentsExportMode.NativePdfAnnotations;
                     
                    prov.ExportSettings = set;
                    prov.Export(document, streamer);
I use this code block, but when i export docx to pdf, bookmarks doesnt seen in PdfFile.

You can see in attached File. 

1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 06 Feb 2015, 03:12 PM
Hi Serkan,

Thank you for contacting us with this.

The PdfFormatProvider of RadRichTextBox does not support this feature. Please, note that the bookmarks exist in the document, but are not shown in Adobe's Bookmarks window.

I logged your request in our backlog and you can vote and subscribe to the public item in the Feedback portal in order to receive updates on the matter. 

Please, let me know if you have any other questions.

Regards,
Tanya
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RichTextBox
Asked by
serkan
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Share this question
or