ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Editor functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Exports the content of an HTML Editor control to a PDF file.
Example
// Export the content of the HTML Editor control to the invoice.pdf file
HTMEDT_MyHTMLEditor.ToPDF("c:\my documents\invoice.pdf")
Syntax
<HTML Editor control>.ToPDF(<PDF file>)
<HTML Editor control>: Control name
Name of the HTML Editor control used.
<PDF file>: Character string
Name and full path of PDF file to create. The file is replaced with the new file if it already exists.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help