Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Queries all embedded files as JSON array.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 10.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
Flags | Pass 1 to include data of files base64 encoded as Buffer entry. | 0 | Optional |
Returns JSON or error.
See also GetEmbeddedFilesAsJSON function in DynaPDF manual.
Query JSON:
Set Variable [ $JSON; Value: MBS( "DynaPDF.GetEmbeddedFilesAsJSON"; PDF ) ]
Example result:
[
{
"BufSize": 8631,
"Compressed": false,
"Name": "ZUGFeRD-invoice.xml",
"FileName": "ZUGFeRD-invoice.xml",
"IsURL": false,
"UnicodeFileName": "ZUGFeRD-invoice.xml",
"Description": "Invoice as XML",
"FileSize": 8631,
"MIMEType": "text/xml",
"CreateDate": "D:20200916095956+02'00'",
"ModDate": "D:20200916095956+02'00'",
"CheckSum": "3016D465B18605BE5338645B5B85611C",
"Index": 0
}
]
This function checks for a license.
Created 16th September 2020, last changed 2nd September 2022