PDA

View Full Version : PDF Question, Inserting Bookmarks.



apowell41
09-21-2007, 05:30 AM
Hi, I have vba script that concats a bunch of PDF files into one large file. What I'm trying to do is insert bookmarks for each file contained in the larger file so that the end result is easier to navigate as it's typically 100+ pages. I looped through the individual files and inserted a bookmark on the first page of each, that was the easy part. Now the problem is when I merge the files, the bookmarks show up in the merged file like this:

Bookmark1

|__Filename.pdf

|__Bookmark2

|__Filename.pdf

|__Bookmark3

and so on. This is annoying the crap out of me, any ideas?