> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, September 02, 2003 7:29
> To:   [EMAIL PROTECTED]
> Subject:      [iText-questions] iText -- text positioning for accurate
> report formatting
> 
> Hello!
> 
> I am using IText to get formatted reports which are eventually sent to a
> form-feed printer. Since the forms are pre-printed, formatting to the
> exact pixel is crucial. I couldnt find a way to adjust the cell sizes of
> the tables finely. IS there a workaround to using tables so that the text
> strings be positioned directly on the pdf? Secondly, I could not save the
> 
        PdfPTable has a precise behavior and can be set to render as needed
but if you need pixel precision is probably easier to place the text
directly with PdfContentByte. The choice depends on what kind of text, font
and style mixing, images, etc that you need to place on the form.

        Best Regards,
        Paulo Soares

> created pdf file relative to my application(i use tomcat) using
> FileOutputStream .. something like PdfWriter.getInstance(document, new
> FileOutputStream("/my_app/report.pdf")); any suggestions? Thanx in advance
> (especially to Mr. Soares for taking out time to answer all queries.)
> 
> Regards,
> Sagar K.
> 
> 
> -----------------------------------------
> This email was sent using DACafeMail.
> Get Your FREE 50 MB eMail Account Now.
> http://www10.dcccafe.com/cafe_mail/emailreg.php
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to