3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Nasty typo: Stadard -> Standard More... over 18 years ago
PdfPage revamped to enable construction from a PdfObject and attachment to a PdfDocument Added some extra methods to PdfDictionary & PdfArray and more... Completed implementation of Page fetching for a FLAT /Pages/Kids array More... over 18 years ago
PdfPage revamped to enable construction from a PdfObject and attachment to a PdfDocument More... over 18 years ago
Default is to take possesion. Otherwise we have a memory leak in ParserTest. More... over 18 years ago
Default is to take possesion. Otherwise we have a memory leak in ParserTest. More... over 18 years ago
Use HexFilter in PdfString instead of FlateFilter - what a nasty typo. Alignment fixes in the other two files. More... over 18 years ago
Use HexFilter in PdfString instead of FlateFilter - what a nasty typo. More... over 18 years ago
Fixed a memory leak in this test. More... over 18 years ago
Fixed a memory leak in this test. Now I get clean results from valgrind for this test. More... over 18 years ago
VCProject updates More... over 18 years ago
VCProject updates Fixed a few compiler errors and warnings More... over 18 years ago
Forgot to commit these two files. More... over 18 years ago
Forgot to commit these two files. More... over 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... over 18 years ago
Finally the promissed commit with some refactoring: More... over 18 years ago
Added new PdfPagesTree (inside of PdfDocument.cpp) for handling walking a /Pages tree More... over 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... over 18 years ago
Added PdfArray to the VCProj More... over 18 years ago
Added PdfArray to the VCProj More... over 18 years ago
Added first constructors in a short break from real work. More... over 18 years ago
Added first constructors in a short break from real work. More... over 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... over 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... over 18 years ago
Added Documentation for PdfDocument::GetNamedObjectFromCatalog; More... over 18 years ago
Added Documentation for PdfDocument::GetNamedObjectFromCatalog; Fix indentation; More... over 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... over 18 years ago
Added PdfError::DebugMessage() as the official way to write out debugging info; More... over 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... over 18 years ago
Added PdfDocument and podofopdfinfo to the Unix Makefiles. More... over 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... over 18 years ago