2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-22 10:09:06 +00:00
qpdf/qpdf
Jay Berkenbilt 42bff9f458 QPDFJob: let initializeFromArgv just take argv, not argc
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-01 13:50:58 -05:00
..
qtest Add qpdfjob-c.h -- simple C API around parts of QPDFJob 2022-02-01 09:04:55 -05:00
build.mk Add qpdfjob-c.h -- simple C API around parts of QPDFJob 2022-02-01 09:04:55 -05:00
fix-qdf.cc Fix fix-qdf for empty streams 2020-10-23 06:39:42 -04:00
Makefile
pdf_from_scratch.cc
qpdf-ctest.c Allow testing for subtype without specifying type in isDictionaryOfType etc 2022-01-27 07:31:12 -06:00
qpdf.cc QPDFJob: let initializeFromArgv just take argv, not argc 2022-02-01 13:50:58 -05:00
qpdf.testcov Move QTC::TC for qpdf to QPDFJob 2022-02-01 09:04:55 -05:00
qpdfjob-ctest.c QPDFJob: let initializeFromArgv just take argv, not argc 2022-02-01 13:50:58 -05:00
test_driver.cc Move more code from qpdf.cc into QPDFJob 2022-02-01 09:04:55 -05:00
test_large_file.cc
test_parsedoffset.cc Add QPDFObject::getParsedOffset() 2019-10-22 16:19:06 -04:00
test_pdf_doc_encoding.cc
test_pdf_unicode.cc Better support for creating Unicode strings 2018-06-21 15:57:13 -04:00
test_renumber.cc
test_shell_glob.cc Add automated test for shell wildcard expansion 2020-10-21 14:15:31 -04:00
test_tokenizer.cc Make more QPDFPageObjectHelper methods work with form XObject 2021-01-02 14:08:53 -05:00
test_unicode_filenames.cc Minor clean up of Windows headers 2021-02-10 07:36:18 -05:00
test_xref.cc