[jira] [Commented] (PDFBOX-3482) RasterFormatException: (y + height) is outside raster creating Thumbnail

2019-09-12 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-3482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928986#comment-16928986
 ] 

Tilman Hausherr commented on PDFBOX-3482:
-

Yeah I can reproduce the effect by rendering the files mentioned earlier at 
96dpi with Amazon Corretto 222 ... sadly I can't get it reproduced with my own 
attached code. Which I would prefer to create another bug report in the OpenJDK 
issue tracker.

> RasterFormatException: (y + height) is outside raster creating Thumbnail
> 
>
> Key: PDFBOX-3482
> URL: https://issues.apache.org/jira/browse/PDFBOX-3482
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.2
> Environment: OpenSuse Linux, Apache Tomcat 7.0.70, Java Oracle JDK 
> 1.8.0_U102
>Reporter: George Sexton
>Priority: Minor
> Attachments: 2015-Lambs-to-Leaders-posterv04.pdf, PDFBox3482.java, 
> log4j.txt
>
>
> Attempting to extract a thumbnail image from the attached PDF using 
> pdfbox-2.0.3-20160902.161822-193.jar throws the exception:
> java.awt.image.RasterFormatException: (y + height) is outside raster
>   at 
> sun.awt.image.IntegerInterleavedRaster.createWritableChild(IntegerInterleavedRaster.java:470)
>   at 
> sun.awt.image.IntegerInterleavedRaster.createChild(IntegerInterleavedRaster.java:514)
>   at 
> sun.java2d.pipe.GeneralCompositePipe.renderPathTile(GeneralCompositePipe.java:106)
>   at sun.java2d.pipe.AAShapePipe.renderTiles(AAShapePipe.java:201)
>   at sun.java2d.pipe.AAShapePipe.renderPath(AAShapePipe.java:159)
>   at sun.java2d.pipe.AAShapePipe.fill(AAShapePipe.java:68)
>   at 
> sun.java2d.pipe.PixelToParallelogramConverter.fill(PixelToParallelogramConverter.java:164)
>   at sun.java2d.pipe.ValidatePipe.fill(ValidatePipe.java:160)
>   at sun.java2d.SunGraphics2D.fill(SunGraphics2D.java:2525)
>   at org.apache.pdfbox.rendering.PageDrawer.fillPath(PageDrawer.java:626)
>   at 
> org.apache.pdfbox.contentstream.operator.graphics.FillNonZeroRule.process(FillNonZeroRule.java:36)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:815)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:472)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processTransparencyGroup(PDFStreamEngine.java:213)
>   at 
> org.apache.pdfbox.rendering.PageDrawer.access$1000(PageDrawer.java:89)
>   at 
> org.apache.pdfbox.rendering.PageDrawer$TransparencyGroup.(PageDrawer.java:1229)
>   at 
> org.apache.pdfbox.rendering.PageDrawer$TransparencyGroup.(PageDrawer.java:1163)
>   at 
> org.apache.pdfbox.rendering.PageDrawer.showTransparencyGroup(PageDrawer.java:1127)
>   at 
> org.apache.pdfbox.contentstream.operator.graphics.DrawObject.process(DrawObject.java:66)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:815)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:472)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processTransparencyGroup(PDFStreamEngine.java:213)
>   at 
> org.apache.pdfbox.rendering.PageDrawer.access$1000(PageDrawer.java:89)
>   at 
> org.apache.pdfbox.rendering.PageDrawer$TransparencyGroup.(PageDrawer.java:1229)
>   at 
> org.apache.pdfbox.rendering.PageDrawer$TransparencyGroup.(PageDrawer.java:1163)
>   at 
> org.apache.pdfbox.rendering.PageDrawer.showTransparencyGroup(PageDrawer.java:1127)
>   at 
> org.apache.pdfbox.contentstream.operator.graphics.DrawObject.process(DrawObject.java:66)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processOperator(PDFStreamEngine.java:815)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStreamOperators(PDFStreamEngine.java:472)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processStream(PDFStreamEngine.java:446)
>   at 
> org.apache.pdfbox.contentstream.PDFStreamEngine.processPage(PDFStreamEngine.java:149)
>   at org.apache.pdfbox.rendering.PageDrawer.drawPage(PageDrawer.java:189)
>   at 
> org.apache.pdfbox.rendering.PDFRenderer.renderImage(PDFRenderer.java:145)
>   at 
> org.apache.pdfbox.rendering.PDFRenderer.renderImageWithDPI(PDFRenderer.java:94)
>   at 
> com.mhsoftware.graphics.ImageHelper.getPDFThumbnail(ImageHelper.java:583)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Closed] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr closed PDFBOX-4650.
---
Resolution: Not A Bug

