Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3    Statistic    FMM    Blog  

DynaPDF.GetInPDFVersionEx

Retrieves the version information of the currently open import file.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 11.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.GetInPDFVersionEx"; PDF )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf

Result

Returns JSON or error.

Description

Retrieves the version information of the currently open import file.
JSON result includes:
MajorPDF major version, e.g. 1
MinorPDF minor version, e.g. 7
MainVerSet only if the file conforms to a specific PDF standard, e.g. "PDF/X // 1a:2003", "PDF/A 3b", and so on.
SubVere.g. "ZUGFeRD 2.0", "Factur-X", and so on

for PDF/A
PDFAConformance: e.g. A, B, E, F, U, or UA.
PDFAVersion: If greater zero, this is a PDF/A file.

for PDF/E
PDFEVersion: e.g. PDF/E-1

for PDF/VT
PDFVTModDate: Modification date, e.g. 2016-05-07T15:42:23+01:00
PDFVTVersion: e.g. PDF/VT-2

for PDF/X
PDFXConformance: e.g. PDF/X-1a:2001 or PDF/X-1a:2003. PDF/X 3 and above do not set this key anymore.
PDFXVersion: e.g. PDF/X-1:2001, PDF/X-1:2003, and so on.

for ZUGFeRD, Factur-X, XRechnung
FXConfLevel: ConformanceLevel
FXDocName: DocumentFileName
FXDocType: DocumentType
FXVersion: Version
VersionConst: If >= 0 this is the DynaPDF PDFVersion constant as number. If the version is not supported by DynaPDF, this member is set to -1.

See also GetInPDFVersionEx function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a paid license.

Created 24th October 2021, last changed 25th October 2021


DynaPDF.GetInMetadata - DynaPDF.GetInPrintSettings

💬 Ask a question or report a problem


Start Chat