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
11.0
Statistic
FMM
Blog
DynaPDF.AppendPage
This function appends an empty page to the document.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
DynaPDF | 3.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.AppendPage"; PDF ) More
(old name: DynaPDF.Append)
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Result
Returns OK on success.
Description
This function appends an empty page to the document.The default page format for new created pages is DIN A4. However, when changing the page format, the next page is created in the same format as the previous one. The CropBox is also set to the values of the previous page. The other bounding boxes such as ArtBox, BleedBox and so on must be set manually for each page.
Use DynaPDF.SetPageHeight and DynaPDF.SetPageWidth or DynaPDF.SetPageFormat function to change size of current page.
See also Append function in DynaPDF manual.
Examples
Append page:
Set Variable [$r; Value:MBS("DynaPDF.AppendPage"; $pdf)]
See also
- DynaPDF.AppendImagePage
- DynaPDF.EndPage
- DynaPDF.New
- DynaPDF.SetOrientation
- DynaPDF.SetPageBreakExpression
- DynaPDF.SetPageFormat
- DynaPDF.SetPageHeight
- DynaPDF.SetTextRect
- DynaPDF.Table.Draw
- DynaPDF.WriteStyledText
Example Databases
- DynaPDF/Catalog with tables
- DynaPDF/Convert to 2 Pages
- DynaPDF/Create PDF with sum form field
- DynaPDF/DynaPDF Barcodes
- DynaPDF/Merge PDFs
- DynaPDF/PSD Conversion
- DynaPDF/Report
- DynaPDF/Shrink PDF pages
- DynaPDF/Signature Appearance
- DynaPDF/ZUGFeRD 2.0/Factur-X Invoice
Blog Entries
- Adding cutting lines for PDF in FileMaker
- Multi Column Output for PDFs with FileMaker
- News about the MBS FileMaker Plugin 10.2
- Merge PDF with table of contents
- Create two page PDF document in FileMaker
- Normalize PDF orientation with MBS Plugins and DynaPDF
FileMaker Magazin
Created 18th August 2014, last changed 12nd October 2019
DynaPDF.AppendImagePages - DynaPDF.ApplyShading
Feedback: Report problem or ask question.

Links
MBS Xojo PDF Plugins