-
Generate page content fragment for rendering appearance streams including all matrix calculation.
-
Unparse is admittedly strange, but I'd rather be strange and consistent, and everything else in the qpdf library uses unparse to serialize. (If you're reading this, the convention of using "unparse" comes from the "clu" programming language.)
-
When @file is used and file doesn't exist, just treat it as a normal argument.
-
The json mode implemented in this commit is not the final version, or are the command line arguments used to invoke it.
-
Also move tests to libtests.
-
Now uses QPDFOutlineDocumentHelper and QPDFOutlineObjectHelper.