stevieko / purepdf

Automatically exported from code.google.com/p/purepdf
1 stars 0 forks source link

Nonimplementation error while trying to read encrypted PDF #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I am trying to read a password-protected PDF, and getting the following error.

Error: encryption not supported
    at org.purepdf.pdf::PdfReader/readDecryptedDocObj()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PdfReader.as:1283]
    at org.purepdf.pdf::PdfReader/step3()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PdfReader.as:1523]
    at org.purepdf.pdf::PdfReader/onDocObjComplete()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PdfReader.as:1252]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at org.purepdf.pdf::PRDocObjectReader/step()[/Users/alessandro/Documents/Workspaces/Flash/Opensource/purePDF/src/org/purepdf/pdf/PRDocObjectReader.as:140]
    at Function/http://adobe.com/AS3/2006/builtin::apply()
    at SetIntervalTimer/onTimer()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

Thanks,
Purnima

Original issue reported on code.google.com by punny.ka...@gmail.com on 31 Jul 2013 at 8:45