RE: [iText-questions] PdfPTable

2004-01-30 Thread Paulo Soares
Title: RE: [iText-questions] PdfPTable Render it to a template, make an image out of it and create a Chunk with that image. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Ujjwala Kadam Sent:   Wednesday, January 28,

[iText-questions] How can isert a global summary??

2004-01-30 Thread Davide Mustaro
I didn't find any method to write a summary? Could someome suggest the best way to do that? Thanks --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse a

Re: [iText-questions] Multiple requests to Server from IE for dynamic PDF from iText

2004-01-30 Thread Bruno
Quoting [EMAIL PROTECTED]: > > Hi, > > I am using iText PDF library to generate dynamic PDF using Java Stored > Procedure which called by > Java Script. The browser I am using is IE 6.0. I found that for every > single request, I get minimum 2 requests > always to my server.This is resulting in

Re: [iText-questions] Problems opening PDF's

2004-01-30 Thread Mike Brockington
Thanks for all the suggestions. I should have mentioned the first time that both of the servers in question can serve up 'regular' PDFs without much trouble, and I can usually open PDFs in both of my browsers without issue. However when I got onto another machine I was able to open my test PDF wi

[iText-questions] Disregard, just testing

2004-01-30 Thread Paulo Soares
Title: Disregard, just testing Just testing

[iText-questions] problem with concat pdf files into a LEGAL size document

2004-01-30 Thread Rémi Guilbert
Title: RE: [iText-questions] problem with concat pdf files into a LEGAL size document Hi, I not sure to understand.  I want to different concat pdf files into a LEGAL document.  Do you mean to use PdfCopy inside concatPDF method ?  I don't know witch method of PdfCopy you want that I use.  Co

[iText-questions] pdf forms - itext newbie

2004-01-30 Thread webguy
Hi, iText newbie for about 20 minutes :-) be kind. If I have a pdf form with one field called "myfield" and I have a hashmap like so Map myMap = new HashMap(); myMap.put( "myfield", "Web Guy" ); myMap.put( "address", "1 Main St." ); and I want to loop over my hashmap and fill th

[iText-questions] Re: collections.zip

2004-01-30 Thread Bruno Lowagie
Elizabeth Mertz Castelli wrote: I'm having an awful time finding the collections.zip file neede for JDK 1.1 support. Please help. The file is no longer available for download from Sun Java site as referenced on so many pages, including Paulos. I'm under the gun to produce a proof-of-concep

[iText-questions] Another test, disregard

2004-01-30 Thread Paulo Soares
testing __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Develo

RE: [iText-questions] problem with concat pdf files into a LEGAL size document

2004-01-30 Thread Paulo Soares
Title: RE: [iText-questions] problem with concat pdf files into a LEGAL size document Use PdfCopy. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Rémi Guilbert Sent:   Wednesday, January 28, 2004 19:49 To: itext

RE: [iText-questions] getRowHeight()

2004-01-30 Thread Paulo Soares
Title: RE: [iText-questions] getRowHeight() You must call setTotalWidht() first. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Turetsky, Seth Sent:   Wednesday, January 28, 2004 21:14 To: [EMAIL PROTECTED] Sub

RE: [iText-questions] edit a pdf

2004-01-30 Thread Paulo Soares
Title: RE: [iText-questions] edit a pdf Use PdfStamper. See the example stamped.java in itextpdf.sf.net. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Rhodri Davies Sent:   Wednesday, January 28, 2004 19:06 To:   

[iText-questions] landscape and portrait in the same rtf file

2004-01-30 Thread Adrian
hello. is it possible to have landscape and portrait formatted pages in a rtf file? when i try this with itext the whole document is formatted with the last document size i set. one other question: does any body have a more complete documentation how to create rtf documents with itext. i'm trying

[iText-questions] PDF Reader

2004-01-30 Thread LakshmiMaturu
Hi, I have down loaded itext-paulo-jdk1.1-127.jar file to read pdf files. When I try to compile the Chap13_pdfreader.java which is provided in examples I am getting the following errors. Chap13_pdfreader.java:22: Package com.lowagie.text not found in import. import com.lowagie.text.*; ^ Chap

[iText-questions] indenting text

2004-01-30 Thread Turetsky, Seth
Is there a way to have all lines(other than the first) indent? I'm currently using paragraphs and adding them to cells of a PdfPTable     thanks, seth == This message is for the sole use of the intended recipient. If

[iText-questions] Enhanced generic tag

2004-01-30 Thread Kim
The chapter and section objects have behavior that interfered with the formatting of my document, so I attempted to use the generic tag feature. I ran into a limitation in the generic tag in that there was no way to determine the level of the tag in the onGenericTag event handler. So I crea

Re: [iText-questions] Multiple requests to Server from IE for dynamic PDF from iText

2004-01-30 Thread Steve Appling
See http://www.hanselman.com/blog/CommentView.aspx?guid=453 and MS knowledgebase article http://support.microsoft.com/default.aspx?scid=kb;en-us;293792 The fix they suggest in the knowledgebase (using an object tag so the browser doesn't have to determine which plugin to use) seems to work fine.

[iText-questions] collections.zip

2004-01-30 Thread Elizabeth Mertz Castelli
I'm having an awful time finding the collections.zip file neede for JDK 1.1 support. Please help. The file is no longer available for download from Sun Java site as referenced on so many pages, including Paulos. I'm under the gun to produce a proof-of-concept for use of iText in a JDK 1.1