Archiv für 2009-12

Neue Dateiformate sollen Lebenszeit der Dokumente verlängern

2009-12-30 Von: Michael Herdy Kategorie(n): Archivierung, PDF/A Archivformat, PDF/A Druckertreiber, PDF/A Konverter, pdfaPilot Keine Kommentare →

Eine Möglichkeit, um digitale Texte und Bilder langfristig zu archivieren, ist die Verwendung darauf spezialisierter Dateiformate. Ein Beispiel ist „PDF/A“. Es basiert auf dem Dateiformat PDF, das von dem Unternehmen Adobe Systems entwickelt wurde und mittlerweile weit verbreitet ist. PDF/A-Dateien enthalten alle Informationen, die für das Anzeigen auf dem Bildschirm erforderlich sind, etwa alle verwendeten Schriften. Die Abhängigkeit von speziellen Programmversionen wird damit aufgehoben.  Das PDF/A-Format soll die Darstellung der Dokumente über zehn bis dreißig Jahre hinweg gewährleisten.

www.pdfa.at

NEU: iPaper 2 BETA Client zum Testen

2009-12-21 Von: Michael Herdy Kategorie(n): PDF Briefpapier, Software Entwicklung, iPaper Keine Kommentare →

TESTEN SIE JETZT DIE NEUE BETA VERSION VON iPaper 2.

iPaper 2 ist eine .NET Anwendung mit einer Vielzahl von neuen Funktionen und Möglichkeiten. iPaper ermöglicht, per Druckvorgang aus beliebigen Anwendungen heraus PDF Dokumente zu erzeugen, ein ausgewähltes Briefpapier oder Vorlagendokument zu hinterlegen und z.B. direkt in eine E-Mail Nachricht einzufügen. Als Ergebnis erhält der E-Mail Empfänger ein PDF Dokument, das vom Aussehen, Layout und Farbigkeit am Bildschirm sowie beim Ausdruck exakt dem Dokument entspricht, welches er normalerweise per Post erhält.

iPaper 2 wird ab Anfang Februar verfügbar sein. Die BETA Version können Sie jetzt bereits testen.

In der BETA Version sind noch nicht alle Funktionen integriert (z.B. Nutzung von Erste und Folgeseiten beim Briefpapier)

Screenshots und DEMO Download 

Anmeldung zum Newsletter

eDocPrintPro – 32bit / 64bit wrapper – .NET based to use 32bit applications with our 64bit printer driver on a 64bit operating system

2009-12-21 Von: Michael Herdy Kategorie(n): PDFPrinter, Software Entwicklung, eDocPrintPro Keine Kommentare →

The eDocPrintPro SDK is based on the eDocPort COM object. It is a 32-bit component on 32-bit OS and a 64 bit component on 64-bit OS.

The SDK documentation is similar for 32/64 bits, and most samples are similar: .NET samples works on both platforms, C++ samples must be compiled for the correct target platform and work. The Visual Basic samples are unusable on 64-bit os, because the vb framework does not recognize 64-bit com objects.

The wrapper was a bridge between 32-bits appplications running on 64-bit platform to allow them using the eDocPrintPro SDK. Because it uses remote objects, it ban be used to control a remote eDocPrintPro printer too.

The idea behind is to run an executable – the server – which connects the local eDocPrintPro COM interface, able to call all the SDK functions and to receive events. This server has a TCP communication interface for a maximum configurable number of clients, on the same workstation or on different workstations. The server maintains a list of connected clients with a hand-shake protocol. This means, each client sends “I’m life” messages to the server, so the server will disconnect the dead clients after a configured time-out. The server itself can be configured to run forever or to stop after the last client is disconnected and an additional time-out is spent.

Each client expose a dual interface to the host application: a .NET class collection and a COM objects collection – both with strong similarities with the regular SDK. So the application can perform all SDK functions using this wrapper.

What are the benefits of the wrapper?

  • The TCP communication breaks the barriers of the platforms and local workstation. A 32 bit applicaiton can exchange information with a 64-bit one, on the same computer or on different computers.
  • eDocPrintPro can be handled from a remote location: reading / writing settings or receiving events.
  • A multi client application can connect to different workstation and monitor what’s printing.
  • The client interface is more friendly for a developer, specially for a .NET developer.

What are the drawbacks ?

  • The application using the wrapper is more complicate to handle: there is a basic TCP port for SDK calls and subsequent ports for events, one for each connected client, as written in the documentation. The configuration must keep track of the existing port conflicts. The application cannot check it, if the communication port fails, the communication will terminate.
  • Firewalls and anti virus software must be configured to allow access to the needed ports for the server and clients. Not quite easy in a complex network.
  • The calls are a little slower than the direct SDK accesses, but nothing wrong here, because not big data is handled.

The server (eDocSdkWrapper.exe) is PAM protected. It will work full 30 days. After the expiration, it will display a message box to each client connection.

>>> Documentation eDocPrintPro SDK wrapper – 32 / 64bit .NET based

>>> Download Setup eDocPrintPro SDK wrapper – 32 / 64bit .NET based