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
Fixed ObjectParserTest More... almost 18 years ago
Fixed ObjectParserTest More... almost 18 years ago
Remove watermark as it is now a test of its own More... almost 18 years ago
Remove watermark as it is now a test of its own More... almost 18 years ago
Catch execptions to avoid a segfault... :) More... almost 18 years ago
Catch execptions to avoid a segfault... :) More... almost 18 years ago
Compile Watermark example under unix More... almost 18 years ago
Compile Watermark example under unix More... almost 18 years ago
Misc. changes along the way to debugging watermarking More... almost 18 years ago
Misc. changes along the way to debugging watermarking More... almost 18 years ago
Added new WatermarkTest test app More... almost 18 years ago
Added new WatermarkTest test app Moved watermarking from CreationTest More... almost 18 years ago
Added another test case for empty arrays to variant test; Added a small watermarking example to creation test, which should work as soon as the PdfPageTree will work: The created PDF is loaded using PdfDocument and a painter draws a line accross every page in the document. Afterwards the document is written back to disk. More... almost 18 years ago
Added another test case for empty arrays to variant test; More... almost 18 years ago
Nice catch, thanks to the bug that the kids array is not written to the PDF, I fixed parsing of empty arrays in a PDF file. More... almost 18 years ago
Nice catch, thanks to the bug that the kids array is not written to the PDF, I fixed parsing of empty arrays in a PDF file. More... almost 18 years ago
Small optimization; More... almost 18 years ago
Small optimization; More... almost 18 years ago
Work with PdfStrings that contain \0. This can be the case for strings in encrypted documents More... almost 18 years ago
Work with PdfStrings that contain \0. This can be the case for strings in encrypted documents More... almost 18 years ago
Fix compilation with gcc More... almost 18 years ago
Fix compilation with gcc More... almost 18 years ago
Updated VCProj with latest changes More... almost 18 years ago
Updated VCProj with latest changes MAJOR improvements to PdfPagesTree to handling correct insertion into both new documents AND existing ones Some improvements for handling of PdfArrays More... almost 18 years ago
Added a shared reference counted buffer that is shared between PdfParser and PdfParserObjects. This shared buffer reduces memory usage by a magnitude and made parsing the PDF Reference PDF document twice as fast on my system. More... almost 18 years ago
Added a shared reference counted buffer that is shared between PdfParser and PdfParserObjects. This shared buffer reduces memory usage by a magnitude and made parsing the PDF Reference PDF document twice as fast on my system. More... almost 18 years ago
Support to create indirect objects of any type. Please see PdfVecObjects::CreateObject( const PdfVariant & rVariant ); More... almost 18 years ago
Support to create indirect objects of any type. Please see PdfVecObjects::CreateObject( const PdfVariant & rVariant ); More... almost 18 years ago
Cleaned up implementation of PdfPainterMM to make it easier to use & cleaner More... almost 18 years ago
Cleaned up implementation of PdfPainterMM to make it easier to use & cleaner More... almost 18 years ago