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.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
DynaPDF.GetImportPageBounds
Queries page size for an import PDF page.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
DynaPDF | 3.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
PageIndex | The page index in range from 1 to DynaPDF.GetImportPageCount. | 1 | |
Box | Optional, which box to use. Default is Mediabox. You can pass MediaBox, CropBox, ArtBox, BleedBox or TrimBox. | "MediaBox" | Optional |
Result
Returns rectangle as string with four numbers for left, top, right and bottom.
Description
Queries page size for an import PDF page.Please note that we have DynaPDF.GetPageBounds for the current working PDF and the DynaPDF.GetImportPageBounds for the current open import PDF.
Examples
Queries crop size of page 5 from import PDF:
$r = MBS( "DynaPDF.GetImportPageBounds"; $PDF; 5; "CropBox" )
See also
- DynaPDF.GetImportPageCount
- DynaPDF.GetPageBBox
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.OpenPDFFromFile
Example Databases
Blog Entries
- Adding cutting lines for PDF in FileMaker
- Create two page PDF document in FileMaker
- Introducing DynaPDF to MBS Filemaker Plugin
FileMaker Magazin
Created 18th August 2014, last changed 18th August 2014
DynaPDF.GetImportPDFVersion - DynaPDF.GetImportPageCount
Feedback: Report problem or ask question.

Links
MBS FileMaker Plugins