Glad to hear that!

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4649) High CPU load an memory usage, when converting PDF to Image

2019-09-12 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928755#comment-16928755
 ] 

Tilman Hausherr commented on PDFBOX-4649:
-

You should also check whether you have the same memory usage when using 
PDFToImage on your system (see command line tools). OTOH I see that you never 
mentioned your dpi.

> High CPU load an memory usage, when converting PDF to Image
> ---
>
> Key: PDFBOX-4649
> URL: https://issues.apache.org/jira/browse/PDFBOX-4649
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.16
>Reporter: Willie Chieukam
>Priority: Critical
> Attachments: 331577-5_b_19ez1.pdf, 332699-5_c_19ez7.pdf, 
> 335520-5_c_19ezb.pdf, 335521-5_c_19ezd.pdf
>
>
> Hello!
> we are running a business web application, that is using pdfbox to convert
>  pdf-files to images using using pdfRenderer.renderImageWithDPI(parameters).
> When we try to convert the attached pdf, the CPU load of tomcat, running in a 
> docker container on openshift, is raising and it seems, that the process 
> hangs. The tomcat process is no more responsive and we get an memory 
> overflow. Also the server load is very high meanwhile.
> We are using
> + org.apache.pdfbox:pdfbox v 2.0.16
>  + org.apache.pdfbox:pdfbox-tools v 2.0.16
>  + org.apache.pdfbox:jbig2-imageio:3.0.2
> Our Code looks like this:
> {code:java}
> public void saveImageFromPDF(Path filePath, Path imagePath, Integer 
> IMAGE_DPI, Float IMAGE_QUALITY) {
> try (PDDocument pddocument = 
> PDDocument.load(Files.newInputStream(filePath, StandardOpenOption.READ))) {
> PDFRenderer pdfRenderer = new PDFRenderer(pddocument);
> for (Integer i = 0; i < pddocument.getNumberOfPages(); i++) {
> try (OutputStream outputStream = documentServiceUtility
> 
> .getFileOutputStream(imagePath.resolve(Integer.toString(i) + "." + 
> IMAGE_FILE_EXTENSION))) {
> BufferedImage bufferedImage = 
> pdfRenderer.renderImageWithDPI(i, IMAGE_DPI, ImageType.BINARY);
> ImageIOUtil.writeImage(bufferedImage, 
> IMAGE_FILE_EXTENSION, outputStream, IMAGE_DPI, IMAGE_QUALITY);
> LOG.debug("Image of document {} successfully saved.",
> imagePath.resolve(Integer.toString(i) + "." + 
> IMAGE_FILE_EXTENSION));
> } catch (Throwable ex) {
> throw new NiehoffPDDocumentHanderException(filePath, ex);
> }
> }
> } catch (Exception e) {
> throw new NiehoffPDDocumentHanderException(filePath, e);
> }
> }
> {code}
> Line throwing the exception
> *{color:#FF}BufferedImage bufferedImage = 
> pdfRenderer.renderImageWithDPI(i, IMAGE_DPI, ImageType.BINARY);{color}*
>   
>  Do you have an idea, how to prevent this?
> Thank you very much and best regards,
>  Willie



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4649) High CPU load an memory usage, when converting PDF to Image

2019-09-12 Thread Willie Chieukam (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928538#comment-16928538
 ] 

Willie Chieukam commented on PDFBOX-4649:
-

Just setup the scratch file but still the same issue.

