Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.EndPage
This function closes an open page that was opened by AppendPage or EditPage.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.EndPage"; PDF ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns OK on success.
Description
This function closes an open page that was opened by AppendPage or EditPage.See also EndPage function in DynaPDF manual.
Examples
Close current page:
Set Variable [$r; Value:MBS("DynaPDF.EndPage"; $pdf)]
See also
- DynaPDF.EditPage
- DynaPDF.EndLayer
- DynaPDF.EndPattern
- DynaPDF.MovePage
- DynaPDF.RenderPage
- DynaPDF.SetOrientationEx
- DynaPDF.SetTextRect
- DynaPDF.WebLink
- DynaPDF.WriteFTextEx
- DynaPDF.WriteFTextExRotated
Example Databases
- DynaPDF/Coordinates
- DynaPDF/Create DeviceN ColorSpace
- DynaPDF/Create Text as PDFA
- DynaPDF/Form/Form
- DynaPDF/Live Styled Text
- DynaPDF/Picture to PDF with navigation
- DynaPDF/Place Template
- DynaPDF/Report
- DynaPDF/Shrink PDF pages
- DynaPDF/Styled Text
Blog Entries
- Merge documents with DynaPDF
- New in MBS FileMaker Plugin 11.0
- Adding cutting lines for PDF in FileMaker
- Multi Column Output for PDFs with FileMaker
- Swiss QR-Codes for invoices as vector graphics
- Example Script for DynaPDF.FindText and DynaPDF.WebLink
- Merge PDF with table of contents
- Create two page PDF document in FileMaker
- PDF Forms with MBS Plugin
- Normalize PDF orientation with MBS Plugins and DynaPDF
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 18th October 2016
