2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-21 03:12:20 +00:00
qpdf/qpdf
Jay Berkenbilt 32b62035ce Replace many calls to sprintf with QUtil::hex_encode
Add QUtil::hex_encode to encode binary data has a hexadecimal string,
and use it in place of sprintf where possible.
2013-03-04 16:45:15 -05:00
..
qtest Bug fix: properly handle overridden compressed objects 2013-02-23 17:51:17 -05:00
build.mk
fix-qdf
Makefile
pdf_from_scratch.cc Implement QPDFObjectHandle::parse 2012-07-21 09:06:10 -04:00
qpdf-ctest.c Update "C" API with functions for new features 2012-12-31 10:32:32 -05:00
qpdf.cc Work around gcc 4.8.0 issue on ppc64 2013-03-04 16:43:29 -05:00
qpdf.testcov Bug fix: properly handle overridden compressed objects 2013-02-23 17:51:17 -05:00
test_driver.cc Replace many calls to sprintf with QUtil::hex_encode 2013-03-04 16:45:15 -05:00
test_large_file.cc