2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 16:00:53 +00:00
qpdf/include/qpdf/auto_job_c_main.hh
2022-01-30 13:11:03 -05:00

81 lines
3.3 KiB
C++

//
// This file is automatically generated by generate_auto_job.
// Edits will be automatically overwritten if the build is
// run in maintainer mode.
//
QPDF_DLL Config& allowWeakCrypto();
QPDF_DLL Config& check();
QPDF_DLL Config& checkLinearization();
QPDF_DLL Config& coalesceContents();
QPDF_DLL Config& decrypt();
QPDF_DLL Config& deterministicId();
QPDF_DLL Config& empty();
QPDF_DLL Config& externalizeInlineImages();
QPDF_DLL Config& filteredStreamData();
QPDF_DLL Config& flattenRotation();
QPDF_DLL Config& generateAppearances();
QPDF_DLL Config& ignoreXrefStreams();
QPDF_DLL Config& isEncrypted();
QPDF_DLL Config& json();
QPDF_DLL Config& keepInlineImages();
QPDF_DLL Config& linearize();
QPDF_DLL Config& listAttachments();
QPDF_DLL Config& newlineBeforeEndstream();
QPDF_DLL Config& noOriginalObjectIds();
QPDF_DLL Config& noWarn();
QPDF_DLL Config& optimizeImages();
QPDF_DLL Config& passwordIsHexKey();
QPDF_DLL Config& preserveUnreferenced();
QPDF_DLL Config& preserveUnreferencedResources();
QPDF_DLL Config& progress();
QPDF_DLL Config& qdf();
QPDF_DLL Config& rawStreamData();
QPDF_DLL Config& recompressFlate();
QPDF_DLL Config& removePageLabels();
QPDF_DLL Config& replaceInput();
QPDF_DLL Config& requiresPassword();
QPDF_DLL Config& showEncryption();
QPDF_DLL Config& showEncryptionKey();
QPDF_DLL Config& showLinearization();
QPDF_DLL Config& showNpages();
QPDF_DLL Config& showPages();
QPDF_DLL Config& showXref();
QPDF_DLL Config& staticAesIv();
QPDF_DLL Config& staticId();
QPDF_DLL Config& suppressPasswordRecovery();
QPDF_DLL Config& suppressRecovery();
QPDF_DLL Config& verbose();
QPDF_DLL Config& warningExit0();
QPDF_DLL Config& withImages();
QPDF_DLL Config& collate(char const* parameter);
QPDF_DLL Config& splitPages(char const* parameter);
QPDF_DLL Config& compressionLevel(char const* parameter);
QPDF_DLL Config& copyEncryption(char const* parameter);
QPDF_DLL Config& encryptionFilePassword(char const* parameter);
QPDF_DLL Config& forceVersion(char const* parameter);
QPDF_DLL Config& iiMinBytes(char const* parameter);
QPDF_DLL Config& jobJsonFile(char const* parameter);
QPDF_DLL Config& jsonObject(char const* parameter);
QPDF_DLL Config& keepFilesOpenThreshold(char const* parameter);
QPDF_DLL Config& linearizePass1(char const* parameter);
QPDF_DLL Config& minVersion(char const* parameter);
QPDF_DLL Config& oiMinArea(char const* parameter);
QPDF_DLL Config& oiMinHeight(char const* parameter);
QPDF_DLL Config& oiMinWidth(char const* parameter);
QPDF_DLL Config& password(char const* parameter);
QPDF_DLL Config& passwordFile(char const* parameter);
QPDF_DLL Config& removeAttachment(char const* parameter);
QPDF_DLL Config& rotate(char const* parameter);
QPDF_DLL Config& showAttachment(char const* parameter);
QPDF_DLL Config& showObject(char const* parameter);
QPDF_DLL Config& compressStreams(char const* parameter);
QPDF_DLL Config& decodeLevel(char const* parameter);
QPDF_DLL Config& flattenAnnotations(char const* parameter);
QPDF_DLL Config& jsonKey(char const* parameter);
QPDF_DLL Config& keepFilesOpen(char const* parameter);
QPDF_DLL Config& normalizeContent(char const* parameter);
QPDF_DLL Config& objectStreams(char const* parameter);
QPDF_DLL Config& passwordMode(char const* parameter);
QPDF_DLL Config& removeUnreferencedResources(char const* parameter);
QPDF_DLL Config& streamData(char const* parameter);