3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 11 days ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PdfPagesTree got it's own file as PdfDocument is already a big source file and PdfPagesTree is big enough for a file of its own. It is not intended for public use though. More... almost 18 years ago
PdfPagesTree got it's own file as PdfDocument is already a big source file and PdfPagesTree is big enough for a file of its own. It is not intended for public use though. More... almost 18 years ago
Put back the ToString() method - enables compilation of podofoInfo tool More... almost 18 years ago
Put back the ToString() method - enables compilation of podofoInfo tool More... almost 18 years ago
Fixed compilation More... almost 18 years ago
Fixed compilation More... almost 18 years ago
Added PdfPainterMM interface which takes coordinates in 1/1000th mm format which is sometimes more convinient than PDF units. More... almost 18 years ago
Added PdfPainterMM interface which takes coordinates in 1/1000th mm format which is sometimes more convinient than PDF units. More... almost 18 years ago
PdfPainter uses only doubles for coordinates now - removes all these ugly casts from long. More... almost 18 years ago
PdfPainter uses only doubles for coordinates now - removes all these ugly casts from long. More... almost 18 years ago
PdfXObject, PdfImage, PdfFont, PdfPage, PdfAnnotation and PdfAction are now all PdfElements. More... almost 18 years ago
PdfXObject, PdfImage, PdfFont, PdfPage, PdfAnnotation and PdfAction are now all PdfElements. This currently breaks CreationTest.cpp. Will be fixed soon with the upcomming fixes in PdfPainter. More... almost 18 years ago
Added PdfElement which is now the base class of PdfAction. PdfAnnotation, PdfPage and PdfFont* will follow. This will fix some code duplication. Additionally all PdfElements can be created from existing PdfObject which were read from a PDF file. As a reason changing existing PDF files will get a lot easier. More... almost 18 years ago
Added PdfElement which is now the base class of PdfAction. PdfAnnotation, PdfPage and PdfFont* will follow. This will fix some code duplication. Additionally all PdfElements can be created from existing PdfObject which were read from a PDF file. As a reason changing existing PDF files will get a lot easier. More... almost 18 years ago
Finally back to my baby! :-) More... almost 18 years ago
Finally back to my baby! :-) More... almost 18 years ago
Updated to include the latest source additions More... almost 18 years ago
Updated to include the latest source additions Added CreationTest as a project so as to build/test it More... almost 18 years ago
Updated to work again by moving the 1/1000mm conversion constant in here... More... almost 18 years ago
Updated to work again by moving the 1/1000mm conversion constant in here... More... almost 18 years ago
Removed the last vestiges of the 1/1000mm units More... almost 18 years ago
Removed the last vestiges of the 1/1000mm units More... almost 18 years ago
PdfPage and PdfSimpleWriter now talk correctly to each other so as to create new pages correctly More... almost 18 years ago
PdfPage and PdfSimpleWriter now talk correctly to each other so as to create new pages correctly More... almost 18 years ago
We now create valid PDF documents from PdfWriter xrefs now contain correct generation & bogus 0 object More... almost 18 years ago
We now create valid PDF documents from PdfWriter More... almost 18 years ago
PdfAnnotation no longer tries to coerce a PdfPage to a PdfObject More... almost 18 years ago
PdfAnnotation no longer tries to coerce a PdfPage to a PdfObject PdfSimpleWriter also thought PdfPages were PdfObjects - no more! More... almost 18 years ago
Fixed parser with certain PDF files. More... almost 18 years ago
Fixed parser with certain PDF files. More... almost 18 years ago