RE: [iText-questions] Far cry for help with JPEG in PDF

2006-05-05 Thread Paulo Soares
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

RE: [iText-questions] Far cry for help with JPEG in PDF

2006-05-04 Thread Petter Nyström
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

RE: [iText-questions] Far cry for help with JPEG in PDF

2006-04-27 Thread Leonard Rosenthol
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,

RE: [iText-questions] Far cry for help with JPEG in PDF

2006-04-27 Thread Paulo Soares
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 > >

RE: [iText-questions] Far cry for help with JPEG in PDF

2006-04-27 Thread Petter Nyström
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

RE: [iText-questions] Far cry for help with JPEG in PDF

2006-04-17 Thread Paulo Soares
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

Re: [iText-questions] Far cry for help with JPEG in PDF

2006-04-17 Thread Petter Nyström
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

[iText-questions] Far cry for help with JPEG in PDF

2006-04-16 Thread Petter Nyström
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