Andy Matthews wrote: > I'm trying to create a PDF from a page and it's not working. The way I've > read is that to do this, you simply wrap whatever content you have within > cfdocument tags, with the type set to PDF. So that's what I've done, and it's > not working correctly. > > Here's the actual page: > http://gaylordoprylandsales.com/prop/proposal.cfm?view=73534E3B54060A4C061052691D13 > > Here's the page when a PDF is trying to be generated: > http://gaylordoprylandsales.com/prop/proposal_pdf.cfm?view=73534E3B54060A4C061052691D13
Change the HTML of the page so you don't refer to images by their relative path, but with a file:///d:/images... type URL and try again. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294443 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

