Hi Andrea I am using self generated PDF alot on my projects. It is possible to display them in a embedded iframe. But I some case (e. g. using window widget as container in firefox) the pluton can get some strange issue. So I am just calling PDF generator php with window.open target blank.
As PDF generator I can advise you to look at following classes: Dompdf - HTML to PDF generator Pdftk - greate PDF manipulation. I'm using it to fill formfields with temporary generated fdf files. I hope I could help you a little bit out. Regards Sak Von meinem iPhone gesendet Am 10.12.2010 um 14:21 schrieb "A. Weber (Penplan)" <[email protected]>: > > With PHP, we generate a PDF document on the server (using fpdf.php). This > document can be saved as a file locally on the server or passed to the > client with "Content-Type: application/pdf" or "Content-Type: > application/x-download". > > What is the best way to display the PDF document in Qooxdoo or allow the > user to download it (possibly without having to save the file on the server > and passing the URL to the client) ? > - qx.io.remote.Request ? > - qx.io.remote.transport.Iframe ? > - qx.ui.embed.iFrame ? > > We tried with to solve this issue with qx.io.remote.Rpc, but this doesn't > seem to be the right way. > > Any pointer to the right direction (or a code snippet) is greatly > appreciated! > > Regards, > > Andrea > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Displaying-PDF-tp5823026p5823026.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
