Hi,
Am 21.12.2011 13:31, schrieb Woude, Alexander van der:
Hello all,
I am facing a problem.
I retrieve documents from Oracle's UCM (content manager). I receive the doc=
uments - all pdfs - from UCM as a stream.=20
A ByteArrayOutputStream to be precise.
My problems is that some docuemtns I retrieve are scanned, and stored as PD=
F1.2 format.
After I merge all the documents the generated PDF is 1.2. In that version a=
fonttype is not available and cause that some docs in the concatenated pdf=
is unreadable.
So I want to set the merged version to 1.4.
I tried to reuse the code from the PDFMergerUtility. mergeDocuments(), inco=
rporated it in my own code and alter it. See below.
Can someone suggest me what I do wrong or point me to a better way of doing=
this?
Should be solved with PDFBOX-879 [1]
Regards, Alexander
<SNIP>
BR
Andreas Lehmkühler
[1] https://issues.apache.org/jira/browse/PDFBOX-879