[
https://issues.apache.org/jira/browse/PDFBOX-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr closed PDFBOX-1886.
-----------------------------------
Resolution: Not a Problem
Fix Version/s: (was: 2.1.0)
We don't have a "fixed but watch"; in this case, I didn't even look at the
merge tool, I just looked at the attached files, and they worked fine, I also
looked at the content stream and it was there. So the problem with this file
must have been an Adobe problem.
However you might be right in a different way, we recently fixed some nasty
problems with the merge, maybe this produced errors on _other_ files of yours.
Anyway, feel free to reopen this issue or to open a new one if something isn't
working properly.
> Merge Function strips OCR layer in acrobat
> ------------------------------------------
>
> Key: PDFBOX-1886
> URL: https://issues.apache.org/jira/browse/PDFBOX-1886
> Project: PDFBox
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 1.8.4
> Reporter: adam brin
> Attachments: cover_page4818280580458469287.pdf, page1.pdf,
> santa-cruz-flats-project-part-2 (1).pdf
>
>
> We use the PDFMergerUtility to add cover pages to documents automatically.
> We're finding that when we do so, it strips the OCR data from the source of
> the merged files.
> {code}
> PDFMergerUtility merger = new PDFMergerUtility();
> File outputFile = File.createTempFile();
> merger.setDestinationStream(new FileOutputStream(outputFile));
> for (File file : files) {
> merger.addSource(file);
> }
> merger.mergeDocuments();
> return outputFile;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)