Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
PDFKit.GetPDFPagePDFRef
Creates a new PDF Document with the given PDF page.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PDFKit | 2.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
MBS( "PDFKit.GetPDFPagePDFRef"; PDF; index ) 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. | myTable::myMedia | |
index | The index of the page. From zero to PDFKit.GetPDFPageCount-1. | 1 |
Result
Returns a PDF reference for the new PDF document.
Description
Creates a new PDF Document with the given PDF page.Examples
Extract the PDF page with the given number:
MBS( "PDFKit.GetPDFPagePDFRef"; $ref; 5 )
See also
- PDFKit.GetPDFPageCount
- PDFKit.GetPDFPageImage
- PDFKit.GetPDFPagePDF
- PDFKit.GetPDFPagesPDF
- PDFKit.GetPDFPagesPDFRef
- PDFKit.GetPDFPageText
- PDFKit.GetPDFPageValue
- PDFKit.Open
Example Databases
This function is free to use.
Created 18th August 2014, last changed 16th February 2015