bai yuan created PDFBOX-4672:
--------------------------------

             Summary: 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
         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to