Next is to change the java version and see if any improvement

> High CPU load an memory usage, when converting PDF to Image
> ---
>
> Key: PDFBOX-4649
> URL: https://issues.apache.org/jira/browse/PDFBOX-4649
> Project: PDFBox
>  Issue Type: Bug
>  Components: Rendering
>Affects Versions: 2.0.16
>Reporter: Willie Chieukam
>Priority: Critical
> Attachments: 331577-5_b_19ez1.pdf, 332699-5_c_19ez7.pdf, 
> 335520-5_c_19ezb.pdf, 335521-5_c_19ezd.pdf
>
>
> Hello!
> we are running a business web application, that is using pdfbox to convert
>  pdf-files to images using using pdfRenderer.renderImageWithDPI(parameters).
> When we try to convert the attached pdf, the CPU load of tomcat, running in a 
> docker container on openshift, is raising and it seems, that the process 
> hangs. The tomcat process is no more responsive and we get an memory 
> overflow. Also the server load is very high meanwhile.
> We are using
> + org.apache.pdfbox:pdfbox v 2.0.16
>  + org.apache.pdfbox:pdfbox-tools v 2.0.16
>  + org.apache.pdfbox:jbig2-imageio:3.0.2
> Our Code looks like this:
> {code:java}
> public void saveImageFromPDF(Path filePath, Path imagePath, Integer 
> IMAGE_DPI, Float IMAGE_QUALITY) {
> try (PDDocument pddocument = 
> PDDocument.load(Files.newInputStream(filePath, StandardOpenOption.READ))) {
> PDFRenderer pdfRenderer = new PDFRenderer(pddocument);
> for (Integer i = 0; i < pddocument.getNumberOfPages(); i++) {
> try (OutputStream outputStream = documentServiceUtility
> 
> .getFileOutputStream(imagePath.resolve(Integer.toString(i) + "." + 
> IMAGE_FILE_EXTENSION))) {
> BufferedImage bufferedImage = 
> pdfRenderer.renderImageWithDPI(i, IMAGE_DPI, ImageType.BINARY);
> ImageIOUtil.writeImage(bufferedImage, 
> IMAGE_FILE_EXTENSION, outputStream, IMAGE_DPI, IMAGE_QUALITY);
> LOG.debug("Image of document {} successfully saved.",
> imagePath.resolve(Integer.toString(i) + "." + 
> IMAGE_FILE_EXTENSION));
> } catch (Throwable ex) {
> throw new NiehoffPDDocumentHanderException(filePath, ex);
> }
> }
> } catch (Exception e) {
> throw new NiehoffPDDocumentHanderException(filePath, e);
> }
> }
> {code}
> Line throwing the exception
> *{color:#FF}BufferedImage bufferedImage = 
> pdfRenderer.renderImageWithDPI(i, IMAGE_DPI, ImageType.BINARY);{color}*
>   
>  Do you have an idea, how to prevent this?
> Thank you very much and best regards,
>  Willie



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928455#comment-16928455
 ] 

Elias Mauer edited comment on PDFBOX-4650 at 9/12/19 1:30 PM:
--

I fixed it now, there was a bug in my program!

I was writing files and I didnt wait for them to close, therefore the jar had 
problems in merging them.

Thanks a lot for your time and different solutions.

 


was (Author: snowi):
I fixed it now, there was a bug in my program!

I was writing files and I didnt wait for them to close, therefor the jar had 
problems in merging them.

Thanks a lot for your time and different solutions.

 

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928455#comment-16928455
 ] 

Elias Mauer commented on PDFBOX-4650:
-

I fixed it now, there was a bug in my program!

I was writing files and I didnt wait for them to close, therefor the jar had 
problems in merging them.

Thanks a lot for your time and different solutions.

 

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Issue Comment Deleted] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elias Mauer updated PDFBOX-4650:

Comment: was deleted

