RE: [iText-questions] get heigth row

2002-10-28 Thread Ashishb
Row height can be calculated by calculating the height for the text...for a given font and font size. Step 1. Create a basefont object for the font Step 2. Calculated the heightPoint by adding the ASCENT and DESCENT values of base font for a font size. heightPoint =

[iText-questions] Regarding zoom position

2002-10-28 Thread anshul patni
Hello iText Users, I would like to have some help from you all, I am trying to display a jpeg image file in pdf file.But, when the image is too large, the pdf is showing the image with very less zoom say for ex. like 12% or so. I would like to display everything in pdf in 100% zoom factor. How

Re: [iText-questions] Flash and PDF

2002-10-28 Thread Leonard Rosenthol
At 2:30 AM -0500 10/28/02, SATHISH Sreedharan wrote: Have any one tried integrating a Macromedia Flash object and PDF. In what way? I have a HTML page that has a Flash embedded as an object.How do i get this displayed as a PDF?? So you want to convert a Flash animation to a PDF? Or

RE: [iText-questions] Flash and PDF

2002-10-28 Thread Paulo Soares
You can't put Flash in a PDF. You can convert it to MOV and then insert it into the PDF. Currently iText has no support for it. Best Regards, Paulo Soares -Original Message- From: SATHISH Sreedharan [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 7:30 To: '[EMAIL

RE: [iText-questions] Regarding zoom position

2002-10-28 Thread Paulo Soares
Use PdfWriter.setOpenAction(). You can have any destination and zoom level. Best Regards, Paulo Soares -Original Message- From: anshul patni [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 8:27 To: [EMAIL PROTECTED] Subject: [iText-questions] Regarding zoom position

[iText-questions] Tabs suggestions wanted

2002-10-28 Thread Paulo Soares
I'm adding tab support to iText and I'm thinking of having the same functionality as in Word: - alignment left, right, centre, decimal (or other character) - several leaders (.-_) - arbitrary tab stop positions Is this enough or something else is required? Best Regards, Paulo Soares

Re: [iText-questions] Tabs suggestions wanted

2002-10-28 Thread Kyrill Alyoshin
You are the man! k.a. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED]

Re: [iText-questions] Tabs suggestions wanted

2002-10-28 Thread Leonard Rosenthol
At 2:16 PM + 10/28/02, Paulo Soares wrote: I'm adding tab support to iText and I'm thinking of having the same functionality as in Word: Just remember that tabs are handled differently when dealing with RTL text, than they are with LTR - and then trying to lay out a line of mixed

RE: [iText-questions] get heigth row

2002-10-28 Thread Paulo Soares
The row height can be whatever you want. What precisely do you want to do? Are you talking about Paragraph, Table or PdfPTable? Best Regards, Paulo Soares -Original Message- From: igor [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 7:28 To: [EMAIL PROTECTED] Subject:

RE: [iText-questions] Tabs suggestions wanted

2002-10-28 Thread Paulo Soares
My first tab implementation won't support bidi. I'll then see if I've the guts to do a second implementation... Best Regards, Paulo Soares -Original Message- From: Leonard Rosenthol [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 15:42 To: Paulo Soares; '[EMAIL PROTECTED]'

[iText-questions] Java2D connection

2002-10-28 Thread Beukelman, Ken
We currently generate graphical reports using Java2D. We would like to generate PDFs from our current code by using it to drive the generation of a PDF. In order to try this, I generated a test method from the example code in Chapter 10 of the tutorial. I call this method from a servlet:

RE: [iText-questions] Java2D connection

2002-10-28 Thread Paulo Soares
Works for me. Here's the result with the last iText version. Best Regards, Paulo Soares tg2.zip -Original Message- From: Beukelman, Ken [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 28, 2002 17:14 To: '[EMAIL PROTECTED]' Cc: Taylor, Deborah Subject: [iText-questions]

[iText-questions] Problem embedding fonts

2002-10-28 Thread Jianhua Jin
I attempted to embed fonts as follows (all fonts are ttf files from Winnt/fonts in Windows. the font used was ariblk.ttf, Arial black). But I get an error from Acrobat Reader Unable to extract embeded font 'CBDCEE+ariblk.ttf'. Some chatracter may not display or print correctly. Where did I do

[iText-questions] tiff2pdf using iText

2002-10-28 Thread Damien Collis (NSW)
Title: tiff2pdf using iText I have a tiff file that I cannot get imported into an itext PDF. I have read the similar listing by 'Padmanabhan, Shobana', read through the discussions on the 'JAI-INTEREST archives' and tried converting the image (every which way) using JAI to 8bit, argb

[iText-questions] Formating of Cells in a nested table.

2002-10-28 Thread Tony S
I've been having a problem for very long time. Whenever I nest tables (Table class) the Cell Padding and Vertical Alignment of cells do not work. I have not tried PDFtables as I want to keep the ability to output HTML documents. I have wrote a little program to demostrate this. My goal is to get

Re: [iText-questions] How to change the 1 indent of a table?

2002-10-28 Thread Bruno
Quoting Toby Smischny [EMAIL PROTECTED]: I am trying to create a table that is not indented in a PDF document. The paragraph before the table comes out ok, but the table is indented a lot. I searched the mail archives and saw that Alex Radka ask a similar question back in June, but I did