HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › PDF output does not render images correctly › Re: Re: PDF output does not render images correctly
April 25, 2011 at 06:22
#28494
Hi Team,
I have tried to increase the pixel size of image. By using below code.
BufferedImage img = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
img.getRaster().setPixels(0, 0, width, height, pixels);
But i am not able to crease the pixel size.
Could you please suggest me on this?
Thanks,
Sada. B