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

Tilman Hausherr edited comment on PDFBOX-5038 at 12/10/20, 10:26 AM:
---------------------------------------------------------------------

Please retry with a snapshot:
https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/2.0.22-SNAPSHOT/

Your problem is real and I could reproduce it with the earlier versions, but 
has been fixed in PDFBOX-4949. Next version is planned for around Christmas.


was (Author: tilman):
Please retry with a snapshot:
https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/2.0.22-SNAPSHOT/

Your problem is real and I could reproduce it with the earlier versions, but it 
appears to have been fixed in the upcoming version (around Christmas).

> Issue on PDF rendering
> ----------------------
>
>                 Key: PDFBOX-5038
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-5038
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 2.0.21
>            Reporter: Marco Barbi
>            Priority: Major
>         Attachments: Minetti Rivenditori_NMXRVSOBBNSMGWA_1607079664791.pdf, 
> page-0.png
>
>
> Applying PDFRenderer to the attached PDF file:
>  
> {{PDFRenderer pdfRenderer = new PDFRenderer(...);}}{{BufferedImage bim = 
> pdfRenderer.renderImageWithDPI(0, 200, ImageType.RGB);}}
>  
> the produced image file is not complete, most of the text is missing.
> The execution environment is jdk 1.8.0_60 with the following Maven 
> dependencies:
>  <dependency>
>   <groupId>org.apache.pdfbox</groupId>
>   <artifactId>pdfbox</artifactId>
>   <version>2.0.21</version>
>  </dependency>
>  <dependency>
>   <groupId>org.apache.pdfbox</groupId>
>   <artifactId>pdfbox-tools</artifactId>
>   <version>2.0.21</version>
>  </dependency>
> <dependency>
>   <groupId>org.apache.pdfbox</groupId>
>   <artifactId>jbig2-imageio</artifactId>
>   <version>3.0.2</version>
>  </dependency>
>  <dependency>
>   <groupId>com.github.jai-imageio</groupId>
>   <artifactId>jai-imageio-core</artifactId>
>   <version>1.3.1</version>
>  </dependency>
>  <dependency>
>   <groupId>com.github.jai-imageio</groupId>
>   <artifactId>jai-imageio-jpeg2000</artifactId>
>   <version>1.3.0</version>
>  </dependency>
>  <dependency>
>   <groupId>com.twelvemonkeys.imageio</groupId>
>   <artifactId>imageio-jpeg</artifactId>
>   <version>3.6</version>
>  </dependency>
>  
> Is there a way to addess this correctly?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to