Print a HTML string to PDF: Difference between revisions

m
Changed from Web Programming to Web Applications category
(Extract of recent forum discussion)
 
m (Changed from Web Programming to Web Applications category)
 
(2 intermediate revisions by one other user not shown)
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 lang="dataflex">
   // Return full path to "wkhtmltopdf.exe"
   // Return full path to "wkhtmltopdf.exe"
   Function HtmlToPdfExeFile Returns String
   Function HtmlToPdfExeFile Returns String
Line 27: Line 28:
       Function_Return sExeFile
       Function_Return sExeFile
   End_Function
   End_Function
</source>


==External Links==
==External Links==
Line 32: Line 34:
This know how comes from: https://support.dataaccess.com/Forums/showthread.php?62055-Printing-a-HTML-string-to-PDF-file
This know how comes from: https://support.dataaccess.com/Forums/showthread.php?62055-Printing-a-HTML-string-to-PDF-file


[[Category:Web Programming]]
[[Category:Web Applications]]