[iText-questions] (no subject)

2002-06-06 Thread mudili venugopal
Hi All, i want help regarding pdf generation. i am developing a reporting module and exporting report to pDf. so, i have decided to use ITEXT library and API of it. In my Application i get the rectangular bounds and i have to draw text at that particular bounds.how is it

[iText-questions] question to Japanese subscribers

2002-06-06 Thread Bruno
Hello, There is a link to iText on this site: http://www.nsg.co.jp/nbb/ss/joy/ig010131.html Unfortunately, iText is referred to as 'PJ' which is a completely different library. Also rugPdf is mentioned. This was the lowlevel basis for iText. It wrote it more than 3 years ago and it was discontin

[iText-questions] Re: BaseFont Problem

2002-06-06 Thread Bruno
Please post your questions to the mailing-list (see CC: address). Puneet Srivastava <[EMAIL PROTECTED]> wrote: > Hi Bruno, > > I am facing a problem with BaseFont class. It is throwing a NullPointer > exception for the following code > > > > public void setPage(float height, float width)

Re: [iText-questions] Page footer using table

2002-06-06 Thread Bruno
Citeren morpheus Smith <[EMAIL PROTECTED]>: > hi all, > my requirement is to have a table a as page footer. > does anybody know how to create a paget footer using > table. > Any help regarding this is greatly appreciated. Don't use the HeaderFooter object for this. It doesn't fit for this purpos

Re: [iText-questions] How to print the total page number on Footer?

2002-06-06 Thread Bruno
Citeren Foo Siang Han <[EMAIL PROTECTED]>: > > Hi Mr. Bruno, >    Thanks a lot for your time in replying my mail. >    However, when I look at your code (Chap1004.java), you predefne define the > total page by using a loop. However, I try to use PdfTemplate with PageEvent, > I have a bit problem

RE: [iText-questions] How to print the total page number on Footer?

2002-06-06 Thread Jose Sandoval
Take a look at this example: http://www.lowagie.com/iText/examples/Chap1201.java Read it carefully and you will understand how to implement what you need...   Check the result: http://www.lowagie.com/iText/examples/Chap1201.pdf AND NOTE, at the bottom "Page M of N" (M and N > 0 and M <= N).  

Re: [iText-questions] How to print the total page number on Footer?

2002-06-06 Thread Foo Siang Han
Hi Mr. Bruno,    Thanks a lot for your time in replying my mail.    However, when I look at your code (Chap1004.java), you predefne define the total page by using a loop. However, I try to use PdfTemplate with PageEvent, I have a bit problem.    OK, I can get the total page number with writer.getP

[iText-questions] PdfPTableEvent

2002-06-06 Thread Wojciech Wisniowski
Hello, I have one problem (in this moment :-). I use PdfPTable.tableLayout(...) method to get an absolute position of all cells in my table. But in addition, I would like to have reference to PdfPcell, not only positions. I need export to external file absolute position od cells and content of ce

[iText-questions] Page footer using table

2002-06-06 Thread morpheus Smith
hi all, my requirement is to have a table a as page footer. does anybody know how to create a paget footer using table. Any help regarding this is greatly appreciated. thanks morpheus __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cu

Re: [iText-questions] How to print the total page number on Footer?

2002-06-06 Thread Bruno
Quoting Foo Siang Han <[EMAIL PROTECTED]>: > > For example if I have total 6 pages in my PDF, how do I print something > like "Page 1 of 6", "Page 2 of 6" and so on at the footer of my document? Is > there any variable or method that we can use in iText? > As far as I am concerned, if I use the

[iText-questions] How to print the total page number on Footer?

2002-06-06 Thread Foo Siang Han
For example if I have total 6 pages in my PDF, how do I print something like "Page 1 of 6", "Page 2 of 6" and so on at the footer of my document? Is there any variable or method that we can use in iText? As far as I am concerned, if I use the LASTPAGE variable in PdfAction class, it would only ret

RE: [iText-questions] First page not landscape bug

2002-06-06 Thread Paulo Soares
You are probably experiencing the problem of page rotation. Although a page may look landscape it can be represented as a protrait rotated 90 degrees or as a page without rotation with the x and y dimensions switched. You can check this with PdfReader.getPageRotation(). Best Regards, Paulo Soares

[iText-questions] First page not landscape bug

2002-06-06 Thread Cyril Rognon
Hi iTexters, I am new to iText. I am using it as a companion to FOP wich is my pdf generator. I have been using it with no trouble at all for 1 month now. recently, I just have dicovered some misfunction : I have posted a bug about this : I use iText to add a text on each page of a PDF. Ever