index
:
qpdf
10.5
10.6
11.0
11.1
11.2
11.3
doc-check
external-libs
main
stable
zopfli
qpdf + zopfli patch
Justin Gassner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2019-08-23
Pass offset and length to ParserCallbacks::handleObject
Jay Berkenbilt
2019-07-04
Change list to vector for outline helpers (fixes #297)
Thorsten Schöning
2019-06-22
Add missing #include <cstring>
Jay Berkenbilt
2019-06-21
Fix sign and conversion warnings (major)
Jay Berkenbilt
2019-03-12
Undefined functions because of missing std:: or header. (#295)
Thorsten Schöning
2019-02-02
Incorporate improved Windows fragility workaround from qtest
Jay Berkenbilt
2019-01-27
Example of form XObject, page overlay
Jay Berkenbilt
2019-01-07
Work around test fragility on Windows
Jay Berkenbilt
2018-12-23
Add comment about json to pdf-bookmarks
Jay Berkenbilt
2018-12-22
Rewrite bookmark example to use outline helpers
Jay Berkenbilt
2018-08-13
Catch exceptions as const references (fixes #236)
Jay Berkenbilt
2018-06-22
Add missing headers
Jay Berkenbilt
2018-06-21
Add interactive form example
Jay Berkenbilt
2018-06-21
Convert examples to use new page helper classes
Jay Berkenbilt
2018-02-19
Properly handle strings with PDF Doc Encoding (fixes #179)
Jay Berkenbilt
2018-02-19
Simplify TokenFilter interface
Jay Berkenbilt
2018-02-19
Add additional interface for filtering page contents
Jay Berkenbilt
2018-02-19
Filter tokens example
Jay Berkenbilt
2018-02-19
Bug fix: content normalizer should not add trailing newline
Jay Berkenbilt
2018-02-19
Switch from parseContentStream to parsePageContents
Jay Berkenbilt
2018-02-04
Rename test output files (fixes #173)
Jay Berkenbilt
2018-02-04
Add comment to setStaticID call
Jay Berkenbilt
2018-01-14
Use correct link directory order (fixes #158)
Jay Berkenbilt
2017-08-29
Replace all atoi calls with QUtil::string_to_int
Jay Berkenbilt
2017-08-22
Spell check
Jay Berkenbilt
2017-08-21
Enhance pdf-create example
Jay Berkenbilt
2017-08-21
Enable finer grained control of stream decoding
Jay Berkenbilt
2017-08-05
Add --split-pages option (fixes #30)
Jay Berkenbilt
2017-07-30
Fix command-line checking in pdf-split-pages example
Jay Berkenbilt
2017-07-28
Convert many more errors to warnings
Jay Berkenbilt
2017-07-26
Make windows includes lowercase (fixes #123)
slurdge
2015-11-01
Comment use of static ID in examples
Jay Berkenbilt
2014-06-07
Example: fast split into single pages
Jay Berkenbilt
2013-11-30
Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable
Jay Berkenbilt
2013-10-18
Security: replace operator[] with at
Jay Berkenbilt
2013-06-14
Use QPDFObjectHandle::getObjGen() where appropriate
Jay Berkenbilt
2013-03-05
Use portable versions of some UNIX-specific calls
Jay Berkenbilt
2013-03-04
Remove all old-style casts from C++ code
Jay Berkenbilt
2013-03-04
Replace many calls to sprintf with QUtil::hex_encode
Jay Berkenbilt
2013-01-23
Cosmetic changes to be closer to Adobe terminology
Jay Berkenbilt
2013-01-22
Add getTypeCode() and getTypeName()
Jay Berkenbilt
2013-01-20
Add QPDFObjectHandle::parseContentStream method
Jay Berkenbilt
2012-07-26
Restore coverage case
Jay Berkenbilt
2012-07-21
Implement QPDFObjectHandle::parse
Jay Berkenbilt
2012-07-07
Don't require stream data provider to know length in advance
Jay Berkenbilt
2012-06-27
Add a few minor enhancements to recent work
Jay Berkenbilt
2012-06-27
Add QPDFObjectHandle::newStream(QPDF *, std::string const&)
Tobias Hoffmann
2012-06-23
Add pdf-from-scratch example
Jay Berkenbilt
2012-06-22
Switch some code to use empty newArray/newDictionary
Jay Berkenbilt
2012-06-20
Portability issues: off_t, unlink
Jay Berkenbilt
[next]