|
PDFSave (Function) In french: PDFSauve
MyPDF is pdfDocument = "Test.pdf" FOR EACH DocumentPage OF MyPDF..Page Trace(DocumentPage..Height) END PDFSave(MyPDF, "passwordtest.pdf")
Syntax
<Result> = PDFSave(<PDF to use> , <Name and path of PDF file> [, <Password>])
<Result>: Boolean - True if saved successfully,
- False otherwise. For more details about the error, use the ErrorInfo function.
<PDF to use>: pdfDocument variable Name of the pdfDocument variable that corresponds to the PDF document to save. <Name and path of PDF file>: Character string (with quotes) Name and full (or relative) path of PDF file to create. <Password>: Optional character string (with quotes) New password to open the PDF file. - If this parameter corresponds to an empty string (""), the PDF document will have no password.
- If this parameter is not specified, the PDF document will keep its password if it has one.
Business / UI classification : Business Logic Component : wd260wdpdf.dll
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |