SaveAsPDFFile
Modified in version 4.0
Argument | Type | Range | Default | Note |
---|---|---|---|---|
fileName | str | 1..1000 | (required) | Max. 1000 chars. |
fileFlag | int | 1..2 | replace | |
creatorType | str | 4..4 | "????" | Ignored |
title | str | 0..1000 | "" | Max. 1000 chars. |
subject | str | 0..1000 | "" | Max. 1000 chars. |
author | str | 0..1000 | "" | Max. 1000 chars. |
Examples
SaveAsPDFFile("chart.pdf";replace)
SaveAsPDFFile("~/Graphs/Graph_A.pdf")
SaveAsPDFFile("C:/Programs/Plots/Plot_01.pdf";replace;;"MyTitle";"MySubject";"Author")
SaveAsPDFFile("/Volumes/Macintosh HD/users/john/plots/plot_01.pdf")
Description
The SaveAsPDFFile() function is set up exactly the same as the SaveAsPNGFile() function. In addition, an optional title, subject and author can be entered.