> This seems to be a very short sided tag <cfpdf>. Why allow to > discreetly protect files and then have no way to display them. Very > frustrating. What about the read action of cfpdf? Why couldn't I read > the file then dump it (for lack of a better word) to the client? If > this is possible, I would like to know how. I have looked at the read > function and all it gives me is a wrapper and when I dump it it gives me > the file info, which is supposed to be another function of cfpdf (action > = info). The information I am dealing with is extremely sensitive and > should not, cannot be copied or unprotected - at least from my side to > the client. Sorry for the rant, just need to solve this as soon as > possible.
PDFs are not displayed by the server, but by a PDF client application. Password security is handled by said PDF client. If you "dump" it to the client without a password, the client could redistribute that content however they like. Of course, they could redistribute it even with a password, but they would also have to redistribute the password. So, I think your expectations for the CFPDF tag are a bit unrealistic. 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:318344 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

