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
2022-11-20
Add methods QPDFTokenizer::Token::isWord
m-holger
2022-11-19
Use QPDF::newStream in examples
m-holger
2022-09-21
Replace calls to QUtil::int_to_string with std::to_string
m-holger
2022-09-08
Switch user-supplied functions in C API to return int
Jay Berkenbilt
2022-07-26
Code tidy : replace 0 with nullptr or true
m-holger
2022-07-24
Overload StreamDataProvider::provideStreamData
m-holger
2022-06-25
Reformat code
Jay Berkenbilt
2022-06-19
Add examples for output capture (fixes #691)
Jay Berkenbilt
2022-05-21
Code clean up: use range-style for loops wherever possible
m-holger
2022-05-20
Back out fluent QPDFObjectHandle methods. Keep the andGet methods.
Jay Berkenbilt
2022-05-04
Make use of the new Pipeline methods in some places
Jay Berkenbilt
2022-05-04
Make Pipeline::write take an unsigned char const* (API change)
Jay Berkenbilt
2022-04-30
Code clean up: use range-style for loops wherever possible
Jay Berkenbilt
2022-04-30
Formatting: remove space in range-style for loops
Jay Berkenbilt
2022-04-30
Use fluent replaceKey
Jay Berkenbilt
2022-04-16
Use = default and = delete where possible in classes
Jay Berkenbilt
2022-04-09
Replace PointerHolder with std::shared_ptr in the rest of the code
Jay Berkenbilt
2022-04-05
Update some code manually to get better formatting results
Jay Berkenbilt
2022-04-04
Programmatically apply new formatting to code
Jay Berkenbilt
2022-03-19
Remove "lt-" workarounds
Jay Berkenbilt
2022-03-19
Remove old build files
Jay Berkenbilt
2022-03-19
Add cmake configuration files
Jay Berkenbilt
2022-03-19
Run qpdf from path rather than environment variable in tests
Jay Berkenbilt
2022-03-03
Tidy example pdf-double-page-size
m-holger
2022-02-26
Tidy pdf-create example
m-holger
2022-02-26
Tidy pdf-count-strings example
m-holger
2022-02-25
Tidy pdf-attach-file example
m-holger
2022-02-11
Tidy pdf-bookmarks example
m-holger
2022-02-08
WHITESPACE ONLY -- expand tabs in source code
Jay Berkenbilt
2022-02-07
Update for clean compile with POINTERHOLDER_TRANSITION=2
Jay Berkenbilt
2022-02-07
Tidy example CLI usage
m-holger
2022-02-05
Add operator ""_qpdf for creating QPDFObjectHandle literals
Jay Berkenbilt
2022-02-04
Replace containers of PointerHolder with containers of std::shared_ptr
Jay Berkenbilt
2022-02-02
Fix some doc typos
m-holger
2022-02-01
QPDFJob: let initializeFromArgv just take argv, not argc
Jay Berkenbilt
2022-02-01
Finish QPDFJob examples and add tests for them
Jay Berkenbilt
2022-02-01
QPDFJob: documentation
Jay Berkenbilt
2022-01-31
QPDFJob: add checkConfiguration to Config
Jay Berkenbilt
2022-01-30
Placeholder QPDFJob example
Jay Berkenbilt
2022-01-27
Remove some if statements and simplify some boolean expressions
m-holger
2021-09-10
Fix QPDFEFStreamObjectHelper::{get,set}Subtype
Fredrik Fornwall
2021-03-05
QPDFAcroFormDocumentHelper: add missing analyze calls
Jay Berkenbilt
2021-03-04
Major rework of handling form fields when copying pages (fixes #509)
Jay Berkenbilt
2021-02-25
Update examples to use copyStream()
Jay Berkenbilt
2021-02-23
Remove accidentally-committed file and fix test that created it
Jay Berkenbilt
2021-02-23
Update pdf-overlay-page example to copy annotations
Jay Berkenbilt
2021-02-22
Change from QPDF{Array,Dict}Items to aitems() and ditems()
Jay Berkenbilt
2021-02-18
Use QUtil::path_basename
Jay Berkenbilt
2021-02-18
Add file attachment example
Jay Berkenbilt
2021-02-13
QUtil::double_to_string: trim trailing zeroes with option to disable
Jay Berkenbilt
[next]