Hi All,

I'm using the examples from the Bakery article by Sam Devore to generate 
a PDF file (resume) from a cake form.  This works just fine, if I use 
the PDF layout (header("Content-type:application/pdf"), which displays 
the PDF just fine.  BUT, I need to display that PDF in a cake page 
(using IFRAME?, possibly), so that they can then click to save or print 
the result.

I'm thinking (intuitively) that I can put the result in an IFRAME. 
Right now, I'm NOT saving the pdf anywhere (it's returned as a string), 
and I'd like to avoid doing so, but I'm not sure I can.

Suggestions???  Am I better off saving this to a file somewhere, and 
then dealing with having to create temp files and clean them up all over 
the place?

THANKS!
-Scott

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to