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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Adds preferred print settings to the PDF file.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 5.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
DuplexMode | The duplex mode. Can be FlipShortEdge, FlipLongEdge, Simplex or None. | "FlipLongEdge" |
PickTrayByPDFSize | Whether to pick tray by PDF size. Can be 1 = true, 0 = false or -1 = app default. | 1 |
NumCopies | The number of copies between 1 and 5. 0 is app default. | 2 |
PrintScaling | Can be None or AppDefault currently. | "None" |
PrintRanges | Defines the print ranges. For this pass one parameter for start number and one for end number with as many parameters as you want to pass arguments. |
Returns OK or error.
See also SetPrintSettings function in DynaPDF manual.
Set to print duplex and from page 3 to 8 and 12 to 15.
MBS( "DynaPDF.SetPrinterSettings"; $PDF; "FlipLongEdge
"; -1; 1; "None"; 3; 8; 12; 15 )
Created 14th March 2015, last changed 13th February 2019
DynaPDF.SetPageWidth - DynaPDF.SetReplaceICCProfile
Feedback: Report problem or ask question.