Hello,itext-questions:
I have
used "PdfEncryptor.encrypt()" to add security on a pdf file(
Name is Security.pdf).
/**
//this is the code i used
PdfEncryptor.encrypt(reader,
new
FileOutputStream(output_file),
user_password.getBytes(),
owner_password.getBytes(),
int_permissions,
strength.equals("128"));
*/
----------------------------------------------------------------------------------------------
But now, i want
recover my operation , delete the security of pdf file(Security.pdf)
Let the Label of
"Security Method" be "No Security" . Of cource i know the password
of pdf file.
How should i do
?
Result should Like this :
Best regards,
***************************************
* ( DaLian e-Trust Software
Co.Ltd.)
* Name
: Yuan zhiyong
* Send Time :
2006-02-08 18:36:27
***************************************