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:
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
12.4
Statistic
FMM
Blog
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.SetOrientation
- DynaPDF.SetPageBreakExpression
- DynaPDF.Table.Draw
- DynaPDF.WebLink
- DynaPDF.WriteFTextEx
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
- Adding cutting lines for PDF in FileMaker
- Merge PDF with table of contents
- Normalize PDF orientation with MBS Plugins and DynaPDF
FileMaker Magazin
Created 18th August 2014, last changed 18th October 2016
DynaPDF.EndLayer - DynaPDF.EndPattern
Feedback: Report problem or ask question.
