openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PoDoFo
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 126 of 129
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Nasty typo: Stadard -> Standard
Dominik Seichter
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
Leonard Rosenthol
More...
over 18 years ago
PdfPage revamped to enable construction from a PdfObject and attachment to a PdfDocument
lrosenthol
More...
over 18 years ago
Default is to take possesion. Otherwise we have a memory leak in ParserTest.
domseichter
More...
over 18 years ago
Default is to take possesion. Otherwise we have a memory leak in ParserTest.
Dominik Seichter
More...
over 18 years ago
Use HexFilter in PdfString instead of FlateFilter - what a nasty typo. Alignment fixes in the other two files.
Dominik Seichter
More...
over 18 years ago
Use HexFilter in PdfString instead of FlateFilter - what a nasty typo.
domseichter
More...
over 18 years ago
Fixed a memory leak in this test.
domseichter
More...
over 18 years ago
Fixed a memory leak in this test. Now I get clean results from valgrind for this test.
Dominik Seichter
More...
over 18 years ago
VCProject updates
lrosenthol
More...
over 18 years ago
VCProject updates Fixed a few compiler errors and warnings
Leonard Rosenthol
More...
over 18 years ago
Forgot to commit these two files.
Dominik Seichter
More...
over 18 years ago
Forgot to commit these two files.
domseichter
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
Dominik Seichter
More...
over 18 years ago
Finally the promissed commit with some refactoring:
domseichter
More...
over 18 years ago
Added new PdfPagesTree (inside of PdfDocument.cpp) for handling walking a /Pages tree
lrosenthol
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
Leonard Rosenthol
More...
over 18 years ago
Added PdfArray to the VCProj
lrosenthol
More...
over 18 years ago
Added PdfArray to the VCProj
Leonard Rosenthol
More...
over 18 years ago
Added first constructors in a short break from real work.
domseichter
More...
over 18 years ago
Added first constructors in a short break from real work.
Dominik Seichter
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.
Dominik Seichter
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.
domseichter
More...
over 18 years ago
Added Documentation for PdfDocument::GetNamedObjectFromCatalog;
domseichter
More...
over 18 years ago
Added Documentation for PdfDocument::GetNamedObjectFromCatalog; Fix indentation;
Dominik Seichter
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
Leonard Rosenthol
More...
over 18 years ago
Added PdfError::DebugMessage() as the official way to write out debugging info;
lrosenthol
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.
Dominik Seichter
More...
over 18 years ago
Added PdfDocument and podofopdfinfo to the Unix Makefiles.
domseichter
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
Leonard Rosenthol
More...
over 18 years ago
←
1
2
…
121
122
123
124
125
126
127
128
129
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree