Using is very easy.
Html.Doc table stores lines of your document, each index value is each line. You can easily insert lines and control inserting text with:
1
Html.Insert("font","size=10","This text's size is 10")
1
Html.InsertOther("br")
1
Html.InsertCustom("LINE")
1
Html.InsertCustom({"Line1","Line2","Line3"})
To generate html/txt use:
1
Html.Generate("my_file.html")
Look at example that is included with file and all will be easy.
Also on Youtube
Use my script where you want under Creative Commons BY-SA License - you can edit it, develope and distribute, but add me in credits and use it under the same license.
edited 5×, last 09.02.13 11:20:23 pm
Approved by EngiN33R
Download
3 kb, 505 Downloads