Re: [iText-questions] Copy a image from one PDF to another.

2010-11-05 Thread Patrik Sandberg
ing kind of an efficiency nazi in trying to avoid it anyway. Next to sucking up a PDF from some stream, parsing it, and copying some image data out of it, a couple sqrt()'s is quite trivial. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer D

Re: [iText-questions] Copy a image from one PDF to another.

2010-11-04 Thread Patrik Sandberg
e.net > Subject: Re: [iText-questions] Copy a image from one PDF to another. > > On 4/11/2010 11:13, Patrik Sandberg wrote: > > Hi! > > I'm trying to copy a couple of images from one pdf-document to another. > > > > I've managed to extract the images from the

[iText-questions] Copy a image from one PDF to another.

2010-11-04 Thread Patrik Sandberg
Hi! I'm trying to copy a couple of images from one pdf-document to another. I've managed to extract the images from the source document, however I can't seem to find a couple of attributes I need before I can paste them in my destination document. The code I have to extract the images is: Pd