(was: Out of sudden another Error occurs.

Exception in thread "main" java.io.IOException: Error: End-of-File, expected 
line
 at org.apache.pdfbox.pdfparser.BaseParser.readLine(BaseParser.java:1124)
 at org.apache.pdfbox.pdfparser.COSParser.parseHeader(COSParser.java:2583)
 at org.apache.pdfbox.pdfparser.COSParser.parsePDFHeader(COSParser.java:2566)
 at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:219)
 at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
 at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
 at 
org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
 at 
org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
 at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
 at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
 at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)

at ChildProcess.exithandler (child_process.js:275:12)
 at emitTwo (events.js:126:13)
 at ChildProcess.emit (events.js:214:7)
 at maybeClose (internal/child_process.js:925:16)
 at Socket.stream.socket.on (internal/child_process.js:346:11)
 at emitOne (events.js:116:13)
 at Socket.emit (events.js:211:7)
 at Pipe._handle.close [as _onclose] (net.js:557:12)
 killed: false,
 code: 1,
 signal: null,)

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928396#comment-16928396
 ] 

Elias Mauer commented on PDFBOX-4650:
-

Out of sudden another Error occurs.

Exception in thread "main" java.io.IOException: Error: End-of-File, expected 
line
 at org.apache.pdfbox.pdfparser.BaseParser.readLine(BaseParser.java:1124)
 at org.apache.pdfbox.pdfparser.COSParser.parseHeader(COSParser.java:2583)
 at org.apache.pdfbox.pdfparser.COSParser.parsePDFHeader(COSParser.java:2566)
 at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:219)
 at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
 at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
 at 
org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
 at 
org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
 at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
 at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
 at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)

at ChildProcess.exithandler (child_process.js:275:12)
 at emitTwo (events.js:126:13)
 at ChildProcess.emit (events.js:214:7)
 at maybeClose (internal/child_process.js:925:16)
 at Socket.stream.socket.on (internal/child_process.js:346:11)
 at emitOne (events.js:116:13)
 at Socket.emit (events.js:211:7)
 at Pipe._handle.close [as _onclose] (net.js:557:12)
 killed: false,
 code: 1,
 signal: null,

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928376#comment-16928376
 ] 

Elias Mauer commented on PDFBOX-4650:
-

Sorry, what do you mean by that?

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928360#comment-16928360
 ] 

Tilman Hausherr commented on PDFBOX-4650:
-

Can you display it with the trunk?
https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-debugger/3.0.0-SNAPSHOT/

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928325#comment-16928325
 ] 

Elias Mauer commented on PDFBOX-4650:
-

Tried it with Adobe Acrobat Reader no errors as well. 

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928314#comment-16928314
 ] 

Elias Mauer commented on PDFBOX-4650:
-

They are actually confidential.

Didn't get any error with chrome and firefox, gotta try a few more viewers.

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Tilman Hausherr (Jira)


[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928292#comment-16928292
 ] 

Elias Mauer commented on PDFBOX-4650:
-

Well, I cant attach any files.

Do you think it could be a problem, because of the pdf version?

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4650:

Component/s: Parsing

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>  Components: Parsing
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928284#comment-16928284
 ] 

Tilman Hausherr commented on PDFBOX-4650:
-

Likely a broken PDF (even if it displays on other viewers). Please attach it.

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928282#comment-16928282
 ] 

Tilman Hausherr edited comment on PDFBOX-4648 at 9/12/19 6:48 AM:
--

The squares are Adobe only, so we can't do anything.

The missing "511 TM" is also missing on Adobe text extraction. This is because 
the font has no ToUnicode stream.

"SLIM CUT" appears fine here. Even if I use 2.0.4.

Please try again with 2.0.16, make sure you have a current java version on your 
computer, then download and run PDFDebugger and look for the font F4 in your 
file. Here's how it looks on my system, does the "I" appear on yours in the 
"Unicode character" column?

!image-2019-09-12-08-47-32-706.png!


was (Author: tilman):
The squares are Adobe only, so we can't do anything.

The missing "511 TM" is also missing on Adobe text extraction. This is because 
the font has no ToUnicode stream.

"SLIM CUT" appears fine here. Even if I use 2.0.4.

Please try again with 2.0.16, make sure you have a current java version on your 
computer, then download and run PDFDebugger and look for the font F4 in your 
file. Here's how it looks on my system:

