[Gambas-user] Print html direct?
charlesg
charles at ...1784...
Wed Nov 24 13:54:57 CET 2010
Hi
Gregor Burck wrote:
>
> Can I direct print html?
>
I shell to htmldoc to turn the html to pdf.
e.g.
shll = "htmldoc --bodyfont Sans --fontsize 6.0 --outfile " &
Application.path & "/tfc.pdf --webpage " & Application.path & "/tfc.htm"
SHELL shll WAIT
then:
shll = "lpr " & Application.path & "/tfc.pdf"
shell shll wait
--
View this message in context: http://old.nabble.com/Print-html-direct--tp30296474p30296557.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list