3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 21 minutes ago. based on code collected about 2 hours ago.
May 26, 2023 — May 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use HexFilter in PdfString instead of FlateFilter - what a nasty typo. More... almost 18 years ago
Use HexFilter in PdfString instead of FlateFilter - what a nasty typo. Alignment fixes in the other two files. More... almost 18 years ago
Fixed a memory leak in this test. More... almost 18 years ago
Fixed a memory leak in this test. Now I get clean results from valgrind for this test. More... almost 18 years ago
VCProject updates More... almost 18 years ago
VCProject updates Fixed a few compiler errors and warnings More... almost 18 years ago
Forgot to commit these two files. More... almost 18 years ago
Forgot to commit these two files. More... almost 18 years ago
Finally the promissed commit with some refactoring: More... almost 18 years ago
Finally the promissed commit with some refactoring: - A PdfObject contains now always excactly one PdfVariant. - The PdfVariant can be get and set with PdfObject::GetVariant and PdfObject::SetVariant - If the returned variant is a dictionary the overloaded methods AddKey, HasKey, RemoveKey will work on the PdfObject - You can also use PdfObject::GetVariant().GetDictionary() to get access to the contents of a dictionary More... almost 18 years ago
Added new PdfPagesTree (inside of PdfDocument.cpp) for handling walking a /Pages tree Added new GetPageCount() method to PdfDocument Added some new methods to PdfObject & PdfReference More... almost 18 years ago
Added new PdfPagesTree (inside of PdfDocument.cpp) for handling walking a /Pages tree More... almost 18 years ago
Added PdfArray to the VCProj More... almost 18 years ago
Added PdfArray to the VCProj More... almost 18 years ago
Added first constructors in a short break from real work. More... almost 18 years ago
Added first constructors in a short break from real work. More... almost 18 years ago
Introducing PdfArray. Currently only a small wrapper around std::vector<PdfVariant>. More methods will be introduced later, e.g. overloads for push_back and all datatypes like PdfString, PdfName, PdfDictionary ... . Also constructors and operators will be added. The TVariantList typedef is to be removed in the future. Methods for checking if a certain variant is contained in an array will be provided too. More... almost 18 years ago
Introducing PdfArray. Currently only a small wrapper around std::vector<PdfVariant>. More methods will be introduced later, e.g. overloads for push_back and all datatypes like PdfString, PdfName, PdfDictionary ... . Also constructors and operators will be added. The TVariantList typedef is to be removed in the future. Methods for checking if a certain variant is contained in an array will be provided too. More... almost 18 years ago
Added Documentation for PdfDocument::GetNamedObjectFromCatalog; More... almost 18 years ago
Added Documentation for PdfDocument::GetNamedObjectFromCatalog; Fix indentation; More... almost 18 years ago
Added PdfError::DebugMessage() as the official way to write out debugging info; updated all other debugging msgs to use this; Added PdfError::DebugEnabled() to enable/disable display of debug messages; Added tracking of file size in PdfParser; Minor tweak to Linearization handling - to enable getting the status from a doc; Added getting GetPdfVersionAsString() to PdfWriter; Added new info/object getting methods to PdfDocument; bool IsLinearized(); size_t FileSize(); PdfObject* GetStructTreeRoot(); PdfObject* GetMetadata(); PdfObject* GetOutlines(); PdfObject* GetAcroForm(); Updated pdfinfo & podofopdfinfo to call the new PdfDocument methods More... almost 18 years ago
Added PdfError::DebugMessage() as the official way to write out debugging info; More... almost 18 years ago
Added PdfDocument and podofopdfinfo to the Unix Makefiles. More... almost 18 years ago
Added PdfDocument and podofopdfinfo to the Unix Makefiles. Removed the PdfParser::Init overload with a std::string. I think it is ok for the caller to convert to a const char*, maybe one should also convert PdfDocument() to take a const char* instead of a std::string. But std::string is ok, I just think we should not create overloads for everything. More... almost 18 years ago
Added new PdfDocument object - new high level object for reading & writing a PDF doc More... almost 18 years ago
Added new PdfDocument object - new high level object for reading & writing a PDF doc Improved handling of the /Info dict for both reading and writing PDFs Added new test app - podofopdfinfo, which will be used to dump metadata, etc. from a PDF More... almost 18 years ago
PdfVariant can never be ePdfDataType_Unknown. ePdfDataType_Null is used for empty variants now. The PdfVecObjects handles now push_back correctly and increases the internal object number. More... almost 18 years ago
PdfVariant can never be ePdfDataType_Unknown. ePdfDataType_Null is used for empty variants now. More... almost 18 years ago
Refactored PdfVariant to make it easier to use and cleaned up the code because of it. More... almost 18 years ago
Refactored PdfVariant to make it easier to use and cleaned up the code because of it. More... almost 18 years ago