Add PDF Bookmarks

It is very easy to add bookmarks to existing PDF documents. Just have a look at the sample code below. Please note that a PDF Suite Enterprise License is required! Dim PDF set PDF = createobject(“aloahapdf.edit”) If PDF.load_pdf_to_mem(cstr(“d:\HBA-D2.pdf”)) = true…

read more →