Thanks Justin, yes - I'm a developer - but I'm so scared to swim through the WebKit code to guess how to implement this printing... Could you indicate a precise point? (I searched for "GDI" in WebKit - found some entries inside the cairo library, but nothing was clear for me there)
I still hope that someone has already printed with WebKit on Windows... Anyway, for the moment, looking forward to your answer - maybe I can get more help from you. Thanks a lot, Ion -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 4:08 PM To: Ionut Durbaca Subject: Re: [webkit-dev] Printing in WebKit (Windows) / PRINTER / doc capture If your a developer, you can probably implement printing, probably by taking the raw GDI object underneath everything and sending that to the print spool. -------------- Original message ---------------------- From: "Ionut Durbaca" <[EMAIL PROTECTED]> > Hello, > > > > Does anyone know how to print a document opened by WebKit on a Windows > machine? > > > > I can not find any function in WebKit source code for that, or what I > find calls "notImplemented()" or it is in fact displaying debug > information. > > > > To be more specific, I am talking of printing to a PRINTER, not printing > to screen, etc. > > > > Or, at least, does anyone know how to capture all document content to a > PDF or to an image? I could print that afterwards. > > > > THANKS A LOT. > > > > Ion > > > > > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

