2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-29 16:43:35 +00:00
qpdf/examples/qtest
Jay Berkenbilt 478c05fcab Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable
If NO_GET_ENVIRONMENT is #defined at compile time on Windows, do not
call GetEnvironmentVariable.  QUtil::get_env will always return
false.  This option is not available through configure.  This was
added to support a specific user's requirements to avoid calling
GetEnvironmentVariable from the Windows API.  Nothing in qpdf outside
the test coverage system in qtest relies on QUtil::get_env.
2013-11-30 15:58:32 -05:00
..
bookmarks update release date to actual date 2008-04-29 12:55:25 +00:00
create Add pdf-from-scratch example 2012-06-23 09:05:06 -04:00
double-page-size add double-page-size example 2010-08-05 21:51:19 +00:00
invert-images invert images example 2010-08-06 01:27:47 +00:00
linearize change output message from qpdf --check when no errors are found 2010-04-10 13:43:16 +00:00
mod-info update release date to actual date 2008-04-29 12:55:25 +00:00
npages update release date to actual date 2008-04-29 12:55:25 +00:00
parse-content Cosmetic changes to be closer to Adobe terminology 2013-01-23 09:38:05 -05:00
bookmarks.test categorize all error messages and include object information if available 2009-10-19 23:09:19 +00:00
create.test Add pdf-from-scratch example 2012-06-23 09:05:06 -04:00
double-page-size.test Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable 2013-11-30 15:58:32 -05:00
invert-images.test Allow -DNO_GET_ENVIRONMENT to avoid GetEnvironmentVariable 2013-11-30 15:58:32 -05:00
linearize.test C linearization example 2009-09-27 20:59:16 +00:00
mod-info.test make -key not take an argument with a / to appease msys's path translation 2009-10-14 01:06:18 +00:00
npages.test categorize all error messages and include object information if available 2009-10-19 23:09:19 +00:00
parse-content.test Add QPDFObjectHandle::parseContentStream method 2013-01-20 15:35:39 -05:00