• Some files in the test suite trigger antivirus warnings. These are
    not infected files with malicious intent. They are test files to
    ensure that qpdf does not crash when it encounters the files. This
    change enables those files to be obfuscated in the source repository
    so that checking out qpdf from version control or extracting the
    source code doesn't trigger antivirus warnings.
    Jay Berkenbilt authored
     
    Browse File »




















  • Files written in PCLm mode have to be created in a very specific way.
    qpdf doesn't know how to create PCLm files from scratch. All it knows
    how to do is to write an already valid file in a suitable way.
    Therefore there is no command-line support for PCLm.
    Jay Berkenbilt authored
     
    Browse File »
  • There is no need for a --precheck-streams option. We can do the
    precheck without imposing any penalty, only re-encoding the stream if
    it fails the first time.
    Jay Berkenbilt authored
     
    Browse File »
  • This commit adds several API methods that enable control over which
    types of filters QPDF will attempt to decode. It also adds support for
    /RunLengthDecode and /DCTDecode filters for both encoding and
    decoding.
    Jay Berkenbilt authored
     
    Browse File »