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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.GetImportDocInfo
The function retrieves a document info entry as text from import PDF.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 3.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| key | The key to set. Can be Author, Creator, Keywords, Producer, Subject, Title, Company, PDFXVersion, PDFXConfiguration, CreationDate or ModificationDate. | "Author" |
Result
Returns value or error message.
Description
The function retrieves a document info entry as text from import PDF.Please note that we have DynaPDF.GetDocInfo for the current working PDF and the DynaPDF.GetImportDocInfo for the current open import PDF.
Examples
Query title of import PDF:
$r = MBS( "DynaPDF.GetImportDocInfo"; $PDF; "title" )
Query creation and modification dates:
Set Variable [ $cd ; Value: MBS( "DynaPDF.GetImportDocInfo"; $PDF; "CreationDate" ) ]
Set Variable [ $md ; Value: MBS( "DynaPDF.GetImportDocInfo"; $PDF; "ModificationDate" ) ]
Queries keywords:
Set Variable [$r; Value:MBS("DynaPDF.GetImportDocInfo"; $pdf; "keywords")]
See also
- DynaPDF.GetColorSpaceInfo
- DynaPDF.GetDocInfo
- DynaPDF.GetImportDocInfoAsJSON
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.OpenPDFFromFile
- DynaPDF.SetSeparationInfo
Example Databases
Blog Entries
FileMaker Magazin
Release notes
- Version 10.5
Created 18th August 2014, last changed 15th September 2020
DynaPDF.GetImageCount - DynaPDF.GetImportDocInfoAsJSON
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins