Pdftools SDK
Loading...
Searching...
No Matches
PdfTools_Types.h
Go to the documentation of this file.
1/******************************************************************************
2 *
3 * File: PdfTools_Types.h
4 *
5 * Description: Types definition for Pdftools SDK
6 *
7 * Author: PDF Tools AG
8 *
9 * Copyright: Copyright (C) 2023 - 2024 PDF Tools AG, Switzerland
10 * All rights reserved.
11 *
12 *****************************************************************************/
13
14#ifndef PDFTOOLS_TYPES_H__
15#define PDFTOOLS_TYPES_H__
16
17#ifndef BOOL
18#define BOOL int
19#define TRUE 1
20#define FALSE 0
21#endif
22
23#ifdef __cplusplus
24extern "C"
25{
26#endif
27
86
133
164
189
263
284
300
318
334
352
370
397
414
435
455
468
484
500
522
527{
640
695
958
965{
1107
1160
1186
1207
1259
1286
1324
1344
1398
1419
1426{
1561
1576
1605
1668
1697
1719
1740
1767
1792
1815
1838
1863
1890
1915
1939
1964
1987
2012
2037
2062
2087
2110
3106
3120
3134
3148
3170
3184
3206
3219
3221
3222#ifdef __cplusplus
3223}
3224#endif
3225
3226#endif /* PDFTOOLS_TYPES_H__ */
struct TPdfToolsCryptoProvidersGlobalSignDss_TimestampConfiguration TPdfToolsCryptoProvidersGlobalSignDss_TimestampConfiguration
Definition PdfTools_Types.h:2881
TPdfToolsPdf_DocumentType
Type and subtype enumeration of TPdfToolsPdf_Document.
Definition PdfTools_Types.h:1736
@ ePdfToolsPdf_DocumentType_Document
Definition PdfTools_Types.h:1737
@ ePdfToolsPdf_DocumentType_PdfToolsSign_PreparedDocument
Definition PdfTools_Types.h:1738
struct TPdfToolsPdf2Image_ImageSectionMapping TPdfToolsPdf2Image_ImageSectionMapping
The base class for image section mappings An image section mapping specifies how a PDF page,...
Definition PdfTools_Types.h:2535
struct TPdfToolsGeomUnits_Rectangle TPdfToolsGeomUnits_Rectangle
struct TPdfToolsCryptoProvidersBuiltIn_TimestampConfiguration TPdfToolsCryptoProvidersBuiltIn_TimestampConfiguration
The time-stamp configuration.
Definition PdfTools_Types.h:2987
struct TPdfToolsOptimization_Optimizer TPdfToolsOptimization_Optimizer
The class to optimize PDF documents.
Definition PdfTools_Types.h:2368
struct TPdfToolsOptimizationProfiles_Web TPdfToolsOptimizationProfiles_Web
The optimization profile suitable for electronic document exchange.
Definition PdfTools_Types.h:2395
TPdfToolsPdf2ImageProfiles_ProfileType
Type and subtype enumeration of TPdfToolsPdf2ImageProfiles_Profile.
Definition PdfTools_Types.h:1933
@ ePdfToolsPdf2ImageProfiles_ProfileType_Archive
Definition PdfTools_Types.h:1936
@ ePdfToolsPdf2ImageProfiles_ProfileType_Profile
Definition PdfTools_Types.h:1934
@ ePdfToolsPdf2ImageProfiles_ProfileType_Viewing
Definition PdfTools_Types.h:1937
@ ePdfToolsPdf2ImageProfiles_ProfileType_Fax
Definition PdfTools_Types.h:1935
struct TPdfToolsOptimizationProfiles_Archive TPdfToolsOptimizationProfiles_Archive
The optimization profile suitable for archiving.
Definition PdfTools_Types.h:2435
TPdfToolsSign_SignatureRemoval
Definition PdfTools_Types.h:1164
@ ePdfToolsSign_SignatureRemoval_None
Definition PdfTools_Types.h:1169
@ ePdfToolsSign_SignatureRemoval_All
Definition PdfTools_Types.h:1184
@ ePdfToolsSign_SignatureRemoval_Signed
Definition PdfTools_Types.h:1179
TPdfToolsPdf2Image_PngColorSpace
The color space used in PNG images.
Definition PdfTools_Types.h:460
@ ePdfToolsPdf2Image_PngColorSpace_Gray
Definition PdfTools_Types.h:466
@ ePdfToolsPdf2Image_PngColorSpace_Rgb
Definition PdfTools_Types.h:463
TPdfToolsPdfAConversion_EventCategory
The category of conversion events See TPdfToolsPdfAConversion_Converter_ConversionEvent for more info...
Definition PdfTools_Types.h:702
@ ePdfToolsPdfAConversion_EventCategory_RepairedCorruption
Repaired a corrupt document.
Definition PdfTools_Types.h:740
@ ePdfToolsPdfAConversion_EventCategory_VisualDifferences
The conversion resulted in visual differences to the document.
Definition PdfTools_Types.h:723
@ ePdfToolsPdfAConversion_EventCategory_SubstitutedFont
Substituted a font for a similar one.
Definition PdfTools_Types.h:813
@ ePdfToolsPdfAConversion_EventCategory_ConvertedFont
Converted fonts of input document.
Definition PdfTools_Types.h:796
@ ePdfToolsPdfAConversion_EventCategory_RemovedTransparency
Converted transparent object to opaque.
Definition PdfTools_Types.h:828
@ ePdfToolsPdfAConversion_EventCategory_RemovedAction
Removed prohibited action type.
Definition PdfTools_Types.h:861
@ ePdfToolsPdfAConversion_EventCategory_ManagedColors
Managed colors of input document.
Definition PdfTools_Types.h:753
@ ePdfToolsPdfAConversion_EventCategory_RemovedMetadata
Removed parts of the XMP metadata that could not be repaired.
Definition PdfTools_Types.h:874
@ ePdfToolsPdfAConversion_EventCategory_RemovedAnnotation
Removed prohibited annotation type.
Definition PdfTools_Types.h:841
@ ePdfToolsPdfAConversion_EventCategory_RemovedEmbeddedFile
Removed embedded files.
Definition PdfTools_Types.h:939
@ ePdfToolsPdfAConversion_EventCategory_ConvertedEmbeddedFile
Converted embedded file.
Definition PdfTools_Types.h:917
@ ePdfToolsPdfAConversion_EventCategory_ChangedColorant
Resolved ambiguous or conflicting descriptions of colorants (spot colors).
Definition PdfTools_Types.h:774
@ ePdfToolsPdfAConversion_EventCategory_RemovedSignature
Removed signatures of signed input file.
Definition PdfTools_Types.h:956
@ ePdfToolsPdfAConversion_EventCategory_RemovedMultimedia
Removed multimedia content (sound, movie).
Definition PdfTools_Types.h:849
@ ePdfToolsPdfAConversion_EventCategory_RemovedOptionalContent
Removed optional content groups (layers).
Definition PdfTools_Types.h:904
@ ePdfToolsPdfAConversion_EventCategory_RemovedStructure
Removed logical structure (tagging) information.
Definition PdfTools_Types.h:891
@ ePdfToolsPdfAConversion_EventCategory_RemovedExternalContent
Removed references to external content.
Definition PdfTools_Types.h:784
struct TPdfToolsPdfAConversion_ConversionOptions TPdfToolsPdfAConversion_ConversionOptions
The PDF/A conversion options The options for the conversion of documents using the converter's method...
Definition PdfTools_Types.h:2754
struct TPdfToolsCryptoProvidersSwisscomSigSrv_TimestampConfiguration TPdfToolsCryptoProvidersSwisscomSigSrv_TimestampConfiguration
The time-stamp configuration.
Definition PdfTools_Types.h:2908
struct TPdfToolsImage2Pdf_ImageMapping TPdfToolsImage2Pdf_ImageMapping
The base class for image mappings The image mapping specifies how an input image is transformed and p...
Definition PdfTools_Types.h:2641
TPdfToolsSignatureValidation_DataSource
The source of data such as certificates, OCRPs or CRLs.
Definition PdfTools_Types.h:1610
@ ePdfToolsSignatureValidation_DataSource_System
Data from the local system cache Allowed data: certificates.
Definition PdfTools_Types.h:1638
@ ePdfToolsSignatureValidation_DataSource_EmbedInSignature
Data embedded in the signature Allowed data: certificates, OCSP, CRL.
Definition PdfTools_Types.h:1616
@ ePdfToolsSignatureValidation_DataSource_Aatl
From the Adobe Approved Trust List (AATL)
Definition PdfTools_Types.h:1647
@ ePdfToolsSignatureValidation_DataSource_EmbedInDocument
Data embedded in the document security store (DSS) Allowed data: certificates, OCSP,...
Definition PdfTools_Types.h:1622
@ ePdfToolsSignatureValidation_DataSource_Eutl
From the European Trust List (EUTL)
Definition PdfTools_Types.h:1656
@ ePdfToolsSignatureValidation_DataSource_CustomTrustList
From the custom trust list.
Definition PdfTools_Types.h:1666
@ ePdfToolsSignatureValidation_DataSource_Download
Data retrieved online or from the local download cache.
Definition PdfTools_Types.h:1632
struct TPdfToolsSignatureValidationProfiles_TrustConstraints TPdfToolsSignatureValidationProfiles_TrustConstraints
Certificate trust constraints.
Definition PdfTools_Types.h:3076
struct TPdfToolsCryptoProvidersPkcs11_DeviceList TPdfToolsCryptoProvidersPkcs11_DeviceList
The list of devices managed by a PKCS#11 module.
Definition PdfTools_Types.h:2978
struct TPdfToolsSignatureValidation_CmsSignatureContent TPdfToolsSignatureValidation_CmsSignatureContent
The data and validation result of the cryptographic signature.
Definition PdfTools_Types.h:3049
TPdfToolsSignatureValidation_SignatureSelector
Select the signatures.
Definition PdfTools_Types.h:1566
@ ePdfToolsSignatureValidation_SignatureSelector_All
Select all signatures.
Definition PdfTools_Types.h:1574
@ ePdfToolsSignatureValidation_SignatureSelector_Latest
Select the latest signature.
Definition PdfTools_Types.h:1570
struct TPdfToolsPdf2Image_ContentOptions TPdfToolsPdf2Image_ContentOptions
The parameters how to render PDF content elements.
Definition PdfTools_Types.h:2467
struct TPdfToolsSignatureValidation_ValidationResults TPdfToolsSignatureValidation_ValidationResults
Definition PdfTools_Types.h:3031
TPdfToolsPdf2Image_AnnotationOptions
Defines how to render annotations and their popups.
Definition PdfTools_Types.h:512
@ ePdfToolsPdf2Image_AnnotationOptions_ShowAnnotationsAndPopups
Render the annotation and the associated popup.
Definition PdfTools_Types.h:520
@ ePdfToolsPdf2Image_AnnotationOptions_ShowAnnotations
Render the annotation without the associated popup.
Definition PdfTools_Types.h:516
TPdfToolsPdf_Conformance
Definition PdfTools_Types.h:193
@ ePdfToolsPdf_Conformance_Pdf17
PDF Version 1.7, ISO 32000-1.
Definition PdfTools_Types.h:225
@ ePdfToolsPdf_Conformance_Pdf20
PDF Version 2.0, ISO 32000-2.
Definition PdfTools_Types.h:229
@ ePdfToolsPdf_Conformance_PdfA3U
PDF/A-3u, ISO 19005-3, level U conformance.
Definition PdfTools_Types.h:257
@ ePdfToolsPdf_Conformance_PdfA2A
PDF/A-2a, ISO 19005-2, level A conformance.
Definition PdfTools_Types.h:249
@ ePdfToolsPdf_Conformance_Pdf16
PDF Version 1.6 (corresponds to Acrobat 7)
Definition PdfTools_Types.h:221
@ ePdfToolsPdf_Conformance_PdfA1A
PDF/A-1a, ISO 19005-1, level A conformance.
Definition PdfTools_Types.h:237
@ ePdfToolsPdf_Conformance_Pdf15
PDF Version 1.5.
Definition PdfTools_Types.h:217
@ ePdfToolsPdf_Conformance_Pdf14
PDF Version 1.4 (corresponds to Acrobat 5)
Definition PdfTools_Types.h:213
@ ePdfToolsPdf_Conformance_Pdf10
PDF Version 1.0.
Definition PdfTools_Types.h:197
@ ePdfToolsPdf_Conformance_Pdf13
PDF Version 1.3.
Definition PdfTools_Types.h:209
@ ePdfToolsPdf_Conformance_PdfA1B
PDF/A-1b, ISO 19005-1, level B conformance.
Definition PdfTools_Types.h:233
@ ePdfToolsPdf_Conformance_PdfA3A
PDF/A-3a, ISO 19005-3, level A conformance.
Definition PdfTools_Types.h:261
@ ePdfToolsPdf_Conformance_Pdf11
PDF Version 1.1.
Definition PdfTools_Types.h:201
@ ePdfToolsPdf_Conformance_PdfA3B
PDF/A-3b, ISO 19005-3, level B conformance.
Definition PdfTools_Types.h:253
@ ePdfToolsPdf_Conformance_Pdf12
PDF Version 1.2.
Definition PdfTools_Types.h:205
@ ePdfToolsPdf_Conformance_PdfA2U
PDF/A-2u, ISO 19005-2, level U conformance.
Definition PdfTools_Types.h:245
@ ePdfToolsPdf_Conformance_PdfA2B
PDF/A-2b, ISO 19005-2, level B conformance.
Definition PdfTools_Types.h:241
struct TPdfToolsGeomUnits_Size TPdfToolsGeomUnits_Size
struct TPdfToolsPdf2Image_Converter TPdfToolsPdf2Image_Converter
The class to convert a PDF document to a rasterized image.
Definition PdfTools_Types.h:2571
struct TPdfToolsPdf2ImageProfiles_Fax TPdfToolsPdf2ImageProfiles_Fax
The profile to convert PDF documents to TIFF Fax images.
Definition PdfTools_Types.h:2602
struct TPdfToolsPdf2Image_PngImageOptions TPdfToolsPdf2Image_PngImageOptions
The settings for PNG output images For the output file name, it is recommended to use the file extens...
Definition PdfTools_Types.h:2517
TPdfToolsPdf2Image_ImageOptionsType
Type and subtype enumeration of TPdfToolsPdf2Image_ImageOptions.
Definition PdfTools_Types.h:1881
@ ePdfToolsPdf2Image_ImageOptionsType_PngImageOptions
Definition PdfTools_Types.h:1887
@ ePdfToolsPdf2Image_ImageOptionsType_TiffFlateImageOptions
Definition PdfTools_Types.h:1886
@ ePdfToolsPdf2Image_ImageOptionsType_TiffLzwImageOptions
Definition PdfTools_Types.h:1885
@ ePdfToolsPdf2Image_ImageOptionsType_JpegImageOptions
Definition PdfTools_Types.h:1888
@ ePdfToolsPdf2Image_ImageOptionsType_ImageOptions
Definition PdfTools_Types.h:1882
@ ePdfToolsPdf2Image_ImageOptionsType_TiffJpegImageOptions
Definition PdfTools_Types.h:1884
@ ePdfToolsPdf2Image_ImageOptionsType_FaxImageOptions
Definition PdfTools_Types.h:1883
struct TPdfToolsPdfAConversion_Converter TPdfToolsPdfAConversion_Converter
The class to convert PDF documents to PDF/A.
Definition PdfTools_Types.h:2747
struct TPdfToolsCryptoProvidersSwisscomSigSrv_StepUp TPdfToolsCryptoProvidersSwisscomSigSrv_StepUp
The options for step-up authorization using Mobile ID.
Definition PdfTools_Types.h:2913
TPdfToolsCrypto_SignatureAlgorithm
Cryptographic signature algorithm.
Definition PdfTools_Types.h:1264
@ ePdfToolsCrypto_SignatureAlgorithm_RsaRsa
RSA with PKCS#1 v1.5 This is the RSA with PKCS#1 v1.5 algorithm which is widely supported by cryptogr...
Definition PdfTools_Types.h:1270
@ ePdfToolsCrypto_SignatureAlgorithm_RsaSsaPss
RSA with SSA-PSS (PKCS#1 v2.1) This algorithm is generally recommended because it is considered a mor...
Definition PdfTools_Types.h:1277
@ ePdfToolsCrypto_SignatureAlgorithm_Ecdsa
Elliptic Curve Digital Signature Algorithm This algorithm is generally recommended for new applicatio...
Definition PdfTools_Types.h:1284
struct TPdfToolsDocumentAssembly_DocumentAssembler TPdfToolsDocumentAssembly_DocumentAssembler
The class for splitting or merging PDF documents.
Definition PdfTools_Types.h:2340
TPdfToolsOptimization_ConversionStrategy
The conversion strategy for PDF objects.
Definition PdfTools_Types.h:339
@ ePdfToolsOptimization_ConversionStrategy_Copy
Definition PdfTools_Types.h:344
@ ePdfToolsOptimization_ConversionStrategy_Flatten
Definition PdfTools_Types.h:350
struct TPdfToolsSys_Date TPdfToolsSys_Date
struct TPdfToolsPdf_DocumentTimestamp TPdfToolsPdf_DocumentTimestamp
A document time-stamp signature that time-stamps the document This type of signature provides evidenc...
Definition PdfTools_Types.h:2281
TPdfToolsSignatureValidation_SubIndication
Sub-status indication of the signature validation process See ETSI TS 102 853 and ETSI EN 319 102-1.
Definition PdfTools_Types.h:1426
@ ePdfToolsSignatureValidation_SubIndication_CryptoConstraintsFailure
The signature is considered invalid because at least one of the algorithms used in an element (e....
Definition PdfTools_Types.h:1457
@ ePdfToolsSignatureValidation_SubIndication_NoPolicy
The policy to use for validation could not be identified.
Definition PdfTools_Types.h:1527
@ ePdfToolsSignatureValidation_SubIndication_Revoked
The signer's certificate has been revoked.
Definition PdfTools_Types.h:1430
@ ePdfToolsSignatureValidation_SubIndication_UnknownCommitmentType
The signature was created using a policy and commitment type that is unknown to the SVA.
Definition PdfTools_Types.h:1479
@ ePdfToolsSignatureValidation_SubIndication_HashFailure
The signature is invalid because at least one hash of the signed data object(s) included in the signi...
Definition PdfTools_Types.h:1435
@ ePdfToolsSignatureValidation_SubIndication_IncompleteCertificateChain
The certificate's chain is incomplete. The Signature Validation Algorithm cannot determine whether th...
Definition PdfTools_Types.h:1536
@ ePdfToolsSignatureValidation_SubIndication_CertificateNoRevocationInformation
The certificate has no revocation information. The Signature Validation Algorithm cannot determine wh...
Definition PdfTools_Types.h:1541
@ ePdfToolsSignatureValidation_SubIndication_MissingRevocationInformation
No revocation information is available in the revocation information sources. The Signature Validatio...
Definition PdfTools_Types.h:1546
@ ePdfToolsSignatureValidation_SubIndication_Expired
The signature is considered invalid because the Signature Validation Algorithm has detected that the ...
Definition PdfTools_Types.h:1462
@ ePdfToolsSignatureValidation_SubIndication_ChainConstraintsFailure
The signature is considered invalid because the certificate chain used in the validation process does...
Definition PdfTools_Types.h:1450
@ ePdfToolsSignatureValidation_SubIndication_OutOfBoundsNoPoe
The signer's certificate is expired or not yet valid at the validation date/time. The Signature Valid...
Definition PdfTools_Types.h:1506
@ ePdfToolsSignatureValidation_SubIndication_CryptoConstraintsFailureNoPoe
At least one of the algorithms used in an element (e.g. the signature value, a certificate,...
Definition PdfTools_Types.h:1513
@ ePdfToolsSignatureValidation_SubIndication_RevokedCaNoPoe
At least one certificate chain was found, but an intermediate CA certificate has been revoked.
Definition PdfTools_Types.h:1501
@ ePdfToolsSignatureValidation_SubIndication_NotYetValid
The signature is considered invalid because the Signature Validation Algorithm has detected that the ...
Definition PdfTools_Types.h:1467
@ ePdfToolsSignatureValidation_SubIndication_TimestampOrderFailure
Constraints on the order of signature time-stamps and/or signed data object (s) time-stamps are not r...
Definition PdfTools_Types.h:1484
@ ePdfToolsSignatureValidation_SubIndication_NoSignerCertificateFound
The signer's certificate cannot be identified.
Definition PdfTools_Types.h:1488
@ ePdfToolsSignatureValidation_SubIndication_SigConstraintsFailure
The signature is considered invalid because one or more properties of the signature do not match the ...
Definition PdfTools_Types.h:1445
@ ePdfToolsSignatureValidation_SubIndication_NoCertificateChainFound
No certificate chain has been found for the identified signer's certificate.
Definition PdfTools_Types.h:1492
@ ePdfToolsSignatureValidation_SubIndication_Untrusted
The certificate is not trusted because there is no valid path to a trust anchor.
Definition PdfTools_Types.h:1555
@ ePdfToolsSignatureValidation_SubIndication_TryLater
Insufficient information to fulfill all constraints. It may be possible to fulfill all constraints wi...
Definition PdfTools_Types.h:1523
@ ePdfToolsSignatureValidation_SubIndication_NoPoe
A proof of existence that proves whether a signed object was produced before a compromising event (e....
Definition PdfTools_Types.h:1518
@ ePdfToolsSignatureValidation_SubIndication_SignedDataNotFound
Cannot obtain signed data.
Definition PdfTools_Types.h:1531
@ ePdfToolsSignatureValidation_SubIndication_ExpiredNoRevocationInformation
The certificate has expired and no revocation information is available in the signature or document....
Definition PdfTools_Types.h:1551
@ ePdfToolsSignatureValidation_SubIndication_RevokedNoPoe
The signer's certificate was revoked at the validation date/time. The Signature Validation Algorithm ...
Definition PdfTools_Types.h:1497
@ ePdfToolsSignatureValidation_SubIndication_Generic
Any other reason.
Definition PdfTools_Types.h:1559
@ ePdfToolsSignatureValidation_SubIndication_PolicyProcessingError
The formal policy file could not be processed (e.g. not accessible, not parsable, etc....
Definition PdfTools_Types.h:1475
@ ePdfToolsSignatureValidation_SubIndication_SigCryptoFailure
The signature is invalid because the signature value in the signature could not be verified using the...
Definition PdfTools_Types.h:1440
@ ePdfToolsSignatureValidation_SubIndication_FormatFailure
The signature is not conformant to one of the base standards.
Definition PdfTools_Types.h:1471
struct TPdfTools_LicenseInfo TPdfTools_LicenseInfo
Definition PdfTools_Types.h:2120
struct TPdfToolsPdf2Image_JpegImageOptions TPdfToolsPdf2Image_JpegImageOptions
The settings for JPEG output images.
Definition PdfTools_Types.h:2527
struct TPdfToolsPdf_OutputOptions TPdfToolsPdf_OutputOptions
The parameters for document-level features of output PDFs Output options are used in many operations ...
Definition PdfTools_Types.h:2217
struct TPdfToolsDocumentAssembly_DocumentCopyOptions TPdfToolsDocumentAssembly_DocumentCopyOptions
Definition PdfTools_Types.h:2336
struct TPdfToolsPdfAValidation_AnalysisOptions TPdfToolsPdfAValidation_AnalysisOptions
The PDF/A analysis options Options for the analysis of documents using the validator's method PdfTool...
Definition PdfTools_Types.h:2731
TPdfToolsDocumentAssembly_NameConflictResolution
Definition PdfTools_Types.h:322
@ ePdfToolsDocumentAssembly_NameConflictResolution_Rename
Definition PdfTools_Types.h:332
@ ePdfToolsDocumentAssembly_NameConflictResolution_Merge
Definition PdfTools_Types.h:327
struct TPdfToolsOptimizationProfiles_MinimalFileSize TPdfToolsOptimizationProfiles_MinimalFileSize
The optimization profile producing a minimal file size.
Definition PdfTools_Types.h:2463
struct TPdfToolsCryptoProvidersGlobalSignDss_SignatureConfiguration TPdfToolsCryptoProvidersGlobalSignDss_SignatureConfiguration
The signature configuration.
Definition PdfTools_Types.h:2877
TPdfToolsOptimizationProfiles_ProfileType
Type and subtype enumeration of TPdfToolsOptimizationProfiles_Profile.
Definition PdfTools_Types.h:1856
@ ePdfToolsOptimizationProfiles_ProfileType_Print
Definition PdfTools_Types.h:1859
@ ePdfToolsOptimizationProfiles_ProfileType_Archive
Definition PdfTools_Types.h:1860
@ ePdfToolsOptimizationProfiles_ProfileType_Profile
Definition PdfTools_Types.h:1857
@ ePdfToolsOptimizationProfiles_ProfileType_Web
Definition PdfTools_Types.h:1858
@ ePdfToolsOptimizationProfiles_ProfileType_MinimalFileSize
Definition PdfTools_Types.h:1861
struct TPdfToolsOptimization_RemovalOptions TPdfToolsOptimization_RemovalOptions
The parameters defining the optional data to remove or flatten.
Definition PdfTools_Types.h:2364
TPdfToolsCrypto_ValidationInformation
Whether to embed validation information to enable the long-term validation (LTV) of the signature.
Definition PdfTools_Types.h:1373
@ ePdfToolsCrypto_ValidationInformation_EmbedInDocument
LTV: Embed validation information into the document.
Definition PdfTools_Types.h:1396
@ ePdfToolsCrypto_ValidationInformation_EmbedInSignature
LTV: Embed validation information into the signature This is only possible for Legacy PAdES Basic sig...
Definition PdfTools_Types.h:1384
@ ePdfToolsCrypto_ValidationInformation_None
Basic: Do not add any validation information.
Definition PdfTools_Types.h:1377
TPdfToolsPdf_Permission
The permissions allowed by a PDF document.
Definition PdfTools_Types.h:94
@ ePdfToolsPdf_Permission_FillForms
Allow filling of form fields.
Definition PdfTools_Types.h:118
@ ePdfToolsPdf_Permission_SupportDisabilities
Allow support for disabilities.
Definition PdfTools_Types.h:122
@ ePdfToolsPdf_Permission_None
No permission.
Definition PdfTools_Types.h:98
@ ePdfToolsPdf_Permission_Modify
Allow changing the document.
Definition PdfTools_Types.h:106
@ ePdfToolsPdf_Permission_Assemble
Allow document assembly.
Definition PdfTools_Types.h:126
@ ePdfToolsPdf_Permission_Copy
Allow content copying or extraction.
Definition PdfTools_Types.h:110
@ ePdfToolsPdf_Permission_DigitalPrint
Allow high resolution printing.
Definition PdfTools_Types.h:130
@ ePdfToolsPdf_Permission_Print
Allow low resolution printing.
Definition PdfTools_Types.h:102
@ ePdfToolsPdf_Permission_All
Definition PdfTools_Types.h:131
@ ePdfToolsPdf_Permission_Annotate
Allow annotations.
Definition PdfTools_Types.h:114
struct TPdfToolsSignatureValidation_TimeStampContent TPdfToolsSignatureValidation_TimeStampContent
The data and validation result of the cryptographic time-stamp.
Definition PdfTools_Types.h:3053
struct TPdfToolsImage2PdfProfiles_Archive TPdfToolsImage2PdfProfiles_Archive
The profile for image to PDF/A conversion for archiving This profile is suitable for archiving images...
Definition PdfTools_Types.h:2707
TPdfToolsPdf_SignedSignatureFieldType
Type and subtype enumeration of TPdfToolsPdf_SignedSignatureField.
Definition PdfTools_Types.h:1785
@ ePdfToolsPdf_SignedSignatureFieldType_Signature
Definition PdfTools_Types.h:1787
@ ePdfToolsPdf_SignedSignatureFieldType_SignedSignatureField
Definition PdfTools_Types.h:1786
@ ePdfToolsPdf_SignedSignatureFieldType_CertificationSignature
Definition PdfTools_Types.h:1789
@ ePdfToolsPdf_SignedSignatureFieldType_DocumentSignature
Definition PdfTools_Types.h:1788
@ ePdfToolsPdf_SignedSignatureFieldType_DocumentTimestamp
Definition PdfTools_Types.h:1790
struct TPdfToolsPdf2ImageProfiles_Archive TPdfToolsPdf2ImageProfiles_Archive
The profile to convert PDF documents to TIFF images for archiving.
Definition PdfTools_Types.h:2619
struct TPdfToolsSign_MdpPermissionOptions TPdfToolsSign_MdpPermissionOptions
The permission options when certifying a document.
Definition PdfTools_Types.h:2825
TPdfToolsImage2Pdf_ImageMappingType
Type and subtype enumeration of TPdfToolsImage2Pdf_ImageMapping.
Definition PdfTools_Types.h:1957
@ ePdfToolsImage2Pdf_ImageMappingType_Auto
Definition PdfTools_Types.h:1959
@ ePdfToolsImage2Pdf_ImageMappingType_ImageMapping
Definition PdfTools_Types.h:1958
@ ePdfToolsImage2Pdf_ImageMappingType_ShrinkToPage
Definition PdfTools_Types.h:1960
@ ePdfToolsImage2Pdf_ImageMappingType_ShrinkToFit
Definition PdfTools_Types.h:1961
@ ePdfToolsImage2Pdf_ImageMappingType_ShrinkToPortrait
Definition PdfTools_Types.h:1962
struct TPdfToolsOptimization_ImageRecompressionOptions TPdfToolsOptimization_ImageRecompressionOptions
The parameters for image recompression.
Definition PdfTools_Types.h:2344
struct TPdfToolsImage_MultiPageDocument TPdfToolsImage_MultiPageDocument
The image document of an image format that supports multi-page images This class is used for TIFF ima...
Definition PdfTools_Types.h:2322
struct TPdfToolsImage2Pdf_ShrinkToPage TPdfToolsImage2Pdf_ShrinkToPage
The image mapping that places the image onto pages of the specified size Place images onto portrait o...
Definition PdfTools_Types.h:2664
struct TPdfToolsPdf_Revision TPdfToolsPdf_Revision
The document revision.
Definition PdfTools_Types.h:2288
struct TPdfToolsSignatureValidation_Validator TPdfToolsSignatureValidation_Validator
The class to check the validity of signatures.
Definition PdfTools_Types.h:3021
struct TPdfToolsPdf_UnsignedSignatureField TPdfToolsPdf_UnsignedSignatureField
An unsigned signature field An unsigned signature field that can be signed. The purpose of the signat...
Definition PdfTools_Types.h:2248
TPdfToolsImage_DocumentType
Type and subtype enumeration of TPdfToolsImage_Document.
Definition PdfTools_Types.h:1833
@ ePdfToolsImage_DocumentType_Document
Definition PdfTools_Types.h:1834
@ ePdfToolsImage_DocumentType_SinglePageDocument
Definition PdfTools_Types.h:1835
@ ePdfToolsImage_DocumentType_MultiPageDocument
Definition PdfTools_Types.h:1836
TPdfToolsPdf2Image_ColorSpace
The color space used in various image formats.
Definition PdfTools_Types.h:489
@ ePdfToolsPdf2Image_ColorSpace_Gray
Definition PdfTools_Types.h:495
@ ePdfToolsPdf2Image_ColorSpace_Cmyk
Definition PdfTools_Types.h:498
@ ePdfToolsPdf2Image_ColorSpace_Rgb
Definition PdfTools_Types.h:492
struct TPdfToolsPdfAValidation_Validator TPdfToolsPdfAValidation_Validator
The class to validate the standard conformance of documents.
Definition PdfTools_Types.h:2711
struct TPdfToolsPdf2Image_ImageOptions TPdfToolsPdf2Image_ImageOptions
The base class for output image options.
Definition PdfTools_Types.h:2471
struct TPdfToolsSignatureValidation_CustomTrustList TPdfToolsSignatureValidation_CustomTrustList
The custom collection of trusted certificates This class defines a custom collection of trusted certi...
Definition PdfTools_Types.h:3061
TPdfToolsSign_WarningCategory
The warning category The category of the warning of TPdfToolsSign_Signer_Warning.
Definition PdfTools_Types.h:1114
@ ePdfToolsSign_WarningCategory_AddValidationInformationFailed
Definition PdfTools_Types.h:1158
@ ePdfToolsSign_WarningCategory_SignedDocEncryptionUnchanged
Definition PdfTools_Types.h:1139
@ ePdfToolsSign_WarningCategory_PdfARemoved
Definition PdfTools_Types.h:1120
TPdfToolsSignatureValidation_TimeSource
The source of the validation time.
Definition PdfTools_Types.h:1581
@ ePdfToolsSignatureValidation_TimeSource_ProofOfExistence
Proof of Existence A proof of existence is evidence that proves that an object (a certificate,...
Definition PdfTools_Types.h:1590
@ ePdfToolsSignatureValidation_TimeSource_SignatureTime
Signature time Use the claimed (untrusted) time of the signature.
Definition PdfTools_Types.h:1603
@ ePdfToolsSignatureValidation_TimeSource_ExpiredTimeStamp
Expired time stamp An expired time-stamp was used. Note that for expired time-stamps revocation infor...
Definition PdfTools_Types.h:1597
TPdfToolsPdf2Image_JpegColorSpace
The color space used in JPEG images.
Definition PdfTools_Types.h:473
@ ePdfToolsPdf2Image_JpegColorSpace_Cmyk
Definition PdfTools_Types.h:482
@ ePdfToolsPdf2Image_JpegColorSpace_Rgb
Definition PdfTools_Types.h:476
@ ePdfToolsPdf2Image_JpegColorSpace_Gray
Definition PdfTools_Types.h:479
struct TPdfToolsImage2PdfProfiles_Profile TPdfToolsImage2PdfProfiles_Profile
The base class for image to PDF conversion profiles A profile implements the conversion settings suit...
Definition PdfTools_Types.h:2695
struct TPdfToolsImage2Pdf_Converter TPdfToolsImage2Pdf_Converter
The class to convert one or more images to a PDF document.
Definition PdfTools_Types.h:2688
struct TPdfToolsGeomUnits_Resolution TPdfToolsGeomUnits_Resolution
struct TPdfToolsPdf_SignatureFieldList TPdfToolsPdf_SignatureFieldList
Definition PdfTools_Types.h:2284
TPdfToolsDocumentAssembly_NamedDestinationCopyStrategy
Definition PdfTools_Types.h:304
@ ePdfToolsDocumentAssembly_NamedDestinationCopyStrategy_Copy
Copy named destinations Named destinations are copyied as-is.
Definition PdfTools_Types.h:310
@ ePdfToolsDocumentAssembly_NamedDestinationCopyStrategy_Resolve
Resolve named destinations Named destinations are resolved and converted to direct destinations.
Definition PdfTools_Types.h:316
struct TPdfToolsCryptoProviders_Provider TPdfToolsCryptoProviders_Provider
Base class for cryptographic providers.
Definition PdfTools_Types.h:2866
struct TPdfToolsImage_Page TPdfToolsImage_Page
The page of an image document.
Definition PdfTools_Types.h:2292
TPdfToolsPdf_SignatureType
Type and subtype enumeration of TPdfToolsPdf_Signature.
Definition PdfTools_Types.h:1810
@ ePdfToolsPdf_SignatureType_DocumentSignature
Definition PdfTools_Types.h:1812
@ ePdfToolsPdf_SignatureType_CertificationSignature
Definition PdfTools_Types.h:1813
@ ePdfToolsPdf_SignatureType_Signature
Definition PdfTools_Types.h:1811
struct TPdfToolsSign_PreparedDocument TPdfToolsSign_PreparedDocument
A document that has been prepared for signing.
Definition PdfTools_Types.h:2835
struct TPdfToolsPdf2Image_TiffFlateImageOptions TPdfToolsPdf2Image_TiffFlateImageOptions
The settings for TIFF output images using the Flate compression algorithm.
Definition PdfTools_Types.h:2511
struct TPdfToolsSign_SignatureFieldOptions TPdfToolsSign_SignatureFieldOptions
Options for adding unsigned signature fields These options control the creation of unsigned signature...
Definition PdfTools_Types.h:2831
TPdfToolsPdf2Image_BackgroundType
The background type to use when rendering into an image.
Definition PdfTools_Types.h:440
@ ePdfToolsPdf2Image_BackgroundType_Transparent
Transparent background The input PDF content will be rendered into an image with an alpha channel and...
Definition PdfTools_Types.h:453
@ ePdfToolsPdf2Image_BackgroundType_White
White background The input PDF content will be rendered on a white background.
Definition PdfTools_Types.h:446
struct TPdfToolsPdf2ImageProfiles_Viewing TPdfToolsPdf2ImageProfiles_Viewing
The profile to convert PDF documents to JPEG or PNG images for viewing.
Definition PdfTools_Types.h:2634
struct TPdfToolsPdf2Image_RenderPageAsFax TPdfToolsPdf2Image_RenderPageAsFax
The image section mapping suitable for Fax output images.
Definition PdfTools_Types.h:2547
TPdfToolsSign_TimestampConfigurationType
Type and subtype enumeration of TPdfToolsSign_TimestampConfiguration.
Definition PdfTools_Types.h:2030
@ ePdfToolsSign_TimestampConfigurationType_PdfToolsCryptoProvidersGlobalSignDss_TimestampConfiguration
Definition PdfTools_Types.h:2032
@ ePdfToolsSign_TimestampConfigurationType_PdfToolsCryptoProvidersSwisscomSigSrv_TimestampConfiguration
Definition PdfTools_Types.h:2033
@ ePdfToolsSign_TimestampConfigurationType_TimestampConfiguration
Definition PdfTools_Types.h:2031
@ ePdfToolsSign_TimestampConfigurationType_PdfToolsCryptoProvidersPkcs11_TimestampConfiguration
Definition PdfTools_Types.h:2034
@ ePdfToolsSign_TimestampConfigurationType_PdfToolsCryptoProvidersBuiltIn_TimestampConfiguration
Definition PdfTools_Types.h:2035
struct TPdfToolsImage2Pdf_ImageOptions TPdfToolsImage2Pdf_ImageOptions
The conversion options related to the images.
Definition PdfTools_Types.h:2684
struct TPdfTools_StringList TPdfTools_StringList
Definition PdfTools_Types.h:2127
struct TPdfToolsCryptoProvidersBuiltIn_SignatureConfiguration TPdfToolsCryptoProvidersBuiltIn_SignatureConfiguration
The signature configuration.
Definition PdfTools_Types.h:2982
struct TPdfToolsSignatureValidation_UnsupportedSignatureContent TPdfToolsSignatureValidation_UnsupportedSignatureContent
The validation result of a signature that cannot be read either because it has an unsupported type or...
Definition PdfTools_Types.h:3044
struct TPdfToolsSignatureValidationProfiles_Profile TPdfToolsSignatureValidationProfiles_Profile
The base class for signature validation profiles The profile defines the validation constraints.
Definition PdfTools_Types.h:3067
struct TPdfToolsCryptoProvidersSwisscomSigSrv_SignatureConfiguration TPdfToolsCryptoProvidersSwisscomSigSrv_SignatureConfiguration
The signature configuration.
Definition PdfTools_Types.h:2903
struct TPdfToolsPdf_MetadataSettings TPdfToolsPdf_MetadataSettings
Definition PdfTools_Types.h:2178
struct TPdfToolsImage2Pdf_Auto TPdfToolsImage2Pdf_Auto
The image mapping that automatically determines a suitable conversion.
Definition PdfTools_Types.h:2655
struct TPdfToolsSign_Signer TPdfToolsSign_Signer
Process signatures and signature fields.
Definition PdfTools_Types.h:2839
struct TPdfToolsPdf2Image_RenderPageAtResolution TPdfToolsPdf2Image_RenderPageAtResolution
The image section mapping to render entire pages at a specific resolution.
Definition PdfTools_Types.h:2556
TPdfToolsOptimization_CompressionAlgorithmSelection
The strategy for recompressing images The strategy expresses the broad goal when recompressing images...
Definition PdfTools_Types.h:377
@ ePdfToolsOptimization_CompressionAlgorithmSelection_Balanced
Definition PdfTools_Types.h:390
@ ePdfToolsOptimization_CompressionAlgorithmSelection_PreserveQuality
Definition PdfTools_Types.h:382
@ ePdfToolsOptimization_CompressionAlgorithmSelection_Speed
Definition PdfTools_Types.h:395
struct TPdfToolsCryptoProvidersPkcs11_TimestampConfiguration TPdfToolsCryptoProvidersPkcs11_TimestampConfiguration
The time-stamp configuration.
Definition PdfTools_Types.h:2942
struct TPdfToolsCryptoProviders_Certificate TPdfToolsCryptoProviders_Certificate
A X.509 certificate.
Definition PdfTools_Types.h:2870
struct TPdfToolsSign_SignatureConfiguration TPdfToolsSign_SignatureConfiguration
Configuration for signature creation.
Definition PdfTools_Types.h:2794
struct TPdfToolsCryptoProvidersGlobalSignDss_Session TPdfToolsCryptoProvidersGlobalSignDss_Session
GlobalSign Digital Signing Service.
Definition PdfTools_Types.h:2899
struct TPdfToolsPdfAValidation_ValidationOptions TPdfToolsPdfAValidation_ValidationOptions
The PDF validation options Options to check the quality and standard conformance of documents using t...
Definition PdfTools_Types.h:2718
TPdfToolsSignatureValidationProfiles_RevocationCheckPolicy
The revocation check policy.
Definition PdfTools_Types.h:1673
@ ePdfToolsSignatureValidationProfiles_RevocationCheckPolicy_Supported
Definition PdfTools_Types.h:1685
@ ePdfToolsSignatureValidationProfiles_RevocationCheckPolicy_Optional
Definition PdfTools_Types.h:1691
@ ePdfToolsSignatureValidationProfiles_RevocationCheckPolicy_Required
Definition PdfTools_Types.h:1680
@ ePdfToolsSignatureValidationProfiles_RevocationCheckPolicy_NoCheck
Do not check revocation information.
Definition PdfTools_Types.h:1695
struct TPdfToolsGeomInt_Size TPdfToolsGeomInt_Size
struct TPdfToolsPdf_CertificationSignature TPdfToolsPdf_CertificationSignature
A document certification (MDP) signature that certifies the document These signatures are also called...
Definition PdfTools_Types.h:2274
struct TPdfToolsPdf2Image_RenderPageToMaxImageSize TPdfToolsPdf2Image_RenderPageToMaxImageSize
The image section mapping to render entire pages using a specific image pixel size.
Definition PdfTools_Types.h:2567
struct TPdfToolsImage2Pdf_ShrinkToFit TPdfToolsImage2Pdf_ShrinkToFit
The image mapping that places the image onto pages of the specified size Place images onto portrait o...
Definition PdfTools_Types.h:2671
struct TPdfToolsSign_OutputOptions TPdfToolsSign_OutputOptions
Additional document level options.
Definition PdfTools_Types.h:2821
struct TPdfToolsPdf2ImageProfiles_Profile TPdfToolsPdf2ImageProfiles_Profile
The base class for PDF to image conversion profiles The profile defines how the PDF pages are rendere...
Definition PdfTools_Types.h:2580
TPdfToolsSignatureValidation_Indication
Main status indication of the signature validation process See ETSI TS 102 853 and ETSI EN 319 102-1.
Definition PdfTools_Types.h:1405
@ ePdfToolsSignatureValidation_Indication_Invalid
The constraint is invalid according to the chosen signature validation profile.
Definition PdfTools_Types.h:1413
@ ePdfToolsSignatureValidation_Indication_Indeterminate
The available information is insufficient to determine whether the signature is valid or invalid.
Definition PdfTools_Types.h:1417
@ ePdfToolsSignatureValidation_Indication_Valid
The constraint is valid according to the chosen signature validation profile.
Definition PdfTools_Types.h:1409
TPdfToolsPdf_SignatureFieldType
Type and subtype enumeration of TPdfToolsPdf_SignatureField.
Definition PdfTools_Types.h:1758
@ ePdfToolsPdf_SignatureFieldType_SignatureField
Definition PdfTools_Types.h:1759
@ ePdfToolsPdf_SignatureFieldType_SignedSignatureField
Definition PdfTools_Types.h:1761
@ ePdfToolsPdf_SignatureFieldType_Signature
Definition PdfTools_Types.h:1762
@ ePdfToolsPdf_SignatureFieldType_UnsignedSignatureField
Definition PdfTools_Types.h:1760
@ ePdfToolsPdf_SignatureFieldType_DocumentTimestamp
Definition PdfTools_Types.h:1765
@ ePdfToolsPdf_SignatureFieldType_CertificationSignature
Definition PdfTools_Types.h:1764
@ ePdfToolsPdf_SignatureFieldType_DocumentSignature
Definition PdfTools_Types.h:1763
TPdfToolsSignatureValidation_SignatureContentType
Type and subtype enumeration of TPdfToolsSignatureValidation_SignatureContent.
Definition PdfTools_Types.h:2081
@ ePdfToolsSignatureValidation_SignatureContentType_SignatureContent
Definition PdfTools_Types.h:2082
@ ePdfToolsSignatureValidation_SignatureContentType_UnsupportedSignatureContent
Definition PdfTools_Types.h:2083
@ ePdfToolsSignatureValidation_SignatureContentType_TimeStampContent
Definition PdfTools_Types.h:2085
@ ePdfToolsSignatureValidation_SignatureContentType_CmsSignatureContent
Definition PdfTools_Types.h:2084
struct TPdfToolsCryptoProvidersBuiltIn_Provider TPdfToolsCryptoProvidersBuiltIn_Provider
The built-in cryptographic provider.
Definition PdfTools_Types.h:3013
struct TPdfToolsSignatureValidation_ConstraintResult TPdfToolsSignatureValidation_ConstraintResult
The result of a constraint validation.
Definition PdfTools_Types.h:3017
TPdfToolsPdfAConversion_EventSeverity
The severity of conversion events See TPdfToolsPdfAConversion_Converter_ConversionEvent for more info...
Definition PdfTools_Types.h:647
@ ePdfToolsPdfAConversion_EventSeverity_Warning
A conversion event which is generally considered a non-critical issue.
Definition PdfTools_Types.h:684
@ ePdfToolsPdfAConversion_EventSeverity_Error
A conversion event which is generally considered a critical issue.
Definition PdfTools_Types.h:693
@ ePdfToolsPdfAConversion_EventSeverity_Information
A conversion event which is of an informational nature.
Definition PdfTools_Types.h:669
struct TPdfToolsCryptoProviders_CertificateList TPdfToolsCryptoProviders_CertificateList
Definition PdfTools_Types.h:2873
struct TPdfToolsPdf_Signature TPdfToolsPdf_Signature
A base class for certain signature types.
Definition PdfTools_Types.h:2259
struct TPdfToolsOptimizationProfiles_Profile TPdfToolsOptimizationProfiles_Profile
The base class for PDF optimization profiles The profile defines the optimization parameters suitable...
Definition PdfTools_Types.h:2375
struct TPdfToolsPdf2Image_TiffJpegImageOptions TPdfToolsPdf2Image_TiffJpegImageOptions
The settings for TIFF output images using the JPEG compression algorithm.
Definition PdfTools_Types.h:2490
struct TPdfTools_HttpClientHandler TPdfTools_HttpClientHandler
The handler and options for communication to remote server.
Definition PdfTools_Types.h:2172
TPdfToolsPdf2Image_ImageSectionMappingType
Type and subtype enumeration of TPdfToolsPdf2Image_ImageSectionMapping.
Definition PdfTools_Types.h:1909
@ ePdfToolsPdf2Image_ImageSectionMappingType_RenderPageAsFax
Definition PdfTools_Types.h:1911
@ ePdfToolsPdf2Image_ImageSectionMappingType_RenderPageToMaxImageSize
Definition PdfTools_Types.h:1913
@ ePdfToolsPdf2Image_ImageSectionMappingType_RenderPageAtResolution
Definition PdfTools_Types.h:1912
@ ePdfToolsPdf2Image_ImageSectionMappingType_ImageSectionMapping
Definition PdfTools_Types.h:1910
struct TPdfToolsSign_CustomTextVariableMap TPdfToolsSign_CustomTextVariableMap
Definition PdfTools_Types.h:2759
TPdfToolsCrypto_SignaturePaddingType
Padding scheme of the cryptographic signature algorithm The signature algorithm is defined by the sig...
Definition PdfTools_Types.h:1301
@ ePdfToolsCrypto_SignaturePaddingType_RsaSsaPss
RSA with Probabilistic Signature Scheme (PSS) Padding scheme for RSA keys that corresponds to the ePd...
Definition PdfTools_Types.h:1322
@ ePdfToolsCrypto_SignaturePaddingType_Default
Default padding scheme The default padding scheme. Used for the ePdfToolsCrypto_SignatureAlgorithm_Ec...
Definition PdfTools_Types.h:1308
@ ePdfToolsCrypto_SignaturePaddingType_RsaRsa
RSA with PKCS#1 padding scheme Padding scheme for RSA keys that corresponds to the ePdfToolsCrypto_Si...
Definition PdfTools_Types.h:1315
TPdfToolsPdf2Image_TiffBitonalCompressionType
The compression type for bitonal (Fax) TIFF images.
Definition PdfTools_Types.h:419
@ ePdfToolsPdf2Image_TiffBitonalCompressionType_G3
CCITT Group 3 CCITT Group 3 is the predecessor to CCITT Group 4, it is a simpler algorithm that norma...
Definition PdfTools_Types.h:426
@ ePdfToolsPdf2Image_TiffBitonalCompressionType_G4
CCITT Group 4 CCITT Group 4 is the standard compression for bitonal TIFF images (i....
Definition PdfTools_Types.h:433
struct TPdfToolsImage_SinglePageDocument TPdfToolsImage_SinglePageDocument
The image document of an image format that only supports single-page images This class is used for th...
Definition PdfTools_Types.h:2316
struct TPdfToolsCryptoProvidersSwisscomSigSrv_Session TPdfToolsCryptoProvidersSwisscomSigSrv_Session
The Swisscom Signing Service.
Definition PdfTools_Types.h:2933
struct TPdfToolsCryptoProvidersPkcs11_Session TPdfToolsCryptoProvidersPkcs11_Session
A session to a cryptographic device (HSM, USB token, etc.) to perform cryptographic operations.
Definition PdfTools_Types.h:2974
TPdfToolsPdf_XfaType
The XFA type of a PDF document See PdfToolsPdf_Document_GetXfa to get the XFA type of a PDF document.
Definition PdfTools_Types.h:140
@ ePdfToolsPdf_XfaType_NoXfa
No XFA document The document is not an XFA document but a regular PDF document.
Definition PdfTools_Types.h:146
@ ePdfToolsPdf_XfaType_XfaRendered
Rendered XFA document The document is a "rendered" XFA document where the PDF pages' content has been...
Definition PdfTools_Types.h:162
@ ePdfToolsPdf_XfaType_XfaNeedsRendering
XFA document The document is an XFA document. The document cannot be processed by many components,...
Definition PdfTools_Types.h:154
struct TPdfToolsSignatureValidation_Certificate TPdfToolsSignatureValidation_Certificate
A X.509 certificate.
Definition PdfTools_Types.h:3025
struct TPdfToolsSignatureValidationProfiles_ValidationOptions TPdfToolsSignatureValidationProfiles_ValidationOptions
Signature validation options.
Definition PdfTools_Types.h:3071
struct TPdfToolsPdf_SignatureField TPdfToolsPdf_SignatureField
A digital signature field.
Definition PdfTools_Types.h:2239
struct TPdfTools_MetadataDictionary TPdfTools_MetadataDictionary
Definition PdfTools_Types.h:2130
struct TPdfToolsGeomUnits_Margin TPdfToolsGeomUnits_Margin
struct TPdfToolsOptimizationProfiles_Print TPdfToolsOptimizationProfiles_Print
The optimization profile suitable for printing.
Definition PdfTools_Types.h:2414
struct TPdfToolsDocumentAssembly_PageCopyOptions TPdfToolsDocumentAssembly_PageCopyOptions
Definition PdfTools_Types.h:2331
struct TPdfToolsSignatureValidation_ValidationResult TPdfToolsSignatureValidation_ValidationResult
The result of a signature validation.
Definition PdfTools_Types.h:3035
struct TPdfToolsOptimization_FontOptions TPdfToolsOptimization_FontOptions
The parameters for font optimization.
Definition PdfTools_Types.h:2348
struct TPdfTools_Sdk TPdfTools_Sdk
SDK initialization and product information.
Definition PdfTools_Types.h:2124
TPdfToolsPdfAValidation_ErrorCategory
The validation error category.
Definition PdfTools_Types.h:527
@ ePdfToolsPdfAValidation_ErrorCategory_Pdf
Definition PdfTools_Types.h:538
@ ePdfToolsPdfAValidation_ErrorCategory_Multimedia
Definition PdfTools_Types.h:593
@ ePdfToolsPdfAValidation_ErrorCategory_Print
Definition PdfTools_Types.h:598
@ ePdfToolsPdfAValidation_ErrorCategory_Signature
Definition PdfTools_Types.h:633
@ ePdfToolsPdfAValidation_ErrorCategory_External
Definition PdfTools_Types.h:568
@ ePdfToolsPdfAValidation_ErrorCategory_Action
Definition PdfTools_Types.h:608
@ ePdfToolsPdfAValidation_ErrorCategory_Encryption
Definition PdfTools_Types.h:543
@ ePdfToolsPdfAValidation_ErrorCategory_Structure
Definition PdfTools_Types.h:618
@ ePdfToolsPdfAValidation_ErrorCategory_Custom
Definition PdfTools_Types.h:638
@ ePdfToolsPdfAValidation_ErrorCategory_Color
Definition PdfTools_Types.h:548
@ ePdfToolsPdfAValidation_ErrorCategory_Appearance
Definition PdfTools_Types.h:603
@ ePdfToolsPdfAValidation_ErrorCategory_Transparency
Definition PdfTools_Types.h:583
@ ePdfToolsPdfAValidation_ErrorCategory_Font
Definition PdfTools_Types.h:573
@ ePdfToolsPdfAValidation_ErrorCategory_EmbeddedFile
Definition PdfTools_Types.h:628
@ ePdfToolsPdfAValidation_ErrorCategory_Alternate
Definition PdfTools_Types.h:558
@ ePdfToolsPdfAValidation_ErrorCategory_PostScript
Definition PdfTools_Types.h:563
@ ePdfToolsPdfAValidation_ErrorCategory_Format
Definition PdfTools_Types.h:532
@ ePdfToolsPdfAValidation_ErrorCategory_Unicode
Definition PdfTools_Types.h:578
@ ePdfToolsPdfAValidation_ErrorCategory_Metadata
Definition PdfTools_Types.h:613
@ ePdfToolsPdfAValidation_ErrorCategory_UnsupportedAnnotation
Definition PdfTools_Types.h:588
@ ePdfToolsPdfAValidation_ErrorCategory_OptionalContent
Definition PdfTools_Types.h:623
@ ePdfToolsPdfAValidation_ErrorCategory_Rendering
Definition PdfTools_Types.h:553
struct TPdfToolsPdf_SignedSignatureField TPdfToolsPdf_SignedSignatureField
A base class for signature fields that have been signed The existence of a signed signature field doe...
Definition PdfTools_Types.h:2255
TPdfToolsDocumentAssembly_RemovalStrategy
Definition PdfTools_Types.h:288
@ ePdfToolsDocumentAssembly_RemovalStrategy_Remove
Definition PdfTools_Types.h:298
@ ePdfToolsDocumentAssembly_RemovalStrategy_Flatten
Definition PdfTools_Types.h:293
TPdfToolsImage2PdfProfiles_ProfileType
Type and subtype enumeration of TPdfToolsImage2PdfProfiles_Profile.
Definition PdfTools_Types.h:1982
@ ePdfToolsImage2PdfProfiles_ProfileType_Default
Definition PdfTools_Types.h:1984
@ ePdfToolsImage2PdfProfiles_ProfileType_Archive
Definition PdfTools_Types.h:1985
@ ePdfToolsImage2PdfProfiles_ProfileType_Profile
Definition PdfTools_Types.h:1983
struct TPdfToolsCryptoProvidersPkcs11_Device TPdfToolsCryptoProvidersPkcs11_Device
The cryptographic device (HSM, USB token, etc.)
Definition PdfTools_Types.h:2960
struct TPdfToolsCryptoProvidersPkcs11_SignatureConfiguration TPdfToolsCryptoProvidersPkcs11_SignatureConfiguration
The signature configuration.
Definition PdfTools_Types.h:2937
struct TPdfToolsCryptoProvidersPkcs11_Module TPdfToolsCryptoProvidersPkcs11_Module
The PKCS#11 driver module.
Definition PdfTools_Types.h:2956
struct TPdfToolsImage_DocumentList TPdfToolsImage_DocumentList
List of image documents.
Definition PdfTools_Types.h:2326
struct TPdfToolsPdfAValidation_AnalysisResult TPdfToolsPdfAValidation_AnalysisResult
The PDF/A analysis result.
Definition PdfTools_Types.h:2743
struct TPdfToolsPdf_Metadata TPdfToolsPdf_Metadata
Definition PdfTools_Types.h:2235
struct TPdfToolsImage_PageList TPdfToolsImage_PageList
The list of image pages.
Definition PdfTools_Types.h:2296
struct TPdfToolsPdf_DocumentSignature TPdfToolsPdf_DocumentSignature
A document signature that signs the document Document signatures are sometimes also called approval s...
Definition PdfTools_Types.h:2267
struct TPdfToolsImage_Document TPdfToolsImage_Document
The base class for image documents Image documents are either opened using PdfToolsImage_Document_Ope...
Definition PdfTools_Types.h:2303
struct TPdfToolsImage2Pdf_ShrinkToPortrait TPdfToolsImage2Pdf_ShrinkToPortrait
The image mapping that places the image onto portrait pages of the specified size Place images onto p...
Definition PdfTools_Types.h:2680
TPdfToolsDocumentAssembly_CopyStrategy
Definition PdfTools_Types.h:267
@ ePdfToolsDocumentAssembly_CopyStrategy_Flatten
Definition PdfTools_Types.h:277
@ ePdfToolsDocumentAssembly_CopyStrategy_Copy
Definition PdfTools_Types.h:272
@ ePdfToolsDocumentAssembly_CopyStrategy_Remove
Definition PdfTools_Types.h:282
struct TPdfToolsSignatureValidationProfiles_Default TPdfToolsSignatureValidationProfiles_Default
The default signature validation profile.
Definition PdfTools_Types.h:3105
struct TPdfToolsSignatureValidation_SignatureContent TPdfToolsSignatureValidation_SignatureContent
The data and validation result of the cryptographic signature.
Definition PdfTools_Types.h:3039
TPdfToolsOptimization_RemovalStrategy
The removal strategy for PDF objects.
Definition PdfTools_Types.h:357
@ ePdfToolsOptimization_RemovalStrategy_Remove
Definition PdfTools_Types.h:368
@ ePdfToolsOptimization_RemovalStrategy_Flatten
Definition PdfTools_Types.h:363
TPdfToolsPdf_MdpPermissions
Definition PdfTools_Types.h:168
@ ePdfToolsPdf_MdpPermissions_FormFilling
Definition PdfTools_Types.h:180
@ ePdfToolsPdf_MdpPermissions_Annotate
Definition PdfTools_Types.h:187
@ ePdfToolsPdf_MdpPermissions_NoChanges
Definition PdfTools_Types.h:174
TPdfToolsSign_SignatureConfigurationType
Type and subtype enumeration of TPdfToolsSign_SignatureConfiguration.
Definition PdfTools_Types.h:2005
@ ePdfToolsSign_SignatureConfigurationType_PdfToolsCryptoProvidersBuiltIn_SignatureConfiguration
Definition PdfTools_Types.h:2010
@ ePdfToolsSign_SignatureConfigurationType_PdfToolsCryptoProvidersSwisscomSigSrv_SignatureConfiguration
Definition PdfTools_Types.h:2008
@ ePdfToolsSign_SignatureConfigurationType_SignatureConfiguration
Definition PdfTools_Types.h:2006
@ ePdfToolsSign_SignatureConfigurationType_PdfToolsCryptoProvidersGlobalSignDss_SignatureConfiguration
Definition PdfTools_Types.h:2007
@ ePdfToolsSign_SignatureConfigurationType_PdfToolsCryptoProvidersPkcs11_SignatureConfiguration
Definition PdfTools_Types.h:2009
struct TPdfToolsSignatureValidation_CertificateChain TPdfToolsSignatureValidation_CertificateChain
Definition PdfTools_Types.h:3028
struct TPdfToolsPdf2Image_FaxImageOptions TPdfToolsPdf2Image_FaxImageOptions
The settings for TIFF Fax output images Create a black-and-white (bitonal) TIFF Fax output image....
Definition PdfTools_Types.h:2478
TPdfToolsCrypto_SignatureFormat
Definition PdfTools_Types.h:1328
@ ePdfToolsCrypto_SignatureFormat_EtsiCadesDetached
PAdES signature (PDF 2.0) PAdES signature as specified by European Standard ETSI EN 319 142....
Definition PdfTools_Types.h:1342
@ ePdfToolsCrypto_SignatureFormat_AdbePkcs7Detached
Legacy PAdES Basic signature (PDF 1.6) Legacy PAdES Basic signature specified by ETSI TS 102 778,...
Definition PdfTools_Types.h:1335
TPdfToolsSign_AddValidationInformation
Definition PdfTools_Types.h:1190
@ ePdfToolsSign_AddValidationInformation_None
Definition PdfTools_Types.h:1195
@ ePdfToolsSign_AddValidationInformation_All
Definition PdfTools_Types.h:1205
@ ePdfToolsSign_AddValidationInformation_Latest
Definition PdfTools_Types.h:1200
struct TPdfToolsSign_Appearance TPdfToolsSign_Appearance
The visual appearance of signatures.
Definition PdfTools_Types.h:2782
struct TPdfToolsPdf2Image_TiffLzwImageOptions TPdfToolsPdf2Image_TiffLzwImageOptions
The settings for TIFF output images using the LZW compression algorithm.
Definition PdfTools_Types.h:2501
TPdfToolsPdfAConversion_EventCode
The code identifying particular conversion events See TPdfToolsPdfAConversion_Converter_ConversionEve...
Definition PdfTools_Types.h:965
@ ePdfToolsPdfAConversion_EventCode_ConvertingEmbeddedFileSuccess
Definition PdfTools_Types.h:1085
@ ePdfToolsPdfAConversion_EventCode_ResolvedColorantCollision
Definition PdfTools_Types.h:1045
@ ePdfToolsPdfAConversion_EventCode_SubstitutedMultipleMaster
Definition PdfTools_Types.h:1060
@ ePdfToolsPdfAConversion_EventCode_RecoveredImageSize
Definition PdfTools_Types.h:1000
@ ePdfToolsPdfAConversion_EventCode_ChangedToInitialDocument
Definition PdfTools_Types.h:1090
@ ePdfToolsPdfAConversion_EventCode_FontNoItalicSimulation
Definition PdfTools_Types.h:990
@ ePdfToolsPdfAConversion_EventCode_RepairedFont
Definition PdfTools_Types.h:1005
@ ePdfToolsPdfAConversion_EventCode_GeneratedOutputIntent
Definition PdfTools_Types.h:1020
@ ePdfToolsPdfAConversion_EventCode_RenamedColorant
Definition PdfTools_Types.h:1040
@ ePdfToolsPdfAConversion_EventCode_SubstitutedFont
Definition PdfTools_Types.h:1055
@ ePdfToolsPdfAConversion_EventCode_EmbededFont
Definition PdfTools_Types.h:1050
@ ePdfToolsPdfAConversion_EventCode_CopiedOutputIntent
Definition PdfTools_Types.h:1010
@ ePdfToolsPdfAConversion_EventCode_CopiedEmbeddedFile
Definition PdfTools_Types.h:1075
@ ePdfToolsPdfAConversion_EventCode_FontNoRotate
Definition PdfTools_Types.h:985
@ ePdfToolsPdfAConversion_EventCode_SetColorProfile
Definition PdfTools_Types.h:1025
@ ePdfToolsPdfAConversion_EventCode_ConvertedToStamp
Definition PdfTools_Types.h:1065
@ ePdfToolsPdfAConversion_EventCode_RemovedXfa
Definition PdfTools_Types.h:975
@ ePdfToolsPdfAConversion_EventCode_RemovedFileAttachmentAnnotation
Definition PdfTools_Types.h:1105
@ ePdfToolsPdfAConversion_EventCode_ConvertingEmbeddedFileError
Definition PdfTools_Types.h:1095
@ ePdfToolsPdfAConversion_EventCode_GeneratedColorProfile
Definition PdfTools_Types.h:1030
@ ePdfToolsPdfAConversion_EventCode_RemovedDocumentMetadata
Definition PdfTools_Types.h:1070
@ ePdfToolsPdfAConversion_EventCode_CreatedCalibrated
Definition PdfTools_Types.h:1035
@ ePdfToolsPdfAConversion_EventCode_RemovedEmbeddedFile
Definition PdfTools_Types.h:1100
@ ePdfToolsPdfAConversion_EventCode_Generic
Definition PdfTools_Types.h:970
@ ePdfToolsPdfAConversion_EventCode_ClippedNumberValue
Definition PdfTools_Types.h:995
@ ePdfToolsPdfAConversion_EventCode_FontNonEmbeddedOrderingIdentity
Definition PdfTools_Types.h:980
@ ePdfToolsPdfAConversion_EventCode_ConvertingEmbeddedFileStart
Definition PdfTools_Types.h:1080
@ ePdfToolsPdfAConversion_EventCode_SetOutputIntent
Definition PdfTools_Types.h:1015
struct TPdfToolsPdf_Encryption TPdfToolsPdf_Encryption
The parameters to encrypt PDF documents.
Definition PdfTools_Types.h:2211
TPdfToolsPdf_OutputOptionsType
Type and subtype enumeration of TPdfToolsPdf_OutputOptions.
Definition PdfTools_Types.h:1715
@ ePdfToolsPdf_OutputOptionsType_OutputOptions
Definition PdfTools_Types.h:1716
@ ePdfToolsPdf_OutputOptionsType_PdfToolsSign_OutputOptions
Definition PdfTools_Types.h:1717
TPdfToolsCryptoProviders_ProviderType
Type and subtype enumeration of TPdfToolsCryptoProviders_Provider.
Definition PdfTools_Types.h:2055
@ ePdfToolsCryptoProviders_ProviderType_PdfToolsCryptoProvidersPkcs11_Session
Definition PdfTools_Types.h:2059
@ ePdfToolsCryptoProviders_ProviderType_PdfToolsCryptoProvidersSwisscomSigSrv_Session
Definition PdfTools_Types.h:2058
@ ePdfToolsCryptoProviders_ProviderType_Provider
Definition PdfTools_Types.h:2056
@ ePdfToolsCryptoProviders_ProviderType_PdfToolsCryptoProvidersGlobalSignDss_Session
Definition PdfTools_Types.h:2057
@ ePdfToolsCryptoProviders_ProviderType_PdfToolsCryptoProvidersBuiltIn_Provider
Definition PdfTools_Types.h:2060
TPdfToolsSignatureValidationProfiles_ProfileType
Type and subtype enumeration of TPdfToolsSignatureValidationProfiles_Profile.
Definition PdfTools_Types.h:2106
@ ePdfToolsSignatureValidationProfiles_ProfileType_Default
Definition PdfTools_Types.h:2108
@ ePdfToolsSignatureValidationProfiles_ProfileType_Profile
Definition PdfTools_Types.h:2107
struct TPdfTools_ConsumptionData TPdfTools_ConsumptionData
Definition PdfTools_Types.h:2115
struct TPdfToolsPdf_Document TPdfToolsPdf_Document
The PDF document PDF documents are either opened using PdfToolsPdf_Document_Open or the result of an ...
Definition PdfTools_Types.h:2224
struct TPdfToolsPdfAValidation_ValidationResult TPdfToolsPdfAValidation_ValidationResult
The PDF validation result Result of the validator's method PdfToolsPdfAValidation_Validator_Validate.
Definition PdfTools_Types.h:2724
struct TPdfToolsGeomUnits_Point TPdfToolsGeomUnits_Point
struct TPdfToolsImage2PdfProfiles_Default TPdfToolsImage2PdfProfiles_Default
The default profile for image to PDF conversion This profile is suitable for the conversion of input ...
Definition PdfTools_Types.h:2701
struct TPdfToolsSign_TimestampConfiguration TPdfToolsSign_TimestampConfiguration
Configuration for adding time-stamps.
Definition PdfTools_Types.h:2805
TPdfTools_ErrorCode
Definition PdfTools_Types.h:29
@ ePdfTools_Error_Exists
The specified item already exists.
Definition PdfTools_Types.h:72
@ ePdfTools_Error_UnknownFormat
The format is not known.
Definition PdfTools_Types.h:48
@ ePdfTools_Error_IllegalState
Definition PdfTools_Types.h:32
@ ePdfTools_Error_Success
Definition PdfTools_Types.h:30
@ ePdfTools_Error_Permission
The operation is not allowed.
Definition PdfTools_Types.h:76
@ ePdfTools_Error_License
The license is not valid.
Definition PdfTools_Types.h:44
@ ePdfTools_Error_Http
An error occurred during the processing of a HTTP request.
Definition PdfTools_Types.h:80
@ ePdfTools_Error_UnsupportedFeature
The document contains an unsupported feature.
Definition PdfTools_Types.h:64
@ ePdfTools_Error_Processing
The file cannot be processed.
Definition PdfTools_Types.h:68
@ ePdfTools_Error_UnsupportedOperation
Definition PdfTools_Types.h:31
@ ePdfTools_Error_Password
Invalid password specified.
Definition PdfTools_Types.h:56
@ ePdfTools_Error_Retry
A resource or service is temporarily unavailable.
Definition PdfTools_Types.h:84
@ ePdfTools_Error_Conformance
The document has an invalid conformance level.
Definition PdfTools_Types.h:60
@ ePdfTools_Error_NotFound
Definition PdfTools_Types.h:35
@ ePdfTools_Error_Generic
A generic error occurred.
Definition PdfTools_Types.h:40
@ ePdfTools_Error_IllegalArgument
Definition PdfTools_Types.h:33
@ ePdfTools_Error_Unknown
Definition PdfTools_Types.h:36
@ ePdfTools_Error_IO
Definition PdfTools_Types.h:34
@ ePdfTools_Error_Corrupt
The file is corrupt and cannot be opened.
Definition PdfTools_Types.h:52
TPdfToolsPdf2Image_FaxVerticalResolution
The vertical resolution of Fax images The two resolutions available in Fax images.
Definition PdfTools_Types.h:404
@ ePdfToolsPdf2Image_FaxVerticalResolution_High
A vertical resolution of 196 DPI (dots per inch)
Definition PdfTools_Types.h:412
@ ePdfToolsPdf2Image_FaxVerticalResolution_Standard
A vertical resolution of 98 DPI (dots per inch)
Definition PdfTools_Types.h:408
TPdfToolsCrypto_HashAlgorithm
Definition PdfTools_Types.h:1211
@ ePdfToolsCrypto_HashAlgorithm_Sha3_384
SHA3-384 SHA3-384 is a new hashing algorithm and may not be supported by some applications.
Definition PdfTools_Types.h:1251
@ ePdfToolsCrypto_HashAlgorithm_Sha512
SHA-512.
Definition PdfTools_Types.h:1239
@ ePdfToolsCrypto_HashAlgorithm_RipeMd160
RIPEMD-160.
Definition PdfTools_Types.h:1221
@ ePdfToolsCrypto_HashAlgorithm_Sha1
SHA-1 This algorithm is considered broken and therefore strongly discouraged by the cryptographic com...
Definition PdfTools_Types.h:1227
@ ePdfToolsCrypto_HashAlgorithm_Sha384
SHA-384.
Definition PdfTools_Types.h:1235
@ ePdfToolsCrypto_HashAlgorithm_Sha256
SHA-256.
Definition PdfTools_Types.h:1231
@ ePdfToolsCrypto_HashAlgorithm_Sha3_256
SHA3-256 SHA3-256 is a new hashing algorithm and may not be supported by some applications.
Definition PdfTools_Types.h:1245
@ ePdfToolsCrypto_HashAlgorithm_Sha3_512
SHA3-512 SHA3-512 is a new hashing algorithm and may not be supported by some applications.
Definition PdfTools_Types.h:1257
@ ePdfToolsCrypto_HashAlgorithm_Md5
MD5 This algorithm is considered broken and therefore strongly discouraged by the cryptographic commu...
Definition PdfTools_Types.h:1217
Definition PdfTools_Types.h:3110
int iHeight
Height (vertical size)
Definition PdfTools_Types.h:3118
int iWidth
Width (horizontal size)
Definition PdfTools_Types.h:3114
Definition PdfTools_Types.h:3152
double dTop
Top margin in point.
Definition PdfTools_Types.h:3168
double dBottom
Bottom margin in point.
Definition PdfTools_Types.h:3160
double dRight
Right margin in point.
Definition PdfTools_Types.h:3164
double dLeft
Left margin in point.
Definition PdfTools_Types.h:3156
Definition PdfTools_Types.h:3174
double dX
X-coordinate in point.
Definition PdfTools_Types.h:3178
double dY
Y-coordinate in point.
Definition PdfTools_Types.h:3182
Definition PdfTools_Types.h:3188
double dY
Y-coordinate in point of bottom-left point of rectangle.
Definition PdfTools_Types.h:3196
double dWidth
Width of rectangle in point.
Definition PdfTools_Types.h:3200
double dHeight
Height of rectangle in point.
Definition PdfTools_Types.h:3204
double dX
X-coordinate in point of bottom-left point of rectangle.
Definition PdfTools_Types.h:3192
Definition PdfTools_Types.h:3124
double dXDpi
Horizontal resolution in DPI.
Definition PdfTools_Types.h:3128
double dYDpi
Vertical resolution in DPI.
Definition PdfTools_Types.h:3132
Definition PdfTools_Types.h:3138
double dWidth
Width (horizontal size) in point.
Definition PdfTools_Types.h:3142
double dHeight
Height (vertical size) in point.
Definition PdfTools_Types.h:3146
Definition PdfTools_Types.h:3208
short iDay
Definition PdfTools_Types.h:3211
short iTZMinute
Definition PdfTools_Types.h:3217
short iTZHour
Definition PdfTools_Types.h:3216
short iMinute
Definition PdfTools_Types.h:3213
short iTZSign
Definition PdfTools_Types.h:3215
short iHour
Definition PdfTools_Types.h:3212
short iSecond
Definition PdfTools_Types.h:3214
short iMonth
Definition PdfTools_Types.h:3210
short iYear
Definition PdfTools_Types.h:3209
Structure that groups a set of callbacks that model streams.
Definition PdfTools_PdfToolsSys.h:44