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
PDFKit.GetPDFPagesPDFRef
Creates a new PDF Document with the given PDF pages.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| PDFKit | 2.3 | Yes | No | No | Yes, macOS only | Yes |
MBS( "PDFKit.GetPDFPagesPDFRef"; PDF; Indexes ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| A container value with the PDF content from a media field. Or a text with an URL. Or a PDF reference from PDFKit.Open. | $ref | |
| Indexes | The index of the page. From zero to PDFKit.GetPDFPageCount-1. You can use several numbers separated with comma and ranges with minus. | "1,2,6-9,19" |
Result
Returns a PDF reference for the new PDF document.
Description
Creates a new PDF Document with the given PDF pages.Examples
Get the PDF pages with the given page numbers into a new PDF
MBS( "PDFKit.GetPDFPagesPDFRef"; $ref; "1,2,5,6" )
See also
- PDFKit.GetPDFPageCount
- PDFKit.GetPDFPageImage
- PDFKit.GetPDFPagePDF
- PDFKit.GetPDFPagePDFRef
- PDFKit.GetPDFPagesPDF
- PDFKit.GetPDFPageValue
- PDFKit.Open
Blog Entries
Created 18th August 2014, last changed 16th February 2015
PDFKit.GetPDFPagesPDF - PDFKit.GetPDFText
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos