You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (Jira)" <ji...@apache.org> on 2020/12/10 10:27:00 UTC

[jira] [Closed] (PDFBOX-5038) Issue on PDF rendering

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

Tilman Hausherr closed PDFBOX-5038.
-----------------------------------
    Resolution: Duplicate

> 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: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org