[webkit-dev] Printing using WebKit on Windows

Adam Roben aroben at apple.com
Mon May 4 06:35:39 PDT 2009


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



More information about the webkit-dev mailing list