Is there a way to programmatically convert the hyperlinks in a Word doc to links in a PDF when printing the word doc?
Can bookmarks be created from a particular font style in word? and can this be done programmatically also when printing?
Thanks
Steve
Word - Hyperlinks and Bookmarks
Hello,
You can convert hyperlinks programmatically by adding 'Convert Hyperlinks' to FileNameOptions.
I don't have the manual currently, but you can find the value you need to add by looking at FileNameOptions() in the Developers' manual 'Common Driver Interface .pdf'
Concerning bookmarks, we have a free took that enables you to generate bookmarks from a Word document, it is pdfsplit.exe, please feel free to check it at our support section: http://www.amyuni.com/en/support/downloads.html
Hope this helps.
You can convert hyperlinks programmatically by adding 'Convert Hyperlinks' to FileNameOptions.
I don't have the manual currently, but you can find the value you need to add by looking at FileNameOptions() in the Developers' manual 'Common Driver Interface .pdf'
Concerning bookmarks, we have a free took that enables you to generate bookmarks from a Word document, it is pdfsplit.exe, please feel free to check it at our support section: http://www.amyuni.com/en/support/downloads.html
Hope this helps.