[
https://issues.apache.org/jira/browse/FOP-2244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14309222#comment-14309222
]
Markus Stier commented on FOP-2244:
-----------------------------------
Possible workaround for version 1.1 is to set the encryption length to 265 bit.
Will force a different encryption algorithm.
PDFEncryptionParams pep = new PDFEncryptionParams(...)
pep.setEncryptionLengthInBits(256);
> [PATCH] Encrypted image colorspace fails
> ----------------------------------------
>
> Key: FOP-2244
> URL: https://issues.apache.org/jira/browse/FOP-2244
> Project: Fop
> Issue Type: Bug
> Reporter: simon steiner
> Fix For: trunk
>
> Attachments: 1000611~b411bd60.GIF, fop.xconf, svngifinpdf.patch,
> test.fo
>
>
> fop test.fo out.pdf -c fop.xconf
> java.lang.IllegalStateException: No object number could be obtained for a PDF
> object
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)