On Fri, Jan 23, 2009 at 4:40 PM, Raymond Camden wrote:
> http://www.coldfusionjedi.com/index.cfm/2009/1/23/How-to-remove-a-password-from-a-PDF-using-ColdFusion
PDFs have 2 passwords, a user password and an owner password. If you
use the owner password instead of the user password in combination
with "none" encryption it will work just fine:
<cfpdf action="protect" source="protected.pdf"
newUserPassword = "test"
newOwnerPassword = "test"
permissions = "All"
destination = "unprotected.pdf"
encrypt = "none"
overwrite = "yes"
password = "user" />
Jochem
--
Jochem van Dieten
http://jochem.vandieten.net/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:318418
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4