| Author |
how to rotate an image with itext
|
Stan F Smith
Greenhorn
Joined: Jun 28, 2011
Posts: 20
|
|
Hello,
I am trying to rotate an image on a pdf, when I do the image does not appear. If I remove the line:
It is stamoed on the pdf.
Can someone please help me with this.
Here is the method that does it:
import com.lowagie.text.Image;
import com.lowagie.text.pdf.PdfContentByte;
I am using the lowagie library to do this. I then send this ByteArrayInputStream to PDFBox for printing.
Thanks again
|
 |
 |
|
|
subject: how to rotate an image with itext
|
|
|