On May 4, 2009, at 9:08 AM, straveu wrote:
I want to use WebKit for printing HTML files. Are there any exported DLL functions for this (including page setup)? Or maybe this is possible using ActiveX?
There are some functions on the IWebFramePrivate interface to support printing (namely, setInPrintingMode, getPrintedPageCount, and spoolPages).
-Adam _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

