Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Returns JSON or error.
Major | PDF major version, e.g. 1 |
Minor | PDF minor version, e.g. 7 |
MainVer | Set only if the file conforms to a specific PDF standard, e.g. "PDF/X // 1a:2003", "PDF/A 3b", and so on. |
SubVer | e.g. "ZUGFeRD 2.0", "Factur-X", and so on |
See also GetInPDFVersionEx function in DynaPDF manual.
Query the version of import PDF:
{
"Major": 1,
"Minor": 7,
"MainVer": "PDF/A-3b",
"SubVer": "ZUGFeRD 2.0",
"PDFAConformance": "B",
"PDFAVersion": 3,
"PDFEVersion": "",
"PDFVTModDate": "",
"PDFVTVersion": "",
"PDFXConformance": "",
"PDFXVersion": "",
"FXConfLevel": "BASIC",
"FXDocName": "zugferd-invoice.xml",
"FXDocType": "INVOICE",
"FXVersion": "1.0",
"VersionConst": 17825813
}
This function checks for a license.
Created 24th October 2021, last changed 23th November 2023