|
HTMExport
Experimental method to create an HTML page from the current qPrinter document. The method will create a HTML page and a folder to hold images for the document. Document Items are sectioned into HTML Table Cells.
Syntax Object.HTMExport (sPath As String, sName As String)
| Parameters | | sPath | The Path for the HTML file | | sName | The Name of the HTML Document. Images will be stored in a Folder with '_Images' appended to the name. |
Notes Where possible the method will transfer font and border styles to the HTML document. The document is created in a single page.
|