Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
(old name: DynaPDF.Append)
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 |
Returns OK on success.
See also Append function in DynaPDF manual.
Append page:
Set Variable [$r; Value:MBS("DynaPDF.AppendPage"; $pdf)]
This function checks for a license.
Created 18th August 2014, last changed 23th February 2024