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
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/
---
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) {