I have a pdf document that has a white background with black text. It
appears after I make the call to convertToImage the colors are reversed. A
black background with white text
pdDocument = PDDocument.load(new ByteArrayInputStream(aContent));
List<PDPage> documentPageList = pdDocument.getDocumentCatalog
().getAllPages();
for(int i=0; i<documentPageList.size(); ++i){
PDPage aPage = documentPageList.get(i);
for (int x=1; x < 14; x++) {
BufferedImage tempImage = convertToImage(x, (2 * 72),aPage);
ImageIO.write(tempImage,"jpeg", new File("c:\\tmp\\page-" +
x + ".jpeg"));
}
}
Here is the original
(See attached file: verification.pdf)
And the converted
(See attached file: page-8.jpeg)
________________________________________________________________________________________________
Scott Tyriver § Systems Development § Mortgage Guaranty Insurance Corporation
250 East Kilbourn Avenue § Milwaukee WI 53202 § ( 414.347.6803 § 7
414.347.6710 § *
[email protected]
This message is intended for use only by the person(s) addressed above and
may contain privileged and confidential information. Disclosure or use of
this message by any other person is strictly prohibited. If this message is
received in error, please notify the sender immediately and delete this
message.