Digital Signature API Code sample

Please find below a code sample for the Aloaha digital signature API. The Aloaha PDF Suite Enterprise Version is required to use the digital signature API. Please contact us for an evaluation key. The code sample can be downloaded here….

read more →

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 →

How do I check if a PDF Document contains a valid Adobe.PPKMS signature

‘This sample script demonstrates how to check if a PDF Document ‘contains a valid Adobe.PPKMS signature ‘Copyright 2015 Aloaha Limited ‘Redistribution without permission not allowed ‘Aloaha PDF Suite SDK License required. Please contact info@aloaha.com for an evaluation key. On Error Resume…

read more →