Print a HTML string to PDF: Difference between revisions

m
add syntax highlighting
m (add syntax highlighting)
m (add syntax highlighting)
Line 8: Line 8:
Following is a DataFlex function that returns the full path for the exe-file (once it has been installed on the machine).
Following is a DataFlex function that returns the full path for the exe-file (once it has been installed on the machine).


<source lng="dataflex">
<source lang="dataflex">
   // Return full path to "wkhtmltopdf.exe"
   // Return full path to "wkhtmltopdf.exe"
   Function HtmlToPdfExeFile Returns String
   Function HtmlToPdfExeFile Returns String