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-custom-filter.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
Remove redundant 'virtual' specifiers
m-holger
2023-05-20
Use auto when initialializing with new
m-holger
2022-11-19
Use QPDF::newStream in examples
m-holger
2022-07-26
Code tidy : replace 0 with nullptr or true
m-holger
2022-07-24
Overload StreamDataProvider::provideStreamData
m-holger
2022-05-04
Make Pipeline::write take an unsigned char const* (API change)
Jay Berkenbilt
2022-04-30
Formatting: remove space in range-style for loops
Jay Berkenbilt
2022-04-09
Replace PointerHolder with std::shared_ptr in the rest of the code
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
2022-02-07
Tidy example CLI usage
m-holger
2022-02-02
Fix some doc typos
m-holger
2021-02-25
Update examples to use copyStream()
Jay Berkenbilt
2021-01-04
Spell check
Jay Berkenbilt
2020-12-28
Add pdf-custom-filter example
Jay Berkenbilt