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
/
pdf-parse-content.cc
Age
Commit message (
Expand
)
Author
2023-06-02
Code tidy - reflow comments and strings
m-holger
2023-05-21
Rerun clang-format
Jay Berkenbilt
2023-05-20
Rerun format_code (after merging clang-tidy PR)
Jay Berkenbilt
2023-05-20
Replace 'virtual' specifier with 'override'
m-holger
2023-05-20
Replace deprecated C++ includes
m-holger
2023-05-20
Remove unused include directives
m-holger
2022-07-26
Code tidy : replace 0 with nullptr or true
m-holger
2022-04-16
Use = default and = delete where possible in classes
Jay Berkenbilt
2022-04-04
Programmatically apply new formatting to code
Jay Berkenbilt
2022-03-19
Remove "lt-" workarounds
Jay Berkenbilt
2022-02-08
WHITESPACE ONLY -- expand tabs in source code
Jay Berkenbilt
2021-01-02
Make more QPDFPageObjectHelper methods work with form XObject
Jay Berkenbilt
2019-08-23
Pass offset and length to ParserCallbacks::handleObject
Jay Berkenbilt
2019-06-21
Fix sign and conversion warnings (major)
Jay Berkenbilt
2018-06-21
Convert examples to use new page helper classes
Jay Berkenbilt
2018-02-19
Switch from parseContentStream to parsePageContents
Jay Berkenbilt
2017-08-29
Replace all atoi calls with QUtil::string_to_int
Jay Berkenbilt
2013-10-18
Security: replace operator[] with at
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-22
Add getTypeCode() and getTypeName()
Jay Berkenbilt
2013-01-20
Add QPDFObjectHandle::parseContentStream method
Jay Berkenbilt