I have to print several pages generated with wxhtmleasyprint, the
thing is i've got to print them all at once, and for each page i print
it shows the page setup dialog...
thank you
I have to print several pages generated with wxhtmleasyprint, the
thing is i've got to print them all at once, and for each page i print
it shows the page setup dialog...
thank you
I’ve run into more or less the same problem with the page setup dialog,
and have resorted to using a call to wkhtmltopdf instead to handle the
typesetting, then printing with lpr in Linux and OS X.
If there are other solutions I’d be more than happy to hear, but I prefer
the power of a webkit render over htmleasyprinting…
On Thursday, 26 April 2012 15:19:10 UTC+2, leferreyra wrote:
I have to print several pages generated with wxhtmleasyprint, the
thing is i’ve got to print them all at once, and for each page i print
it shows the page setup dialog…
thank you
Search the archives of this list, I think some people have already solved this problem. If I remember correctly they didn't use HtmlEasyPrinting but rather used the normal print framework with the HtmlPrintout class.
On 4/26/12 6:19 AM, leferreyra wrote:
I have to print several pages generated with wxhtmleasyprint, the
thing is i've got to print them all at once, and for each page i print
it shows the page setup dialog...
--
Robin Dunn
Software Craftsman