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.


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to