Am 23.09.2015 um 19:31 schrieb Kevin Ternes:
Tilman, I am very sorry that I did not share what I was actually trying to do. I did not really understand the problem yesterday. Here is an example offending document: https://dl.dropboxusercontent.com/u/3103884/dev/RenewalUM_SD.pdf
OK, I found the mistake. I'll do a bit more tests and then commit the change.
Tilman
-----Original Message----- From: Tilman Hausherr [mailto:[email protected]] Sent: Wednesday, September 23, 2015 11:37 AM To: [email protected] Subject: Re: UnsupportedOperationException: JPX encoding not implemented Am 23.09.2015 um 17:06 schrieb Kevin Ternes:I am stuck on this exception from JPXFilter.encode() from some documents that I am trying to merge: Caught java.lang.UnsupportedOperationException: JPX encoding not implemented java.lang.UnsupportedOperationException: JPX encoding not implemented at org.apache.pdfbox.filter.JPXFilter.encode(JPXFilter.java:131) at org.apache.pdfbox.filter.Filter.encode(Filter.java:74) at org.apache.pdfbox.cos.COSOutputStream.close(COSOutputStream.java:89) at java.io.FilterOutputStream.close(Unknown Source) at org.apache.pdfbox.cos.COSStream$1.close(COSStream.java:215) at org.apache.pdfbox.multipdf.PDFCloneUtility.cloneForNewDocument(PDFCloneUtility.java:118) at org.apache.pdfbox.multipdf.PDFCloneUtility.cloneForNewDocument(PDFCloneUtility.java:98) at org.apache.pdfbox.multipdf.PDFCloneUtility.cloneForNewDocument(PDFCloneUtility.java:133) at org.apache.pdfbox.multipdf.PDFCloneUtility.cloneForNewDocument(PDFCloneUtility.java:133) at org.apache.pdfbox.multipdf.PDFCloneUtility.cloneForNewDocument(PDFCloneUtility.java:133) at org.apache.pdfbox.multipdf.PDFMergerUtility.appendDocument(PDFMergerUt ility.java:477) I would not mind if I could simply skip the image. I am unable to figure out how to complete the merge when this exception occurs. Is there some way to do that? From the same batch of PDFs I also sometimes get WARN org.apache.pdfbox.filter.DCTFilter - DCTFilter#encode is not implemented yet, skipping this stream. Would it be better if the JPXFilter just wrote a message like the DCTFilter does rather than throwing an Exception?Oh, this is a bug. A merge should be possible without decoding / re-encoding images. I wish you had said this before I wrote the other answer. Can you share the files where one of these exception happens? Tilman --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

