Search found 1 match
- 2018-10-10T02:08:54-07:00
- Forum: Bugs
- Topic: Process PDF protected by password fails.
- Replies: 10
- Views: 28332
Re: Process PDF protected by password fails.
I'm using ImageMagick 7.0.8-12 Q16 2018-09-23 on Windows 10. I can confirm you that this issue is resolved. You need to pass the "authenticate" option BEFORE the source image name (not AFTER). The command : convert myPasswordProtectedFile.pdf -authenticate myPassword extractedPage.png produces an ...