2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 07:53:11 +00:00
qpdf/include/qpdf
2022-02-04 13:41:01 -05:00
..
auto_job_c_att.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
auto_job_c_copy_att.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
auto_job_c_enc.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
auto_job_c_main.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
auto_job_c_pages.hh QPDFJob: use manually named end functions for Config classes 2022-01-30 13:11:03 -05:00
auto_job_c_uo.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
Buffer.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
BufferInputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
ClosedFileInputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Constants.h QPDFJob increment: basic QPDFJob structure 2022-01-30 13:11:03 -05:00
DLL.h Add qpdf version macros to qpdf/DLL.h 2022-02-04 13:41:01 -05:00
FileInputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
InputSource.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
JSON.hh JSON: use std::shared_ptr internally 2022-02-04 13:12:37 -05:00
Pipeline.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Buffer.hh Add Pl_Buffer::getMallocBuffer 2021-12-17 12:38:52 -05:00
Pl_Concatenate.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Count.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_DCT.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Discard.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_Flate.hh Detect recoverable but invalid zlib data streams (fixes #562) 2021-11-03 09:43:17 -04:00
Pl_QPDFTokenizer.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_RunLength.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Pl_StdioFile.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
PointerHolder.hh PointerHolder: deprecate getPointer() and getRefcount() 2022-02-04 13:12:37 -05:00
QIntC.hh Add QIntC::range_check_subtract 2021-11-04 13:53:46 -04:00
qpdf-c.h C-API add two binary UTF8 funtions 2022-02-04 13:10:51 -05:00
QPDF.hh Add qpdf version macros to qpdf/DLL.h 2022-02-04 13:41:01 -05:00
QPDFAcroFormDocumentHelper.hh QPDFAcroFormDocumentHelper: add missing analyze calls 2021-03-04 18:11:44 -05:00
QPDFAnnotationObjectHelper.hh Add transformAnnotations and fix flattenRotations to use it 2021-02-21 17:13:09 -05:00
QPDFCryptoImpl.hh First increment of improving handling of weak crypto (fixes #358) 2021-11-11 12:24:15 -05:00
QPDFCryptoProvider.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFDocumentHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFEFStreamObjectHelper.hh Spell check 2021-02-23 10:38:05 -05:00
QPDFEmbeddedFileDocumentHelper.hh Implement helpers for file attachments 2021-02-10 06:57:37 -05:00
QPDFExc.hh Use QPDFUsage exception for cli, json, and QPDFJob errors 2022-01-30 13:11:03 -05:00
QPDFFileSpecObjectHelper.hh Implement helpers for file attachments 2021-02-10 06:57:37 -05:00
QPDFFormFieldObjectHelper.hh Major rework of handling form fields when copying pages (fixes #509) 2021-03-04 15:08:37 -05:00
qpdfjob-c.h Fix some doc typos 2022-02-02 14:07:32 -06:00
QPDFJob.hh QPDFJob: let initializeFromArgv just take argv, not argc 2022-02-01 13:50:58 -05:00
QPDFMatrix.hh Add QPDFMatrix::operator== 2021-03-04 15:08:36 -05:00
QPDFNameTreeObjectHelper.hh Add string to deprecation warning 2021-03-04 15:08:36 -05:00
QPDFNumberTreeObjectHelper.hh Add string to deprecation warning 2021-03-04 15:08:36 -05:00
QPDFObject.hh Change names of qpdf_object_type_e enumerations 2021-12-20 14:51:45 -05:00
QPDFObjectHandle.hh Add some doc comments for QPDFObjectHandle dictionary methods 2022-01-30 12:09:54 -06:00
QPDFObjectHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFObjGen.hh Add QPDFObjGen::unparse 2021-02-21 16:21:52 -05:00
QPDFOutlineDocumentHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFOutlineObjectHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFPageDocumentHelper.hh Minor documentation updates 2021-12-09 10:24:14 -05:00
QPDFPageLabelDocumentHelper.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFPageObjectHelper.hh Major rework of handling form fields when copying pages (fixes #509) 2021-03-04 15:08:37 -05:00
QPDFStreamFilter.hh Spell check 2021-01-04 16:26:58 -05:00
QPDFSystemError.hh Use QPDFUsage exception for cli, json, and QPDFJob errors 2022-01-30 13:11:03 -05:00
QPDFTokenizer.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QPDFUsage.hh Use QPDFUsage exception for cli, json, and QPDFJob errors 2022-01-30 13:11:03 -05:00
QPDFWriter.hh Replace containers of PointerHolder with containers of std::shared_ptr 2022-02-04 13:12:37 -05:00
QPDFXRefEntry.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QTC.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
QUtil.hh Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00
RandomDataProvider.hh Update copyright to 2021 2021-01-04 16:26:58 -05:00
Types.h Update copyright to 2021 2021-01-04 16:26:58 -05:00
Version.h Add qpdf version macros to qpdf/DLL.h 2022-02-04 13:41:01 -05:00