[iText-questions] Generate PDF, send it to the server and add a Background Image on each page...is this possible with iText ???

2006-06-02 Thread Andreas Schmidt
Hi, >From what I read it is impossible to add more content to a PDF with iText once it is "created"/"closed" ? What I want to do: The user can create pdfs and sends them to a server. (i have done everything to that point). On every page of the pdf there is a background-image (in the layer given

Re: [iText-questions] Nutze PDFGraphics2D um PDFs zu erzeugen - max. dpi einstellbar ???

2006-06-02 Thread Andreas Schmidt
2006/6/2, bruno <[EMAIL PROTECTED]>: Andreas Schmidt wrote:> I guess that I want to create my PDFs with PDFGraphics2D is clear.No, it isn't clear why you want to use PdfGraphics2D.If you are the so called 'John Smith' from news://comp.text.pdf you have an existing PDF document with images, I can't

Re: [iText-questions] Side by Side Tables

2006-06-02 Thread Paulo Soares
Create a table with two columns and put the other tables inside. Use PdfPTable. Paulo - Original Message - From: "Daren Scott" <[EMAIL PROTECTED]> To: Sent: Friday, June 02, 2006 9:02 PM Subject: [iText-questions] Side by Side Tables What is the simplest way to display 2 tables sid

Re: [iText-questions] Curious problem with generating pdf, xml to pdf

2006-06-02 Thread Paulo Soares
I think that the CVS has a fix for that. Paulo - Original Message - From: "Nicolas Poirier" <[EMAIL PROTECTED]> To: Sent: Friday, June 02, 2006 3:14 PM Subject: [iText-questions] Curious problem with generating pdf, xml to pdf > Hello all, > > > I have 2 table in my xml > > > Table 1

Re: [iText-questions] Minor DocumentException complaint

2006-06-02 Thread Paulo Soares
I agree with you and that's one of the things that I like in C#. Unfortunately it's too late to change it although in the newer stuff either an IOException is thrown or it's wraped in an ExceptionConverter. Paulo - Original Message - From: "Anders Rundgren" <[EMAIL PROTECTED]> To: Sen

Re: [iText-questions] Header/Footer/Table interactions

2006-06-02 Thread Bill Zwicky
bruno lowagie.com> writes: > OK, if you need to create PDF and RTF using the same code, then you need > class Table or SimpleTable. Ok, but what about the bugs? The problems demonstrated by my posted sample are now showing up in the production reports. -Bill __

[iText-questions] Minor DocumentException complaint

2006-06-02 Thread Anders Rundgren
P&B As a designer of libraries for usage in Java Servlets I have come to the conclusion that deriving exceptions from the "Exception" class only leads to complexities both for direct usage in Servlets or for embedment in other libraries. Due to this I have reverted to deriving "my own" exceptio

[iText-questions] Side by Side Tables

2006-06-02 Thread Daren Scott
  What is the simplest way to display 2 tables side by side on a page. i.e. on one page I want one table next to another horizontally. Do I need to use absolute placement?   Regards     ___ iText-questions mailing list iText-questions@l

[iText-questions] Curious problem with generating pdf, xml to pdf

2006-06-02 Thread Nicolas Poirier
Hello all,I have 2 table in my xml Table 1Table2My problem is the pdf: the first table and text are perfect but in the second table, the table is correct but text is shifted to the bottom of 4-5 centimeters, in some examples the text is in the bottom of page over the number of page ...The first tab

[iText-questions] curious problem to generate PDF, xml to pdf

2006-06-02 Thread Nicolas Poirier
Hello all,I have 2 table in my xml Table 1Table2The first table (header + data)The Header Nom Service Etablis. Commune DPT Tel Specialite Inv. Rep. Prev/Val/Reel MontantOnel Row TROUVE THUET MARIE HELENE ARRAS Rhumatologie A INV Oui 0 /1 /0 0.0 null null null Tel : null ZVM-10101 approx 30 rows in

Re: [iText-questions] reading the font properties of a pdf file pagewise

2006-06-02 Thread bruno
poongothai wrote: >hi, >can any one provide me a sample code to read a pdf file page by page and >display its font properties using itext > Posting the same question over and over again will not give you an answer more quickly. We just don't know where to start answering your question (without w

Re: [iText-questions] Converting word comments to PDF Comments

2006-06-02 Thread Bill Ensley
That is a question better suited to a Word mailing list. Specifically the POI ? If that is what you are using. -Bill Ensley Bear Printing P.S. No, I don't know much about the internals of POI, I just know it exists and somewhat works. -Original Message- From: [EMAIL PROTECTED] [mailto:

[iText-questions] reading the font properties of a pdf file pagewise

2006-06-02 Thread poongothai
hi, can any one provide me a sample code to read a pdf file page by page and display its font properties using itext ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-quest

Re: [iText-questions] Converting word comments to PDF Comments

2006-06-02 Thread Aloizio Pereira da Silva
I implemented a class in Java the ready a Word Document. I am using getComments() method but any comments are returned. What is happing? The word document has a comment. SummaryInformation si; si = (SummaryInformation)PropertySetFactory.create(event.getStream()); String comments = si.getComments

Re: [iText-questions] Get page and coordinates

2006-06-02 Thread Eliasen Jan
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paulo SoaresSent: 2. juni 2006 13:16To: Post all your questions about iText hereSubject: Re: [iText-questions] Get page and coordinates  >  AcroFields.GetFieldPositions(). Right under my nose... Thanks.   -- Eliasen Jr. _

Re: [iText-questions] Nutze PDFGraphics2D um PDFs zu erzeugen - max. dpi einstellbar ???

2006-06-02 Thread bruno
Andreas Schmidt wrote: > I guess that I want to create my PDFs with PDFGraphics2D is clear. No, it isn't clear why you want to use PdfGraphics2D. If you are the so called 'John Smith' from news://comp.text.pdf you have an existing PDF document with images, I can't understand what this has to do w

Re: [iText-questions] Nutze PDFGraphics2D um PDFs zu erzeugen - max. dpi einstellbar ???

2006-06-02 Thread Andreas Schmidt
Sorry for not asking in english - normally I am in a german java-forum.Well here is what I wanted in english: I guess that I want to create my PDFs with PDFGraphics2D is clear. I am basically using this g2d-Graphics2D-Object to paint Text and Images on it. Well, let's say in the pdf there is an ima

Re: [iText-questions] Get page and coordinates

2006-06-02 Thread Paulo Soares
AcroFields.GetFieldPositions().   Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eliasen JanSent: Thursday, June 01, 2006 2:35 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Get page and coordinates Hi   I have been

[iText-questions] font properties

2006-06-02 Thread selvi
Hi, how can i print the font used in a pdf file and its properties page wise.help me by providing a sample code. Thanks and Regards K.Selvi ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/

Re: [iText-questions] multiline from fields filling ..

2006-06-02 Thread Paulo Soares
Escape with "\n", "\r" or "\r\n".   Paulo From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny TrieuSent: Thursday, June 01, 2006 10:41 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] multiline from fields filling .. Hi,  

