Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.AppendPage
This function appends an empty page to the document.
Component | Version | macOS | Windows | Linux | Server | 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.DeletePage
- DynaPDF.EndPage
- DynaPDF.RenderPage
- DynaPDF.SetOrientation
- DynaPDF.SetPageHeight
- DynaPDF.Table.Create
- DynaPDF.Table.Draw
- DynaPDF.WriteFTextExRotated
- DynaPDF.WriteStyledText
Example Databases
- DynaPDF/Bookmarks
- DynaPDF/Generate Previews
- DynaPDF/Multi Column Output
- DynaPDF/Picture to PDF with navigation
- DynaPDF/PSD Conversion
- DynaPDF/Shrink PDF pages
- DynaPDF/Tables
- DynaPDF/WMF Conversion
- DynaPDF/ZUGFeRD/ZUGFeRD Invoice
- OCR/OCR with DynaPDF
Blog Entries
- Merge documents with DynaPDF
- Things you can do with DynaPDF
- New in MBS FileMaker Plugin 11.0
- 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
This function checks for a license.
Created 18th August 2014, last changed 12nd October 2019
