Re: [iText-questions] getting images from pdf

2012-05-15 Thread Amedee Van Gasse
On Tue, May 15, 2012 08:05, cccp14 wrote: > p.s. i wrote one mail already to this list, but after registration i cant > find it so i write this one again. You sent your mail to Nabble. Don't do that. Nabble is just a read-only proxy. You have to send your mails to the *real* mailing list. Bruno

Re: [iText-questions] getting images from pdf

2012-05-14 Thread 1T3XT BVBA
On 15/05/2012 8:05, cccp14 wrote: > Optionaly, i would like to know if there is a way to extract the pages of > pdf as images, ignoring the original image organisation in the document. You need another product for that. Try JPedal: http://www.jpedal.org/ ---

[iText-questions] Getting images

2008-07-08 Thread Nhia Nhia
Hello, I have a problem with extracting an image from a pdf and add this image to another document (it appears nothing in the output document). I use the following code: ... PdfDictionary xos = (PdfDictionary)reader.getPdfObject(resource.get(PdfName.XOBJECT)); if (xos == null) {