aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdf-job.cc
AgeCommit message (Collapse)Author
2022-02-01QPDFJob: let initializeFromArgv just take argv, not argcJay Berkenbilt
Let argv be a null-terminated array. There is already code that assumes this, and it makes it easier to construct the arguments.
2022-02-01Finish QPDFJob examples and add tests for themJay Berkenbilt
2022-02-01QPDFJob: documentationJay Berkenbilt