Hi,
Thank you for your mail.

i have to generate one pdf which will consists of  header logo,body and
footer logo with border.

Header logo- consists of  polygon image with text in diffrent formats.
Body - Consists some text with Table
Footer Logo - Consists some images with text.

For generating images am using graphics2d api and for text am using
paragraphs & chunk api.

Can you please suggest me is it proper way to construct pdf file??

i have some other questions also.

Border- Is there is any method  to draw border to page directly.

Strict to one page in PDF file - Can we restrict page to only one in
genrating of pdf file.


Thanks in advance..

Regards,
PRk




On Wed, Apr 8, 2009 at 11:50 AM, 1T3XT info <[email protected]> wrote:

> ravikanth pratti wrote:
> > Hi,
> > i have drawn one polygon on top left corner side using graphics2d api.
>
> Using standard Java methods.
>
> > i
> > need to display some text in that polygon.
>
> There's a standard Java method to do that: drawString();
>
> > i have done using paragraph class.but still am facing problems .
>
> The Paragraph is specific for iText. Why are you mixing standard Java
> methods with iText classes? Why don't you stick to Graphics2D methods?
>
> > i have installed some specific font(type- opentype) required by my
> > apllication.how can i select that specific font type.
>
> You have to use the font mapper as described in the documentation.
> --
> This answer is provided by 1T3XT BVBA
> http://www.1t3xt.com/ - http://www.1t3xt.info
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
>
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to