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 2019/10/22 19:07:00 UTC

[jira] [Commented] (PDFBOX-4672) Draws the attachment image to the PDF document, and the image displays as a black block

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

Tilman Hausherr commented on PDFBOX-4672:
-----------------------------------------

This is not a PNG, this is a GIF image. I suspect that the transparency is somehow "lost".

> Draws the attachment image to the PDF document, and the image displays as a black block
> ---------------------------------------------------------------------------------------
>
>                 Key: PDFBOX-4672
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4672
>             Project: PDFBox
>          Issue Type: Bug
>            Reporter: bai yuan
>            Priority: Major
>         Attachments: ImageTest.zip, image1.png
>
>
> [^ImageTest.zip]!image1.png!
> {code:java}
>  pdImage = PDImageXObject.createFromFile("Resources\\image1.png", doc);
>  PDPageContentStream contents = new PDPageContentStream(doc, page);
>  contents.drawImage(pdImage, 100, 100);
> {code}



--
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