Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Converts styled text to formatted text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
Text | The text to write. | "Hello World" | |
LeadingFactor | Available in MBS FileMaker Plugin 11.0 or newer. If you pass a value > 0, the plugin will add \LD[] commands to styled text to set leading relative to font size. This way you define the spacing beteween lines. |
1.2 | Optional |
Returns text or error.
Convert text from field and write to new field:
Set Field [ Create Text::FText ; MBS("DynaPDF.ConvertStyledText"; $pdf; Create Text::Text) ]
This function checks for a license.
Created 13th October 2016, last changed 30th October 2021