!image-2019-09-12-08-47-32-706.png!

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf, image-2019-09-12-08-47-32-706.png
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4648:

Attachment: (was: image-2019-09-12-08-46-39-391.png)

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf, image-2019-09-12-08-47-32-706.png
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928282#comment-16928282
 ] 

Tilman Hausherr edited comment on PDFBOX-4648 at 9/12/19 6:47 AM:
--

The squares are Adobe only, so we can't do anything.

The missing "511 TM" is also missing on Adobe text extraction. This is because 
the font has no ToUnicode stream.

"SLIM CUT" appears fine here. Even if I use 2.0.4.

Please try again with 2.0.16, make sure you have a current java version on your 
computer, then download and run PDFDebugger and look for the font F4 in your 
file. Here's how it looks on my system:

!image-2019-09-12-08-47-32-706.png!


was (Author: tilman):
The squares are Adobe only, so we can't do anything.

The missing "511 TM" is also missing on Adobe text extraction. This is because 
the font has no ToUnicode stream.

"SLIM CUT" appears fine here. Even if I use 2.0.4.

Please try again with 2.0.16, make sure you have a current java version on your 
computer, then download and run PDFDebugger and look for the font F4 in your 
file. Here's how it looks on my system:

!image-2019-09-12-08-46-39-391.png!

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf, image-2019-09-12-08-46-39-391.png, 
> image-2019-09-12-08-47-32-706.png
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread Tilman Hausherr (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr updated PDFBOX-4648:

Attachment: image-2019-09-12-08-46-39-391.png

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf, image-2019-09-12-08-46-39-391.png
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread Tilman Hausherr (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928282#comment-16928282
 ] 

Tilman Hausherr commented on PDFBOX-4648:
-

The squares are Adobe only, so we can't do anything.

The missing "511 TM" is also missing on Adobe text extraction. This is because 
the font has no ToUnicode stream.

"SLIM CUT" appears fine here. Even if I use 2.0.4.

Please try again with 2.0.16, make sure you have a current java version on your 
computer, then download and run PDFDebugger and look for the font F4 in your 
file. Here's how it looks on my system:

!image-2019-09-12-08-46-39-391.png!

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf, image-2019-09-12-08-46-39-391.png
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elias Mauer updated PDFBOX-4650:

Affects Version/s: 2.0.16

> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>Affects Versions: 2.0.16
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elias Mauer updated PDFBOX-4650:

Description: 
Hey,

I'm currently experiencing this kind of error and I dont have any clue how to 
fix it. Tried it now for a couple of hours, but still no clue how to get rid of 
this error.

I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
process.

Hopefully someone has a clue how I'm able to fix this asap.

 

Exception in thread "main" java.io.IOException: Missing root object 
specification in trailer.
 at 
org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
 at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
 at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
 at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
 at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
 at 
org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
 at 
org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
 at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
 at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
 at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)

 

Best Regards,

Elias

  was:
Hey,

I'm currently experiencing this kind of error and I dont have any clue how to 
fix it. Tried it now for a couple of hours, but still no clue how to get rid of 
this error.

I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
process.

Hopefully someone has a clue how I'm able to fix this asap.

 

 

 

Best Regards,

Elias


> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
>  at 
> org.apache.pdfbox.pdfparser.COSParser.parseTrailerValuesDynamically(COSParser.java:2876)
>  at org.apache.pdfbox.pdfparser.PDFParser.initialParse(PDFParser.java:175)
>  at org.apache.pdfbox.pdfparser.PDFParser.parse(PDFParser.java:226)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:1070)
>  at org.apache.pdfbox.pdmodel.PDDocument.load(PDDocument.java:991)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.legacyMergeDocuments(PDFMergerUtility.java:451)
>  at 
> org.apache.pdfbox.multipdf.PDFMergerUtility.mergeDocuments(PDFMergerUtility.java:346)
>  at org.apache.pdfbox.tools.PDFMerger.merge(PDFMerger.java:70)
>  at org.apache.pdfbox.tools.PDFMerger.main(PDFMerger.java:49)
>  at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:81)
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Updated] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)


 [ 
https://issues.apache.org/jira/browse/PDFBOX-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elias Mauer updated PDFBOX-4650:

Description: 
Hey,

I'm currently experiencing this kind of error and I dont have any clue how to 
fix it. Tried it now for a couple of hours, but still no clue how to get rid of 
this error.

I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
process.

Hopefully someone has a clue how I'm able to fix this asap.

 

 

 

Best Regards,

Elias

  was:
Hey,

I'm currently experiencing this kind of error and I dont have any clue how to 
fix it. Tried it now for a couple of hours, but still no clue how to get rid of 
this error.

I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
process.

Hopefully someone has a clue how I'm able to fix this asap.

 

Best Regards,

Elias


> Exception in thread "main" java.io.IOException: Missing root object 
> specification in trailer.
> -
>
> Key: PDFBOX-4650
> URL: https://issues.apache.org/jira/browse/PDFBOX-4650
> Project: PDFBox
>  Issue Type: Bug
>Reporter: Elias Mauer
>Priority: Major
>
> Hey,
> I'm currently experiencing this kind of error and I dont have any clue how to 
> fix it. Tried it now for a couple of hours, but still no clue how to get rid 
> of this error.
> I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
> process.
> Hopefully someone has a clue how I'm able to fix this asap.
>  
>  
>  
> Best Regards,
> Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Created] (PDFBOX-4650) Exception in thread "main" java.io.IOException: Missing root object specification in trailer.

2019-09-12 Thread Elias Mauer (Jira)
Elias Mauer created PDFBOX-4650:
---

 Summary: Exception in thread "main" java.io.IOException: Missing 
root object specification in trailer.
 Key: PDFBOX-4650
 URL: https://issues.apache.org/jira/browse/PDFBOX-4650
 Project: PDFBox
  Issue Type: Bug
Reporter: Elias Mauer


Hey,

I'm currently experiencing this kind of error and I dont have any clue how to 
fix it. Tried it now for a couple of hours, but still no clue how to get rid of 
this error.

I'm using the latest command-line jar of pdfbox (2.0.16) for the merging 
process.

Hopefully someone has a clue how I'm able to fix this asap.

 

Best Regards,

Elias



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Comment Edited] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread wanling (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928260#comment-16928260
 ] 

wanling edited comment on PDFBOX-4648 at 9/12/19 6:34 AM:
--

Thanks for your answer.the adobo.text  has some square, these cann't be 
translated


was (Author: pangwanling):
Thanks for your answ

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread wanling (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928263#comment-16928263
 ] 

wanling commented on PDFBOX-4648:
-

I can export it like yours.but the part words is missing. 511 TM   SLIM CUT 
 is SLM CUT    .511tm is missing  .it is usefull.

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org



[jira] [Commented] (PDFBOX-4648) OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not implemented in PDFBox and will be ignored

2019-09-12 Thread wanling (Jira)


[ 
https://issues.apache.org/jira/browse/PDFBOX-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16928260#comment-16928260
 ] 

wanling commented on PDFBOX-4648:
-

Thanks for your answ

> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
> -
>
> Key: PDFBOX-4648
> URL: https://issues.apache.org/jira/browse/PDFBOX-4648
> Project: PDFBox
>  Issue Type: Improvement
>  Components: Text extraction
>Affects Versions: 2.0.4
>Reporter: wanling
>Priority: Major
> Attachments: 5e214f828f164322a6600f183191dda5-Adobe.txt, 
> 5e214f828f164322a6600f183191dda5-PDFBox.txt, 
> 5e214f828f164322a6600f183191dda5.pdf
>
>
> No PostScript name information is provided for the font Arial-BoldMT
> OpenType Layout tables used in font ABCDEE+Times New Roman,Bold are not 
> implemented in PDFBox and will be ignored
>  No Unicode mapping for CID+47 (47) in font ABCDEE+Times New Roman,Bold
>  
> Adobe is normal but  pdfbox cann't see the _parts  not all_.  OCI cann‘t see 
> it  completely.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org