ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Editor functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Exports the content of an HTML Editor control to a PDF file.
Example
// Exporte le contenu du champ Editeur HTML vers le fichier facture.pdf
HTMLEditorToPDF(EDHTML_MonEditeurHTML, "c:\mes documents\facture.pdf")
Syntax
HTMLEditorToPDF(<HTML Editor control> , <PDF file>)
<HTML Editor control>: Control name
Name of the HTML Editor control used.
<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.
Business / UI classification: UI Code
Component: wd300obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help