Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.GetPageCount
Queries number of pages in the current PDF.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
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
- Merge documents with DynaPDF
- Things you can do with DynaPDF
- Example Script for DynaPDF.FindText and DynaPDF.WebLink
- Introducing DynaPDF to MBS Filemaker Plugin
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 18th August 2014
