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 asvbs and here as txt file.
Below you find a short script to validate and verify Adobe.PPKMS signatures.
'Aloaha PDF SDK
'Copyright 2006 Wrocklage Intermedia GmbH
'More APIs can be requested with an email to stefan@aloaha.com
Dim pdf
Dim pdfpath
pdfpath = "c:\pdf\jo.pdf"
Set pdf = CreateObject("aloahapdf.edit")
Call pdf.start_sproto(CStr(pdfpath))
Set pdf=nothing
You could also count the number of signatures with the code below:
MsgBox pdfsigned("c:\sample.pdf")
Function pdfsigned(filepath)
On Error Resume Next
Dim pdf
Set pdf=CreateObject("aloahapdf.edit")
pdfsigned=UBound(pdf.get_signature_infos_vbs(CStr(filepath)))
Set pdf=nothing
End Function
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!
Although we really tried hard, there are always questions left open. But perhaps somebody else had already put the same question? Please check!
How do you install the license in to pdf sdk?
dim pdf
dim lic
lic="23....." 'the license key
set pdf = createobject("aloahapdf.edit")
call pdf.license(cstr(lic))
set pdf = nothing
Answered 23.03.2011
i need to add digital signature features to our existing applications in 3rd products.
You can use our signature APIs/SDKs. Just contact info@aloaha.com for pricing information.
Answered 03.12.2010
Can I use the API to open and print a PDF file?
Hi,
You can use the API explained on http://www.aloaha.com/software-development/pdf-printing-api.php
Please note that you would need an evaluation license. To get an evaluation key please contact info@aloaha.com
Answered 22.04.2010
Hi My application is peoplesoft, i need to integrate the signing fascility, will yor product support peoplesoft integration?
Normally we integrate with 3rd party tools in ways like
1. using web service
2. using java classes
Please give me a solution
You could wrapp a web service around out signature API and use it then from people soft. In case you do not have the resources to create such a web service we can do it for you. In that case please contact info@aloaha.com for further information.
Answered 07.10.2009
I need certification encryption feature, is it the SDK support run as srever? and how is the price in USD?
The SDK contains the required APIs to encrypt the PDFs. Those APIs are implemented as automation compatible COM objects and can be used from any language. They can be used from scripting languaeges like ASP, VB Script, etc as well. So you can integrate it into your server. The price is currently 1750 Euro.
Answered 17.09.2009
Hi, We are looking to integrate the pdf signing capablity in our web application. Can you provide me the pricing and procedure to procure the same
You would need the Aloaha Signature API. That is included in the Aloaha PDF Enterprise Professional License. Please contact info@aloaha.com in case you need an evaluation key.
Answered 17.08.2009
What would be the smallest blank pdf file that Aloaha would still stamp it through VB Script and where to get that blank PDF page to download?
Thank you.
There is no lower size limitation in Aloaha. Obviously your "smallest file" still has to be a valid PDF document.
I would like to know what would be the price for PDF SDK and would it be possible to buy form US in dollar currency?
Thank you,
David J
You can purchase our software in USD in our webshop. It is also possible to purchase via PO (FAX, email) in USD. Just contact info@aloaha.com for further information.
Answered 04.05.2009
If not, please do not hesitate to send us your question. We would be glad to answer it.