0
Create child/nested bookmarks using Excel vba
New Here
,
/t5/acrobat-sdk-discussions/create-child-nested-bookmarks-using-excel-vba/td-p/11253326
Jun 30, 2020
Jun 30, 2020
Copy link to clipboard
Copied
I have successfully created a new PDF and added bookmarks to it. I am trying to create child or nested bookmarks, but can't seem to figure out if this can be done using vba. The code I am using to create the bookmarks is;
PDFPageView.GoTo (ws.Cells(irow, 1).Value)
AcroApp.MenuItemExecute ("NewBookmark")
x = PDBookmark.GetByTitle(LiquidPDF, "Untitled")
x = PDBookmark.SetTitle(ws.Cells(irow, 2).Value)
This works well, but really need to nest some of my bookmarks.
Thanks,
Dave
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