Re: [iText-questions] Odd exception

2006-06-02 Thread Paulo Soares
It may be a load problem. You may also try another JVM and see if the problem goes away. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Amir > Sent: Friday, June 02, 2006 5:06 AM > To: iText-questions@lists.sourceforge.net > Subject: [iT

[iText-questions] font properties page by page

2006-06-02 Thread selvi
Hi, how can i get the font used in a pdf file and its properties page wise.help me by providing a sample code. Thanks and Regards K.Selvi ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net

Re: [iText-questions] convertion from cals xml to indesign-compliant xml(xml to xml)

2006-06-02 Thread bruno
franklinclinton wrote: >It is very very very urgent.Please help me.I have to submit tomorrow(June >2,2006) > Sorry, but the question is completely off-topic. br, Bruno ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://list

[iText-questions] convertion from cals xml to indesign-compliant xml(xml to xml)

2006-06-02 Thread franklinclinton
Friend, If anybody knows how to convert cals table into indesign table using xsl please help me. Ex:Cals xml Table 3 Antidepressants

Re: [iText-questions] Create Multiple Page Document from an AcroForm

2006-06-02 Thread bruno
Abhishek Srivastava wrote: > My user will be give me a PDF Document which will be an Acroform. It > contains one page with a background image and a few text fields in it. > > > > At runtime, I want to generate a document with many pages. Each page > will have the same Acroform but the fields

[iText-questions] Create Multiple Page Document from an AcroForm

2006-06-02 Thread Abhishek Srivastava
My user will be give me a PDF Document which will be an Acroform.  It contains one page with a background image and a few text fields in it.   At runtime, I want to generate a document with many pages. Each page will have the same Acroform but the fields will be filled with different valu

Re: [iText-questions] Keeping things together

2006-06-02 Thread Michael Caletka
Now it works, looks pretty and fine - many thanks!The hint, that one has to discard the ColumnText used for testing with the go-method, and create a new one for putting the contents finally in, is MOST ESSENTIAL! It is most important and should be mentioned first thing, in order to avoid such ugly

[iText-questions] multiline from fields filling ..

2006-06-02 Thread Danny Trieu
Hi,   How do I fill form fields that is multiline? I can’t just escape with ‘\n’ or ‘\r\n’  right?   --danny ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-quest

[iText-questions] Converting from a String object of HTML content to PDF

2006-06-02 Thread Mazhar Shaikh
Dear Users,   I am trying to convert a String object having HTML content to PDF document. But the code throws an exception saying   DocumentException: java.lang.IndexOutOfBoundsException: Index: 7, Size: 7   Here is my code….     String htmlOP = “”; // Some html content