[iText-questions] Fw: jsp

2003-10-10 Thread Edgar Orozco
  - Original Message - From: Edgar Orozco To: [EMAIL PROTECTED] Sent: Friday, October 10, 2003 7:03 PM Subject: jsp pdf with jsp can be generated Thanks

[iText-questions] problems in IE

2003-10-10 Thread Dayal Murukutla
Hi, I am using IE to create a pdf file and send it as an attachment from a java servlet to the users browser. Everything works great in netscape, but IE prompts the user twice with the open/save file dialog box !   Can anyone tell me how to prevent IE from displaying the open/save dialog box

[iText-questions] How can get the position of the last line?

2003-10-10 Thread Fred Wang
I want to insert images which are generated by jfreechart into itext pdf file. Normally it is fine, but the image can not be displayed when the blank height between the last line and margin is less than the image height. Who can tell me how I can get the space height from the itext?  Thanks

Re: [iText-questions] Table offset in RTFWriter

2003-10-10 Thread Mark Hall
On Friday 10 October 2003 12:17, Benny Pedersen wrote: > Is it possible to make the RTFWriter aware of the offset property in a > table element (see > http://www.lowagie.com/iText/tutorial/ch05.html#tableoffset > ). No. Unfortunately thi

RE: [iText-questions] NPE in PdfReader

2003-10-10 Thread Matt Griffin
Legally, probably not :-\ But here's the header and information for the first page stream: %PDF-1.3 1 0 obj << /Type /Catalog /Pages 2 0 R >> endobj 2 0 obj << /Type /Pages /Count 39 /Kids [4 0 R 7 0 R 10 0 R 13 0 R 16 0 R 19 0 R 22 0 R 25 0 R 28 0 R 31 0 R 34 0 R 37 0 R 40 0 R 43 0 R 46 0 R 49 0

Re: [iText-questions] NPE in PdfReader

2003-10-10 Thread Leonard Rosenthol
At 12:58 PM -0400 10/10/03, Matt Griffin wrote: We've started receiving PDFs that do not use /mediabox intructions. A Page MUST have a MediaBox or it's not a valid PDF page. It is possible that the page takes advantage of inherited properties and iText does not... Can you send a PDF to verify

[iText-questions] NPE in PdfReader

2003-10-10 Thread Matt Griffin
Hi all, I'd first like to say that we replaced a closed source PDF engine with iText about six months ago and have seen smooth sailing since. (Well, until today...) We've started receiving PDFs that do not use /mediabox intructions. These files are just a series of full-page fax decodes. We st

Re: [iText-questions] TIFF to PDF convertion and Annotations

2003-10-10 Thread Leonard Rosenthol
At 5:15 PM +0200 10/10/03, Huttin Pierre wrote: I want to convert some TIFF documents into PDF format, OK - iText can do that. but I want transform my TIFF Annotations into PDF Annotations, anybody have an idea how to do this? The problem here is that "TIFF annotations" aren't a standard part

[iText-questions] Serializable XmlPeer

2003-10-10 Thread Mauricio Alarcon R
Hello, I'm was trying to serialize the data (tag maps) but I noticed that the class XmlPeer is not Serializable, so then I wrapped this class in a serialzable class, now I can save this object to my data base in a blob field and this works fine! The problem is when I recostruct my object (tagma

[iText-questions] TIFF to PDF convertion and Annotations

2003-10-10 Thread Huttin Pierre
Hello, I want to convert some TIFF documents into PDF format, but I want transform my TIFF Annotations into PDF Annotations, anybody have an idea how to do this? I don't find a java library to extract TIFF Annotations Thanks in advance for your responses. Best Regards, --- HUTTIN Pierre OMNI

Re: [iText-questions] Convert Word to PDF using IText

2003-10-10 Thread Leonard Rosenthol
At 6:07 PM +0400 10/10/03, [EMAIL PROTECTED] wrote: I am trying to convert a Word document in PDF using IText in VBDOTNET. iText doesn't support reaading Word files - you'll need some component able to do that such as Winward Reports which uses iText. OR look at high volume conversion systems s

[iText-questions] Convert Word to PDF using IText

2003-10-10 Thread farhad . monodee
I am trying to convert a Word document in PDF using IText in VBDOTNET. I have added the line numbers below for easy reference. I am getting the following error on Line 1 during compilation (An unhandled exception of type 'java.lang.UnsatisfiedLinkError' occurred in vjslib.dll). I am pretty sure I

[iText-questions] Table offset in RTFWriter

2003-10-10 Thread Benny Pedersen
Title: Table offset in RTFWriter When you add a table to a rtf document, a newline is always added before the table. Is it possible to make the RTFWriter aware of the offset property in a table element (see http://www.lowagie.com/iText/tutorial/ch05.html#tableoffset). Regards, Benny Pedersen