2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-21 03:12:20 +00:00
qpdf/libqpdf
2023-04-01 13:55:14 +01:00
..
qpdf Refactor QPDF_Array::appendItem and rename to push_back 2023-04-01 13:55:14 +01:00
sph
AES_PDF_native.cc
BitStream.cc
BitWriter.cc
Buffer.cc
BufferInputSource.cc
ClosedFileInputSource.cc
CMakeLists.txt Remove temporary OHArray 2023-04-01 12:24:52 +01:00
ContentNormalizer.cc
CryptoRandomDataProvider.cc
FileInputSource.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
InputSource.cc
InsecureRandomDataProvider.cc
JSON.cc Change JSON::Members::value to std::unique_ptr 2023-02-19 12:06:36 +00:00
JSONHandler.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
MD5_native.cc
MD5.cc
NNTree.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
OffsetInputSource.cc
PDFVersion.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pipeline.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pl_AES_PDF.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pl_ASCII85Decoder.cc
Pl_ASCIIHexDecoder.cc
Pl_Base64.cc
Pl_Buffer.cc Refactor Pl_Buffer 2022-09-23 15:09:13 -04:00
Pl_Concatenate.cc
Pl_Count.cc
Pl_DCT.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pl_Discard.cc
Pl_Flate.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pl_Function.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pl_LZWDecoder.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
Pl_MD5.cc
Pl_OStream.cc
Pl_PNGFilter.cc
Pl_QPDFTokenizer.cc Add methods QPDFTokenizer::Token::isWord 2022-11-20 11:55:02 -05:00
Pl_RC4.cc
Pl_RunLength.cc
Pl_SHA2.cc
Pl_StdioFile.cc
Pl_String.cc
Pl_TIFFPredictor.cc
QPDF_Array.cc Refactor QPDF_Array::appendItem and rename to push_back 2023-04-01 13:55:14 +01:00
QPDF_Bool.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_Destroyed.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_Dictionary.cc Overload QPDF_Null::create to take a child object description 2023-02-18 08:35:45 +00:00
QPDF_encryption.cc Code tidy: use QPDF::toS and QPDF::toI where possible 2022-10-01 11:17:39 -04:00
QPDF_InlineImage.cc Add new virtual method QPDFObject::getStringValue 2022-12-31 09:31:07 -05:00
QPDF_Integer.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_json.cc Refactor removal of reserved objects in QPDF::JSONReactor 2023-02-19 16:49:09 +00:00
QPDF_linearization.cc Handle linearization warnings as proper warning (fixes #851) 2023-02-18 19:38:49 -05:00
QPDF_Name.cc Replace strchr in QPDF_Name::normalizeName 2023-02-05 08:29:21 -05:00
QPDF_Null.cc Overload QPDF_Null::create to take a child object description 2023-02-18 08:35:45 +00:00
QPDF_Operator.cc Add new virtual method QPDFObject::getStringValue 2022-12-31 09:31:07 -05:00
QPDF_optimization.cc Remove redundant parameter depth from QPDF::updateObjectMaps 2023-03-15 17:50:17 +00:00
QPDF_pages.cc Code tidy: use QPDF::toS and QPDF::toI where possible 2022-10-01 11:17:39 -04:00
QPDF_Real.cc Add new virtual method QPDFObject::getStringValue 2022-12-31 09:31:07 -05:00
QPDF_Reserved.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
QPDF_Stream.cc Change type of QPDFValue::object_description to std::shared_ptr<std::variant> 2023-02-18 08:33:08 +00:00
QPDF_String.cc Add new virtual method QPDFObject::getStringValue 2022-12-31 09:31:07 -05:00
QPDF_Unresolved.cc Rename QPDFObject::shallowCopy to copy 2022-11-20 12:07:22 -05:00
qpdf-c.cc Use QPDF::newStream in library 2022-11-19 14:10:42 -05:00
QPDF.cc Warn if catalog type entry is invalid (fixes #810) 2023-03-19 20:07:53 +00:00
QPDFAcroFormDocumentHelper.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
QPDFAnnotationObjectHelper.cc
QPDFArgParser.cc
QPDFCrypto_gnutls.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
QPDFCrypto_native.cc
QPDFCrypto_openssl.cc Fix major performance bug with openssl crypto (fixes #798) 2022-10-08 17:04:59 -04:00
QPDFCryptoProvider.cc
QPDFDocumentHelper.cc Be more conservative about QPDF_DLL_CLASS with mingw (fixes #799) 2022-10-06 08:40:08 -04:00
QPDFEFStreamObjectHelper.cc Use QPDF::newStream in library 2022-11-19 14:10:42 -05:00
QPDFEmbeddedFileDocumentHelper.cc
QPDFExc.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
QPDFFileSpecObjectHelper.cc
QPDFFormFieldObjectHelper.cc Add methods QPDFTokenizer::Token::isWord 2022-11-20 11:55:02 -05:00
QPDFJob_argv.cc Update copyright to 2023 2023-02-25 14:18:13 -05:00
QPDFJob_config.cc Add new procedure QUtil::read_file_into_string 2023-03-08 21:00:26 +00:00
QPDFJob_json.cc
qpdfjob-c.cc
QPDFJob.cc Merge pull request #814 from m-holger/check 2023-03-20 06:59:47 -04:00
qpdflogger-c.cc
QPDFLogger.cc
QPDFMatrix.cc
QPDFNameTreeObjectHelper.cc
QPDFNumberTreeObjectHelper.cc
QPDFObject.cc
QPDFObjectHandle.cc Refactor QPDF_Array::appendItem and rename to push_back 2023-04-01 13:55:14 +01:00
QPDFObjectHelper.cc Be more conservative about QPDF_DLL_CLASS with mingw (fixes #799) 2022-10-06 08:40:08 -04:00
QPDFObjGen.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
QPDFOutlineDocumentHelper.cc
QPDFOutlineObjectHelper.cc
QPDFPageDocumentHelper.cc Fix annotations properly for page with no /Resources (fixes #827) 2023-01-09 07:31:39 -05:00
QPDFPageLabelDocumentHelper.cc
QPDFPageObjectHelper.cc Add methods QPDFTokenizer::Token::isWord 2022-11-20 11:55:02 -05:00
QPDFParser.cc Optimize QPDFParser for non-sparse QPDF_Arrays 2023-03-29 12:10:19 +01:00
QPDFStreamFilter.cc
QPDFSystemError.cc
QPDFTokenizer.cc Replace strchr in QPDFTokenizer::is_delimiter 2023-02-05 08:29:21 -05:00
QPDFUsage.cc
QPDFValue.cc Add method QPDFValue::setChildDescription 2023-02-18 08:35:45 +00:00
QPDFWriter.cc Add new data member QPDFWriter::Members::root_og 2023-03-17 11:19:48 +00:00
QPDFXRefEntry.cc Tidy QPDFXRefEntry creation 2023-01-21 18:18:15 -05:00
QTC.cc
QUtil.cc Add new procedure QUtil::read_file_into_string 2023-03-08 21:00:26 +00:00
RC4_native.cc
RC4.cc
ResourceFinder.cc
rijndael.cc
SecureRandomDataProvider.cc Replace calls to QUtil::int_to_string with std::to_string 2022-09-21 15:57:14 -04:00
SF_FlateLzwDecode.cc
SHA2_native.cc
sha2.c
sha2big.c
SparseOHArray.cc Refactor QPDF_Array::appendItem and rename to push_back 2023-04-01 13:55:14 +01:00