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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
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) ]
Created 13th October 2016, last changed 24th February 2021
DynaPDF.ConvertColors - DynaPDF.CreateAxialShading
Feedback: Report problem or ask question.