[jira] [Comment Edited] (PDFBOX-2342) WriteDecodedDoc cant decrypt pdf form correctly

2014-09-11 Thread Tilman Hausherr (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14130386#comment-14130386
 ] 

Tilman Hausherr edited comment on PDFBOX-2342 at 9/11/14 5:52 PM:
--

The non sequential parser doesn't decrypt recursively like the sequential one 
does (why?). In a COSDictionary, only COSStrings are decrypted, the rest is 
left untouched. There's already a suspicious TODO there. For now, I've just 
added the decryption of COSArray which solves [~ssteiner1]s problem. But I 
wonder what else is incorrectly (not) decrypted, e.g. a COSDictionary within a 
COSDictionary. Why aren't we using this nice does everything method in the 
SecurityHandler class?
{code}
private void decrypt(COSBase obj, long objNum, long genNum) throws IOException
{code}


was (Author: tilman):
The non sequential parser doesn't decrypt recursively like the sequential one 
does (why?). In a COSDictionary, only COSStrings are decrypted, the rest is 
left untouched. There's already a suspicious TODO there. For now, I've just 
added the decryption of COSArray which solves [~ssteiner1]s problem. But I 
wonder what else is incorrectly (not) decrypted, e.g. a COSDictionary within a 
COSDictionary. Why aren't we using this nice does everything method?
{code}
private void decrypt(COSBase obj, long objNum, long genNum) throws IOException
{code}

 WriteDecodedDoc cant decrypt pdf form correctly
 ---

 Key: PDFBOX-2342
 URL: https://issues.apache.org/jira/browse/PDFBOX-2342
 Project: PDFBox
  Issue Type: Bug
  Components: Parsing
Affects Versions: 2.0.0
Reporter: simon steiner
 Attachments: test.pdf


 java -jar ~/pdf-box-svn/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar 
 WriteDecodedDoc -nonSeq test.pdf
 country selection is wrong



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (PDFBOX-2342) WriteDecodedDoc cant decrypt pdf form correctly

2014-09-11 Thread Tilman Hausherr (JIRA)

[ 
https://issues.apache.org/jira/browse/PDFBOX-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14130228#comment-14130228
 ] 

Tilman Hausherr edited comment on PDFBOX-2342 at 9/11/14 5:53 PM:
--

To clarify:
Country drop down box contents are garbage when WriteDecodedDoc is used with 
the -nonSeq option, but they are fine with the old parser.


was (Author: tilman):
To clarify:
Country drop down contents are garbage when WriteDecodedDoc is used with the 
-nonSeq option

 WriteDecodedDoc cant decrypt pdf form correctly
 ---

 Key: PDFBOX-2342
 URL: https://issues.apache.org/jira/browse/PDFBOX-2342
 Project: PDFBox
  Issue Type: Bug
  Components: Parsing
Affects Versions: 2.0.0
Reporter: simon steiner
 Attachments: test.pdf


 java -jar ~/pdf-box-svn/app/target/pdfbox-app-2.0.0-SNAPSHOT.jar 
 WriteDecodedDoc -nonSeq test.pdf
 country selection is wrong



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)