Our products Aloaha PDF Suite / Aloaha PDF Editor are based on the Aloaha PDF SDK. This SDK contains some very easy to script interfaces. These Interfaces are allowed to be used by licensed user. Just as a short example how easy to use our API's are I will publish a sample script below. Please contact support if you need more details.
Aloaha PDF Suite / Aloaha PDF Editor is able to digitally sign your PDF documents Adobe.PPKMS compatible. Adobe.PPKMS signed documents can be verified and validated with the PDF Reader. You might need to validate/verify PDF Documents from your ASP page to allow only signed documents to be uploaded. Please find below a small vbs as a demonstration.
'This sample script demonstrates how to check if a PDF Document
'contains a valid Adobe.PPKMS signature
'Copyright 2005 Wrocklage Intermedia GmbH
'Redistribution without permission not allowed
On Error Resume Next
Dim pdf
Dim signer
Dim file
file = "c:\pdf\signed.pdf"
Set pdf = CreateObject("aloahapdf.edit")
MsgBox pdf.is_pdf_signed(CStr(file))
Set pdf = nothing
This script can be downloaded here as vbs and here as txt file.
Aloaha Digital Signature integration in 3rd products
If you need to add digital signature features to your existing applications please contact us. We would be pleased to help you to add such an important feature to your application.
Digital Signature COM API
If you purchase a Aloaha PDF Suite Enterprise License you will be able to use the Digital Signature API programmatically via COM API. The Digital Signature API allows you to add Adobe.PPKMS Signatures to your existing PDF Documents. Please click here for a short code sample.
Please note: Royalty free Licenses for the Digital Signature API are available on request!
