Aloaha Software

RSS: Aloaha PDF Viewer

http://blog.aloaha.com/feed/

Aloaha Software

Smartcard and PDF Applications
Convert documents directly to PDF/A
Thu, 26 Nov 2015 06:17:16 -0500

Our ZUGFeRD SDK now contains a new PDF Class with some very easy to use functions. For example Document2PDFA Conversion. Once you installed the ZUGFeRD SDK you just need very few lines of code to convert docx, tif, bmp, jpg or PDF directly to PDF/A dim InputDOC as string =”c:\doc\invoice.docx” dim OutputPDFa as string =”c:\tmp\invoice.pdf” […]

How do I disable the Systray Popup Banner in Aloaha?
Wed, 25 Nov 2015 07:15:56 -0500

Just go to the Aloaha installation folder and add the following section to the settings.ini (create if not exist): [Settings] DisableBanner=1 NeverShowSystray=1

Free PDF or DOCX to PDF/A Conversion Tool
Tue, 24 Nov 2015 08:09:46 -0500

With the free portable Aloaha PDF or DOCX to PDF/A Conversion Tool you can quickly convert a Winword DOCX document or a plain PDF document to PDF/A-1b. Just download and extract it from here: http://www.aloaha.com/download/Convert2PDFA.zip Please note that we have also an SDK Version available. Just contact info@aloaha.com in case you want to add PDF/A functionality […]

ReaderExists
Thu, 12 Nov 2015 11:53:10 -0500

Set AloahaPDF = CreateObject(“AloahaSimplePDF_oop.simpleEdit”) MsgBox CStr(AloahaPDF.ReaderExists) Set AloahaPDF = Nothing

ReaderID(ReaderName)
Thu, 12 Nov 2015 11:52:09 -0500

Set AloahaPDF = CreateObject(“AloahaSimplePDF_oop.simpleEdit”) MsgBox CStr(AloahaPDF.readerid(AloahaPDF.readername(0))) Set AloahaPDF = Nothing

ReaderName
Thu, 12 Nov 2015 11:51:02 -0500

Set AloahaPDF = CreateObject(“AloahaSimplePDF_oop.simpleEdit”) MsgBox CStr(AloahaPDF.readername(0)) Set AloahaPDF = Nothing

Licensed
Thu, 12 Nov 2015 11:50:01 -0500

Set AloahaPDF = CreateObject(“AloahaSimplePDF_oop.simpleEdit”) MsgBox CStr(AloahaPDF.licensed) Set AloahaPDF = Nothing

AloahaSimplePDF_OOP now included in Aloaha PDF Suite and Aloaha PDF Signator
Thu, 12 Nov 2015 11:42:43 -0500

We released today a new version of our Aloaha PDF Suite and our Aloaha PDF Signator. The “Out of Process Object” AloahaSimplePDF_OOP is a simple programming interface which bundles just the most important features of our Aloaha PDF SDK. Since it is implemented as ActiveX server it can be used also in 64 Bit Code. This […]

Merge 2 PDF (Letterhead/Stationary)
Tue, 27 Oct 2015 06:37:45 -0400

The Aloaha PDF SDK function merge_A_and_B merges 2 PDF files together. This important function can be used to apply letterheads to existing PDF documents. Please have a look at the sample below: dim pdf dim filea ‘inputfile dim fileb ‘page 1 of filea will be rendered over fileb dim outputfile ‘filea and outputfile could be […]

Apply PDF Letterhead/Stationary
Tue, 27 Oct 2015 06:12:39 -0400

The Aloaha PDF Suite offers different ways to create and apply letterheads to your prints. The easiest way to create a Letterhead Template is printing to the Aloaha PDF Printer as usual and save it as PDF. Then press “Configure Letterhead” and drag and drop the previously created PDF Letterhead into the the preview screen of […]