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 { ; DontSetFont } ) More
(old name: DynaPDF.Append)
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
DontSetFont | Available in MBS FileMaker Plugin 14.1 or newer. Pass 1 to not set a default font. Should be 1 if used with DynaPDF.SetPageBreakExpression, but otherwise leave at default, which is 0. |
0 | Optional |
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.
If you have an open page, we close it automatically for you before doing the import.
See also Append function in DynaPDF manual.
Examples
Append page:
Set Variable [$r; Value:MBS("DynaPDF.AppendPage"; $pdf)]
See also
- DynaPDF.DeletePage
- DynaPDF.RenderPage
- DynaPDF.SetFont
- DynaPDF.SetOrientation
- DynaPDF.SetPageBreakExpression
- DynaPDF.SetPageHeight
- DynaPDF.SetPageWidth
- DynaPDF.SetTextRect
- DynaPDF.Table.Create
- DynaPDF.WriteStyledText
Example Databases
- DynaPDF/Create DeviceN ColorSpace
- DynaPDF/Create Form
- DynaPDF/Generate Previews
- DynaPDF/Invoice/Invoice
- DynaPDF/Merge PDFs
- DynaPDF/Multi Column Output
- DynaPDF/Signature Appearance
- DynaPDF/Styled Text
- DynaPDF/WMF Conversion
- DynaPDF/ZUGFeRD/ZUGFeRD Invoice
Blog Entries
- Unlocking the Power of PDFs in FileMaker with DynaPDF and the MBS FileMaker Plugin
- Page Layouting in DynaPDF
- 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
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 25th September 2024