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
