I'm trying to convert a PDF to a tiff using the acrobat SDK's JSObject. My code below:
The above code works for the majority of PDF files, but files with security/password protection fail. An acrobat window pops up with the message "Insufficient permission for image extraction." The security settings on my test PDF look like this:
I'm finding it difficult to find anything of use on the Adobe site/forums. Does anyone know of a means to programmatically enter a password for these types of files?