[Gambas-user] Print html direct?
Rolf-Werner Eilert
eilert-sprachen at ...221...
Wed Nov 24 15:36:25 CET 2010
Am 24.11.2010 13:54, schrieb charlesg:
>
> 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
This is really cool dude :-) I'll print it and pin it on my wall, will
certainly be used next time I've got to do something like this!
By the way, htmldoc doesn't seem to be on my system, do you know where
it comes from?
Regards
Rolf
More information about the User
mailing list