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
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
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)
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
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
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).
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
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
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
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
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
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
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
13 matches
Mail list logo