Downloadliste

Projektbeschreibung

PoDoFo is a C++ library to work with the PDF file
format. It also includes also a few tools. It
includes classes to parse a PDF file, modify its
contents in memory, write the changes back to
disk, and create new PDF files. The PoDoFo tools
are simple tools built around the PoDoFo library.
These tools are primarily examples of how to use
the PoDoFo library in your own projects, although
they offer useful features for working with PDF
files.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-04-27 06:05
0.9.1

Dies ist ein Bugfix-Release. Es enthält hauptsächlich Korrekturen für das Parsen von PDF-Dateien und Optimierungen in der Bibliothek.
This is a bugfix release. It mainly contains fixes for parsing PDF files and optimizations in the library.

2011-03-15 08:53
0.9.0

Unzählige Bugfixes und Verbesserungen. Zu den wichtigsten neuen Features sind erste PDF-Signatur unterstützen und PNG unterstützt. Mehrere Fragen im Parser behoben worden. Eine kompaktere schriftlich Modus wurde hinzugefügt. Viele APIs wurden verbessert.
Countless bugfixes and improvements. Among the most important new features are initial PDF signature support and PNG image support. Several issues in the parser were fixed. A more compact writing mode was added. Many APIs have been improved.

2010-10-26 00:13
0.8.4

Compilation auf Windows-Systemen mithilfe von Visual Studio wurde behoben.
Compilation on Windows systems using Visual Studio was fixed.

2010-10-22 07:21
0.8.3

Diese Veröffentlichung fügt eine neue Schreib-Modus für PDFs, was der Standard ist, mehr kompakte PDFs erstellen. Es erstreckt sich mehrere APIs, zB Bild-Interpolation Unterstützung, Bild Chroma-Key-Unterstützung, oder eine Auswahl von base14 Schriftarten. Es behebt Fehler in der Prädiktor Umsetzung. Es behebt die Verschlüsselung von Unicode-Strings. Es behebt die namestree Umsetzung (root darf keine Grenzen Taste). Es behebt Nachweis von Inline-Bild-Daten und die Unterstützung für eingebettete Bilder größer als 4 KB. Es gibt verschiedene Optimierungen, Bugfixes, und ein Update für einen kleinen Speicherverlust.
This release adds a new write mode for PDFs, which is the default, to create more compact PDFs. It extends several APIs, e.g. image interpolation support, image chroma key support, or selection of base14 fonts. It fixes bugs in the predictor implementation. It fixes encryption of Unicode strings. It fixes the namestree implementation (root shall not have a Limits key). It fixes detection of inline image data and support for inline images larger than 4KB. There are several optimizations, bugfixes, and a fix for a minor memory leak.

2010-08-25 19:26
0.8.2

Die Schaffung von AES-verschlüsselte PDF-Dateien wurde behoben. Decodierung von PDFs mit LZW-Streams, wurde behoben. Mehrere Fehlerbehebungen und Verbesserungen vorgenommen wurden über Codierungen und Zeichensätze. Unter ihnen ist die Unterstützung für einige neue Kodierungen. Es ist nun möglich, eine benutzerdefinierte Protokollierung Handler Log-Meldungen aus PoDoFo in Ihre Anwendung statt stdout erhalten angeben. Mögliche Heap-Beschädigungen auf Windows wurden behoben. Aufbauend auf HP-UX wurde behoben. Lesen bestimmter aktualisiert PDF-Dateien wurde behoben. Die podofoxmp Tool wurde hinzugefügt, um mit XMP-Streams in PDF-Dateien zu arbeiten. Die podofocrop Tool wurde hinzugefügt, um PDF-Dateien beschneiden.
The creation of AES encrypted PDF files was fixed. Decoding of PDFs with LZW streams was fixed. Several fixes and enhancements were made regarding encodings and fonts. Among them is support for a few new encodings. It is now possible to specify a custom logging handler to receive log messages from PoDoFo into your application instead of stdout. Possible heap corruptions on Windows were fixed. Building on HP-UX was fixed. Reading certain updated PDF files was fixed. The podofoxmp tool was added to work with XMP streams in PDF files. The podofocrop tool was added to crop PDF files.

Project Resources