mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-01 03:18:25 +00:00
b9cd693a5b
The previous commits have removed all references to memory from QPDFArgParser from QPDFJob. This commit removes the constraint that QPDFArgParser remain in scope. This is a prerequisite to allowing JSON as an alternative way to initialize QPDFJob and to initialize it directly using a public API.