I wrote VB code in excel to convert an xls workbook to pdf Acrobat 7. Also I have distiller 7 for convesion.
I use the commad printout to my code ! This works fine and the pdf is created succesfully. But I want the contents of the A1 cell to become bookmark in pdf file. In properties "Always add bookmarks to Adobe PDF" is checked.
If I do the Convertion manually by clicking in the icon "Convert to Adobe Pdf" convert workbook ok and also puts the contents of the A1 cell as bookmarks. I want the same thing to be done from the code. Am I using wrong command in my code that doesn't support bookmars ??
I generate hundereds of pages in Excel using a VBA script and would also like to find a way to generate bookmarks; however, it appears that Acrobat will only create bookmarks from worksheet names - not very useful IMHO.
I found an Excel VBA script that takes the bookmark parameters from Excel and inserts the bookmarks into an existing PDF file. But it was written for v5 and doesn't work in v7. If anyone has a script that will work with v7, that would be great.
I am also looking at using a PDFMark script. Since I am not a postscript developer, I would prefer to modify an existing script. If someone has one, I would appreciate it. I would have close to 260 bookmarks so manually adding them would be way too tedious.
Hopefully, both of us will solicit a solution.
Thanks, Bill