Adobe plug-in SDK. How to open a pdf document protected by custom security handler?
The encryption dictionary is as follow:
20 0 obj<</Filter /FOPN_foweb /V 2 /Length 128 ... ...>>endobj
I invoke the following codes to open the pdf document, but PDDocOpen causes an exception and the error code does not make sense.
DURING
PDDoc pdDoc = PDDocOpen(fileNameWrite, fileSys, MyPDAuthProc, FALSE);
HANDLER
ASErrorCode errorCode = ASGetExceptionErrorCode();
END_HANDLER
I am using Adobe plug-in SDK. How to open a pdf document protected by custom security handler?
