Working on it...
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Petter Nyström
> Sent: Thursday, May 04, 2006 4:46 PM
> To: itext-questions@lists.sourceforge.net
> Subject: RE: [iText-questions] Far cry for
o say that your efforts are
noticed and greatly appreciated! =) D.S.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Petter Nyström
Sent: Monday, April 17, 2006 1:14 PM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Far cry for he
At 07:15 AM 4/27/2006, Petter Nyström wrote:
If I am not to mess with the PRStream but
instead make a new PdfStream, my problem
revolves around how to set up the new PdfStream
in a manner so it has all the properties of the
old one. I can copy the PdfDictionary values easily enough,
il 27, 2006 12:15 PM
> To: itext-questions@lists.sourceforge.net
> Subject: RE: [iText-questions] Far cry for help with JPEG in PDF
>
> On Mon, 17 Apr 2006, Paulo Soares wrote:
>
> > You shouldn't be messing with PRStream. Create a new
> PdfStream with the
> >
greatly appreciated! =) D.S.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Petter Nyström
Sent: Monday, April 17, 2006 1:14 PM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] Far cry for help with JPEG in PDF
It seems my problem is
ED] On
> Behalf Of Petter Nyström
> Sent: Monday, April 17, 2006 1:14 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] Far cry for help with JPEG in PDF
>
> It seems my problem is indeed with that setData() uses some sort of
> compression filter
It seems my problem is indeed with that setData() uses some sort of
compression filter on the data, which is not desirable when dealing with
JPEG. I added a simple method setDataRaw() in
com/lowagie/text/pdf/PRStream.java like this:
public void setDataRaw (byte[] data)
{
this.o
Good evening list!
This problem might not have anything to do with Itext as such. It's mostly
a cry out to see if anyone on this list have an idea for a solution to my
problem. I hope that is okay.
My problem then, is this: I extract images from PDF documents using Itext.
Sometimes, this is