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:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
DynaPDF.GetPageCount
Queries number of pages in the current PDF.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
DynaPDF | 3.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Paid |
MBS( "DynaPDF.GetPageCount"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns page number or error message.
Description
Queries number of pages in the current PDF.Please note that we have DynaPDF.GetPageCount for the current working PDF and the DynaPDF.GetImportPageCount for the current open import PDF.
See also GetPageCount function in DynaPDF manual.
Examples
Queries number of pages in current working PDF:
$PageCount = MBS( "DynaPDF.GetPageCount"; $PDF )
See also
- DynaPDF.GetImageCount
- DynaPDF.GetPageMode
- DynaPDF.GetPageWidth
- DynaPDF.GetTemplCount
- DynaPDF.PageStatistics
- DynaPDF.SetPageCoords
- DynaPDF.SetPageFormat
- DynaPDF.SetPageLayout
- DynaPDF.SetPageMode
- DynaPDF.WriteFTextEx
Example Databases
- DynaPDF/Add Page Numbers
- DynaPDF/Add Weblinks
- DynaPDF/Batch Preview
- DynaPDF/Invoice/Invoice
- DynaPDF/List Pages
- DynaPDF/Merge PDFs
- DynaPDF/PDF Crop
- DynaPDF/PDF Library
- DynaPDF/Personalized PDFs
- DynaPDF/Watermark pages
Blog Entries
FileMaker Magazin
Created 18th August 2014, last changed 18th August 2014
DynaPDF.GetPageCoords - DynaPDF.GetPageFieldCount
Feedback: Report problem or ask question.
