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.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Retrieves the major and minor version of the PDF document as well as the underlying PDF standard, if any.
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 GetPDFVersionEx function in DynaPDF manual.
Query version of a simple PDF:
MBS( "DynaPDF.GetPDFVersionEx"; $pdf)
Example result:
{
"Major": 1,
"Minor": 4,
"MainVer": "",
"SubVer": ""
}
This function checks for a license.
Created 19th September 2021, last changed 24th October 2021