Pleaes note the the portable Aloaha PDF Reader is standalone and does not require any installation. Additionally it is also included in Aloahas PDF Suite.
Features:
Multi-Threaded Page rendering – supports modern multi core machines.
Works completly in memory so no PDF leftovers in %temp% for extra security.
Secure – do not get infected with viruses and keep sensitive information safe.
Tiny Footprint – eliminate bloatware and help your computer run faster! No installation required!
Delete page from PDF without Software installation.
Very fast – read PDF files without waiting and without having to install Software.
Incl. PDF Batch Print Processor for instant commandline printing/pdf batch printing.
Bookmarking.
Easy navigation via double click, page up/down, scroll wheel, etc.
Keyboard control – all frequently used actions can be done with keyboard only.
Easy to use – keyboard shortcuts, intuitive interface, page thumbnail images, …
PDF Reader also available as .NET component for your own projects!
All the features above are available as royalty free .NET PDF SDK/Component. Please contact us at info@aloaha.com for further information!
PDF Batch Print Processor:
Just call the PDF Viewer with the “print” option and Aloaha will print the PDF directly to the default printer. For example: c:\> PDFViewer -print “c:\PDF Documents\Invoice1.pdf”
The commercial version will also allow to specify the printer via command line parameter!
Requirements:
.NET Framework min. 2.0 required
XP, 2003, 2008, 2008r2, Vista, W7 and also W8. All in 32 and 64 Bit mode.
Aloaha hat gerade ein kleines freeware Tool zum Betrachten der neuen Gesundheitskarte eGK freigegeben. Das Tool benoetigt keinerlei Installation und kann von http://www.aloaha.com/download/HealthCardViewer.zip geladen und gestartet werden. Natuerlich koennen auch alte KVKs gelesen werden.
Even though the focus of Aloaha is put on Smart Cards we do have APIs to read 2W, 3W, i2c Memory Cards such as the famous SLE4428, SLE4442, telephone cards, german KVK (Krankenversicherungskarte), Kinko, Student Card, etc.
The API to read such cards is included in the Aloaha Cardconnector, Credential Provider and Smartlogon. No license is required to just read them!
Code Sample:
dim cr dim reader
set cr = createobject(“AloahaSync.SyncAPI”) reader = cr.ReaderNamesCSV reader=split(reader,”,”)(0)
if reader<>”" then If cr.Connect(reader) = True Then msgbox cr.hexdump(cr.raw_content) end if end if set cr = nothing
For german KVK Cards please also try API: cr.KVK_Content
Please make sure that when you are using an HID/Omnikey Reader that you install the Sync API additionally to the reader driver. When using SCM Microsystems Reader you need to make sure that the MCARD API has been installed additionally to the reader driver!
Mit dem Aloaha Cardconnector ist es moeglich die neue deutsche Gesundheitskarte (eGK) auszulesen. Der Cardconnector bringt dazu eine Reihe, einfach zu benutzender, Schnittstellen mit. Sie brauchen dazu nur das Aloaha COM Object HealthData.hdclass zu referenzieren. Zum Beispiel mit: set hd = CreateObject(“HealthData.hdclass”)
Es gibt auf der Karte 3 Datensaetze
EF.PD (Personendaten)
EF.VD (Versichertendaten)
EF.GVD (Geschuetzte Versichertendaten)
Die XML Daten koennen Sie mit wenigen Zeilen auslesen:
Dim hd dim record ‘possible from 1 to 3 (3 PIN Protected)
record=1 ’EF.PD Set hd = CreateObject(“HealthData.hdclass”) MsgBox hd. XMLRecord(record)
Set hd = Nothing
Sie koennen aber auch ganz geziehlt Werte abfragen und diese als Komma separierte Liste auslesen:
Dim hd dim record ’possible from 1 to 3 (3 PIN Protected) dim filter
This API can read new Health Cards (eGK) and also old KVK cards! When reading old KVK Cards please note: Please make sure that when you are using an HID/Omnikey Reader that you install the Sync API additionally to the reader driver. When using SCM Microsystems Reader you need to make sure that the MCARD API has been installed additionally to the reader driver!
Haeufig werden wir gefragt ob man in der Aloaha PDF Suite einen Standard-Speicherordner definieren kann. Standardmaessig merkt sich Aloaha den letzten Speicherort. Wenn Aloaha jedoch bei jedem Speichern einen definierten Ordner benutzen soll koennen Sie das in HKLM\SOFTWARE\Aloaha\pdf\ForcedInitialSaveDir definieren.