Hi, On Wed, Apr 28, 2010 at 10:50 AM, JOSE FELIX HERNANDEZ BARRIO <[email protected]> wrote: > I'm inserting pdf in the repository and get the exception: > > 2010-04-28 10:25:39,763 WARN [PDFStreamEngine.java] [processOperator] * > java.io.IOException*: Mapping code should be 1 or two bytes and not 4 > at org.apache.fontbox.cmap.CMap.addMapping(*CMap.java:122*)
The underlying PDFBox library is having trouble with your PDF file, which results in a warning being logged. This is not too serious, the only downside is that this PDF might not show up in full text searches. You may want to report this to [email protected] or to the PDFBox issue tracker at https://issues.apache.org/jira/browse/PDFBOX. BR, Jukka Zitting
