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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Prints a single text line and moves the text cursor to the next line.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Text | Text to be printed. | "Hello World" |
Returns OK or error message.
See also AddContinueText function in DynaPDF manual.
Use continued text:
Set Variable [ $PDF ; Value: MBS("DynaPDF.New") ]
Set Variable [ $r ; Value: MBS( "DynaPDF.AppendPage"; $PDF ) ]
Set Variable [ $r ; Value: MBS( "DynaPDF.BeginContinueText"; $PDF; 100; 100 ) ]
Set Variable [ $r ; Value: MBS("DynaPDF.AddContinueText"; $PDF; "Hello World 123" ) ]
Set Variable [ $r ; Value: MBS("DynaPDF.AddContinueText"; $PDF; "ABCDEFGHIJK" ) ]
Set Field [ Examples::Barcode ; MBS( "DynaPDF.Save"; $PDF ) ]
Set Variable [ $r ; Value: MBS( "DynaPDF.Release"; $PDF ) ]
This function checks for a license.
Created 18th August 2014, last changed 27th November 2022