The SavePDF attribute function converts the RTF text to a Portable Document File (PDF) and saves it as a file. The path of the file must be specified in a server-related manner.
|
Syntax | ||||
|
SavePDF(FileName [, LanguageID] [, Author] [, Producer] [, Title] [, Subject] [, KeyWords]) | ||||
|
Return value | ||||
|
None | ||||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
FileName |
String |
ByVal |
The file name where the PDF should be saved |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Optional |
Author |
String |
ByVal |
Author |
|
Optional |
Producer |
String |
ByVal |
Produced by |
|
Optional |
Title |
String |
ByVal |
Titel |
|
Optional |
Subject |
String |
ByVal |
Description |
|
Optional |
KeyWords |
String |
ByVal |
Keywords |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||