|
|
|
|
|
<Word Processing>.ToPDF (Function) In french: <Traitement de texte>.VersPDF Converts a Word Processing document into a PDF file.
WP_MyDoc.ToPDF(fExeDir() + [fSep] + "wp.pdf")
Syntax
<Result> = <Word Processing control>.ToPDF(<Name of PDF file>)
<Result>: Boolean - True if the PDF file was created.
- False otherwise. To get more details on the error, use ErrorInfo.
<Word Processing control>: Control name Name of the Word Processing control to use. <Name of PDF file>: Character string Name and full path of the PDF file to be created. The file is replaced with the new file if it already exists. Remarks New in version 2025Links included in the document are preserved in the resulting PDF file. - OpenType (.otf) fonts are not supported by the PDF generation.
- Watermarks are not supported by the PDF generation.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|