Re: [iText-questions] Pdfwriter with multiple table Paragrph objects

2002-03-21 Thread Carsten Frewert
On Thu, 21 Mar 2002, [EMAIL PROTECTED] wrote: > eg: If I want to add some paragraph data, one List, few tables in one > single document, it does not work. > > I get > > Error: null Don't get me wrong, but make sure that you call Document.open() before adding any content. Ciao, Carsten

RE: [iText-questions] New release itext-paulo-93

2002-03-21 Thread Paulo Soares
An annotation is far more than just text, a field is a kind of annotation and there are a lot more. This kind of objects require a very good knowledge of the PDF structure specially because I priviledged features instead of ease of use, for now. Annotations are added with PdfWriter.addAnnotation()

RE: [iText-questions] New release itext-paulo-93

2002-03-21 Thread Chen, Donald
Thanks, Paulo. What would be the usage of adding an Annotation on a precise position? is it via PdfContentByte or PdfDocument? Thanks a lot, Don -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 12:29 PM To: [EMAIL PROTECTED] Subject: [iTe

RE: [iText-questions] cb.addOutline() problem, please help.

2002-03-21 Thread Paulo Soares
It seems that the outlines must be placed in order. I'll fix it tomorrow. Best Regards, Paulo Soares > -Original Message- > From: Chen, Donald [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 17:36 > To: 'Paulo Soares'; [EMAIL PROTECTED] > Subject: RE: [iText-questions] c

RE: [iText-questions] cb.addOutline() problem, please help.

2002-03-21 Thread Chen, Donald
Here is an workable java file for testing cb.addOutLines(). By running it, you can see what's going on. Thanks a lot, Don -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:46 AM To: Chen, Donald; [EMAIL PROTECTED] Subject: RE: [iText-que

[iText-questions] New release itext-paulo-93

2002-03-21 Thread Paulo Soares
Changes in itext-paulo-93 (2002-03-21) - added form fields. All the types are supported. Thanks to Phillip Pan for an initial input. I ended up not using his code but I got some good ideas, though. - added new action types. - added new annotation types. Annotations can be plac

RE: [iText-questions] cb.addOutline() problem, please help.

2002-03-21 Thread Paulo Soares
I suspect that your conditional code is buggy and is not adding the outlines. What happens if you use the code: for ( int i = 0; i -Original Message- > From: Chen, Donald [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 21, 2002 16:12 > To: [EMAIL PROTECTED] > Subject: [iT

[iText-questions] cb.addOutline() problem, please help.

2002-03-21 Thread Chen, Donald
Hi, there. I have a problem with PdfContentByte.addOutline(), as following: I created 4 outLines( eg. foo, bar, tar, mono ) with the same parent (Root) without any problem. Then I loop through my objects and put their names as sub-outLines under above metioned 4 outLines, depending on the object

Re: [iText-questions] Pdfwriter with multiple table Paragrph objects

2002-03-21 Thread Bruno Lowagie
Quoting [EMAIL PROTECTED]: > Hello, > > I am facing difficulty in the method document.add when it is called > multiple times in while processing the data. > > eg: If I want to add some paragraph data, one List, few tables in one > single document, it does not work. > > I get > > Error: null

RE: [iText-questions] Saving PDF into File with IE5.5

2002-03-21 Thread Bruno Lowagie
Quoting JOLY Philippe ext DvSI/SIFAC <[EMAIL PROTECTED]>: > I have opened the corrupted PDF file with Wordpad, it begins with : > %PDF-1.2 This is the header of a PDF file, so this is OK I have heard of problems where these characters: > %àáâã were changed into '?'. But this isn't the case. Th

RE: [iText-questions] Saving PDF into File with IE5.5

2002-03-21 Thread JOLY Philippe ext DvSI/SIFAC
I have opened the corrupted PDF file with Wordpad, it begins with : %PDF-1.2 %àáâã 2 0 obj << /BitsPerComponent 8 /ColorSpace /DeviceRGB /Filter /DCTDecode /Height 32 /Length 1774 /Name /img0 /Subtype /Image /Type /XObject /Width 134 >> I do not know PDF file format but it seems corresponding wi

RE: [iText-questions] Image by Photoshop

2002-03-21 Thread Rhys Lewis
Thanks for that - I'll just get it from CVS or wait for a release, we're not in a huge hurry for it at the moment. I don't have a mac, so I can't make the images - does anyone else on the list have one? Rhys -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 20

Re: [iText-questions] Saving PDF into File with IE5.5

2002-03-21 Thread Bruno Lowagie
Quoting JOLY Philippe ext DvSI/SIFAC <[EMAIL PROTECTED]>: > But on IE5.5, if I save the PDF into file. I can not open it with Acrobat > Reader 4, I get a file corrupted error message . Have you tried opening the file in a plain editor? Did it begin with %PDF or did you see some server headers in

[iText-questions] Saving PDF into File with IE5.5

2002-03-21 Thread JOLY Philippe ext DvSI/SIFAC
Hi, First, thank you for this great library ! I use iText (jdk1.1 version) to generate PDF on the fly by servlets. I have followed FAQ instructions about IE and iText (setContentLenght() etc ...) It works fine, and the PDF looks exactly as I want in IE 5.5 and NS 4.7 (on Windows NT 4). On NS4.7

Re: [iText-questions] Printing a pdf document on server side

2002-03-21 Thread David Gilbert
On Thursday 21 March 2002 08:22, [EMAIL PROTECTED] wrote: > Quoting Venkatraman Shenoy <[EMAIL PROTECTED]>: > > I am having a requirement where I have to print a pdf document located on > > the server. This will be a scheduled process and hence no human > > interaction. I plan to create this docum

Re: [iText-questions] Printing a pdf document on server side

2002-03-21 Thread bruno
Quoting Venkatraman Shenoy <[EMAIL PROTECTED]>: > Hi, > I am having a requirement where I have to print a pdf document located on the > server. This will be a scheduled process and hence no human interaction. I > plan to create this document using IText. You can create the PDF with iText, but to