No, one tag to read it in, then a second cfpdf call to remove the password, then the cfheader/cfcontent to serve it up.
On Thu, Jan 22, 2009 at 5:28 PM, Kenny J. Willis <[email protected]> wrote: > In your example (without cfheader), at what point do I have to strip out > the password? Is this done previous to this point? Meaning that I > should cfpdf unprotect to another directory then read that one in and > display with cfcontent? > > Thanks for all your help to both. > > -----Original Message----- > From: Dave Watts [mailto:[email protected]] > Sent: Thursday, January 22, 2009 3:07 PM > To: cf-talk > Subject: Re: view protected pdf > >> In step 2, I need to unprotect it to another location, do step 3 then >> run a subroutine to clean up the unprotected file? > > You could do that, but you shouldn't have to. You can read the PDF > into a variable, then use CFCONTENT to serve that variable. Ray's > example uses CFHEADER to tell the browser the name of the file you > want it to receive, but you don't actually have to have that file on > your server. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318373 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

