2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-29 16:30:53 +00:00
qpdf/qpdf
Jay Berkenbilt 2394acf7a6 Remove explicit direct object check from getObject
An indirect object reference to 0, 0 is invalid. If it appears in the
file or is parsed from a string, the parser catches it. This check
would only be useful for someone explicitly calling getObject with 0,
0, and that would trigger an error during resolve().
2022-09-13 11:21:29 -04:00
..
qtest Remove explicit direct object check from getObject 2022-09-13 11:21:29 -04:00
CMakeLists.txt Remove obsolete LL_FMT check from build (fixes #768) 2022-09-12 11:48:38 -04:00
fix-qdf.cc Formatting: remove space in range-style for loops 2022-04-30 13:26:43 -04:00
pdf_from_scratch.cc Back out fluent QPDFObjectHandle methods. Keep the andGet methods. 2022-05-20 09:16:25 -04:00
qpdf-ctest.c Remove obsolete LL_FMT check from build (fixes #768) 2022-09-12 11:48:38 -04:00
qpdf.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
qpdf.testcov Clarify and improve QPDFPageObjectHelper::get*Box methods 2022-09-06 19:00:40 -04:00
qpdfjob-ctest.c Add C API functions for using custom loggers 2022-09-09 10:49:25 -04:00
sizes.cc Add Pl_Function -- a generic function pipeline 2022-06-19 09:12:29 -04:00
test_driver.cc Change QPDFObjectHandle == to isSameObjectAs 2022-09-09 18:09:40 -04:00
test_large_file.cc Back out fluent QPDFObjectHandle methods. Keep the andGet methods. 2022-05-20 09:16:25 -04:00
test_many_nulls.cc Add a file with arrays with lots of nulls to the test suite 2022-09-01 16:15:54 -04:00
test_parsedoffset.cc Code clean up: use range-style for loops wherever possible 2022-05-21 16:06:29 -04:00
test_pdf_doc_encoding.cc Code clean up: use range-style for loops wherever possible 2022-05-21 16:06:29 -04:00
test_pdf_unicode.cc Code clean up: use range-style for loops wherever possible 2022-05-21 16:06:29 -04:00
test_renumber.cc Stop including QPDFObject.hh from other than private files 2022-09-01 18:19:47 -04:00
test_shell_glob.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
test_tokenizer.cc Code clean up: use range-style for loops wherever possible 2022-05-21 16:06:29 -04:00
test_unicode_filenames.cc Programmatically apply new formatting to code 2022-04-04 08:10:40 -04:00
test_xref.cc Code clean up: use range-style for loops wherever possible 2022-05-21 16:06:29 -04:00