Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server (Not)
Client
Old
Guides
Examples
New in version:
6.5
7.0
7.1
7.2
7.3
7.4
7.5
8.0
8.1
8.2
Statistic
DynaPDF.GetImportDocInfo
The function retrieves a document info entry as text from import PDF.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
DynaPDF | 3.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetImportDocInfo"; PDF; key )
Parameters
Parameter | Description | Example value |
---|---|---|
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" )
See also
Example Databases
DynaPDF.GetImageCount - DynaPDF.GetImportFlags
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins