[
https://issues.apache.org/jira/browse/PDFBOX-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246108#comment-15246108
]
Tilman Hausherr commented on PDFBOX-3030:
-----------------------------------------
There's a bit missing in the migration guide
{code}
pdfRenderer.renderImageWithDPI(pageCounter, 300, ImageType.RGB);
{code}
should be
{code}
BufferedImage bim = pdfRenderer.renderImageWithDPI(pageCounter, 300,
ImageType.RGB);
{code}
(Thanks to [~mkl] at http://stackoverflow.com/a/36698864/535646 )
> Enhance documentation for PDFBox 2.0.0
> --------------------------------------
>
> Key: PDFBOX-3030
> URL: https://issues.apache.org/jira/browse/PDFBOX-3030
> Project: PDFBox
> Issue Type: Task
> Components: Documentation
> Affects Versions: 2.0.0
> Reporter: Maruan Sahyoun
> Assignee: Maruan Sahyoun
> Attachments: TGH-16862c48-6b0b-410e-8fc6-b1d9f4418ecc.htm
>
>
> Task to track enhancements to the documentation or website as part of PDFBox
> 2.0.0
> - update javadoc (current as of writing)
> - migration guide
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]