Re: [iText-questions] Error reading TIFF Image

2010-08-25 Thread 1T3XT info
On 24/08/2010 21:53, Adam Mork wrote: > which may be why it is failing, but i might be wrong. Let us know if you find a fix for this, and we'll consider your fix for a next release. For now, the issue is closed. -- Sell

Re: [iText-questions] Error reading TIFF Image

2010-08-25 Thread Gerold Krommer
On the other hand if you open a TIFF with a text editor, the first two bytes are either 'II' or 'MM'. This is to indicate if the bytes are to be read in Intel (little Endian) or Motorola (big Endian) format. To be nitpicking for a change: TIFF is a file format, JPEG is a name for a collecti

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread mkl
Adam, Adam Mork wrote: > Hi Illiadis, > > So you and mkl are definitely right, the files I were pointing to show up > as JPEG when I open them in notepad, but that is because google sites is > converting them when I upload them. If I look at the original files in > notepad, they do not appear to

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread Adam Mork
er valid (1T3XT info) > 4. Every text in Hebrew not written to the pdf.How can I create > pdf with Hebrew text? (yaf...@harel-ins.co.il) > > > -- > > Message: 1 > Date: Tue, 24 Aug 2010 00:30:19 -06

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread Iliadis Yannis
ese rights are no longer valid (1T3XT info) > 4. Every text in Hebrew not written to the pdf.How can I create > pdf with Hebrew text? (yaf...@harel-ins.co.il) > > > ------------------ > > Message: 1 > Date: Tue,

Re: [iText-questions] Error reading TIFF Image

2010-08-24 Thread Adam Mork
Hebrew not written to the pdf.How can I create pdf with Hebrew text? (yaf...@harel-ins.co.il) -- Message: 1 Date: Tue, 24 Aug 2010 00:30:19 -0600 From: Adam Mork Subject: Re: [iText-questions] Error reading TIFF I

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread mkl
Adam, adamm_wr wrote: > I uploaded the other tiff file I created using an image editing program. > Here is the link. > > https://sites.google.com/site/windwardapps/xml/test.tiff > > If you could take a look I would greatly appreciate it. This image also is a JPEG, not a TIFF image. Regards,

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
his works too: XmlWriterSettings settings = new XmlWriterSettings(); settings.NewLineHandling = NewLineHandling.Entitize; settings.OmitXmlDeclaration = true; XmlWriter xw = XmlWriter.Create(fout, settings); ... -- Message: 5 Date: Mon, 23 Aug 2010 22:07:16 -0700 (PDT) From: mkl Subject: Re: [

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread wasegraves
iText-questions] Error reading TIFF Image Hi, I get this error when trying to read a TIFF Image, is anyone familiar with this exception and how to fix the image files ? Here is a link to the image - http://sites.google.com/site/windwardapps/xml/Fidelity.tif Exception: Source array type cannot

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread mkl
Adam, adamm_wr wrote: > I tried the same thing using an image I exported from a image editing > program, and i get the same error. In that case, please post that new example file. Regards, Michael. PS: Quoting the whole digest mail isn't exactly necessary... -- View this message in context:

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
r with existing stream (leparachute) -- Message: 1 Date: Mon, 23 Aug 2010 06:26:35 -0700 (PDT) From: mkl Subject: Re: [iText-questions] Error reading TIFF Image To: itext-questions@lists.sourceforge.net Message-ID: <1282569995877-2335102.

Re: [iText-questions] Error reading TIFF Image

2010-08-23 Thread mkl
Adam, are you sure you actually have a TIFF image? When I download your file, I get an image in jpg format. Regards, Michael. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Error-reading-TIFF-Image-tp2335081p2335102.html Sent from the iText - General mailing list

[iText-questions] Error reading TIFF Image

2010-08-23 Thread Adam Mork
Hi, I get this error when trying to read a TIFF Image, is anyone familiar with this exception and how to fix the image files ? Here is a link to the image - http://sites.google.com/site/windwardapps/xml/Fidelity.tif Exception: Source array type cannot be assigned to destination array type.