Re: [iText-questions] com.lowagie.text.Image Rotation and Extraction

2006-05-11 Thread bruno
Anthony Presley wrote: I am using a combination of PDFBox and iText to extract images from a PDF. Specifically, I am extracting an image from off of a page of an existing PDF, and then shoving the data into a byte array to use in a reporting engine [Jasper Reports] (which generates its own PDF)

[iText-questions] com.lowagie.text.Image Rotation and Extraction

2006-05-10 Thread Anthony Presley
I am using a combination of PDFBox and iText to extract images from a PDF. Specifically, I am extracting an image from off of a page of an existing PDF, and then shoving the data into a byte array to use in a reporting engine [Jasper Reports] (which generates its own PDF). Everything works GREAT