2
1

I have several eBooks which I purchased online and would like to add them to my bookshelf created in Adobe Digital Editions. However, digital editions does not support password protected files yet. So I was thinking of removing the password protection from the said files. As far as I know, there are two passwords for PDF files, user password (for opening file) and owner password (managing permissions). Would it be possible to create a copy of the PDF (with table of contents intact) which does not prompt for a password without knowing the owner password?

If my memory serves me right, I think I tried this with iText for Java before without much success. Any other suggestions?

Note: I have the user password and I can open the PDF with no problems at all. I'm just hoping to improve the reading experience by removing the password prompts every time I would have to open the file. :)

And one more thing, creating my own PDF reader/eBook organizer is currently not an option. ;)

asked Jan 29 at 00:53

paul_sns's gravatar image

paul_sns
137510

1

I just saw this from iText FAQ: From iText version 2.0.3 and iTextSharp 4.0.4 the password restrictions are enforced by the library instead of passing that responsibility to the developer. Using PdfStamper or importing pages in PdfStamper, PdfCopy and PdfWriter will throw an exception if the PDF was not opened with the owner password.

This is probably the reason why my iText experiments failed before.

(Jan 29 at 01:16) paul_sns paul_sns's gravatar image

One Answer:

Now this looks interesting! A PDF Password Remover online tool built with iText running on Google App Engine. It says only the user password is required. I'll give this a try and let you know how it goes.

answered Jan 29 at 01:07

paul_sns's gravatar image

paul_sns
137510

1

It worked! Developer said he's using a modified version of an older iText release. Limitation of online tool is 10MB. Limitation of offline tool is Windows only.

(Jan 29 at 01:18) paul_sns paul_sns's gravatar image

Time to accept your own answer! :)

(Jan 30 at 17:58) Nikki Erwin Ramirez Nikki%20Erwin%20Ramirez's gravatar image
Your answer
You can answer anonymously and then login.
toggle preview

Subscription:

Once you sign in you will be able to subscribe for any updates here

Tags:

×29
×2

Asked: Jan 29 at 00:53

Seen: 181 times

Last updated: Apr 26 at 02:36