[iText-questions] End/Beginning of Line troubles

2004-10-27 Thread Ito Kazumitsu
Hi, I am using iText with the attached dirty patch. This patch is needed for Japanese text processing, which has such rules as some characters should not appear at the beginning of a line and a line should not end with some characters. My patch is far from complete to respect such rules.

[iText-questions] leading and alignment in PdfPCell

2004-10-27 Thread Martin Resch (adaptions GmbH)
Hello, I've a PdfPTable with a PdfPCell (with absolute height, no padding) inside. In the cell there is a Phrase. The Phrase is aligned with PdfPCell.setVerticalAlignment(). Everything is all right as long as there isn't a leading. After calling the function PdfPCell.setLeading(x,

[iText-questions] newbie can't do vertical alignment

2004-10-27 Thread Dean Hoover
Hi, newbie here trying to create a simple table with vertical alignment in the cells. The vertical alignment appears to be doing nothing. Do you see anything wrong here? Thanks. Dean Hoover import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.Cell; import

RE: [iText-questions] End/Beginning of Line troubles

2004-10-27 Thread Paulo Soares
Post the rules and I'll see where I can fit them. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ito Kazumitsu Sent: Wednesday, October 27, 2004 7:47 AM To: [EMAIL PROTECTED] Subject: [iText-questions] End/Beginning

RE: [iText-questions] leading and alignment in PdfPCell

2004-10-27 Thread Paulo Soares
PdfPCell.setUseAscender() -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Resch (adaptions GmbH) Sent: Wednesday, October 27, 2004 9:22 AM To: [EMAIL PROTECTED] Subject: [iText-questions] leading and alignment in PdfPCell Hello,

RE: [iText-questions] newbie can't do vertical alignment

2004-10-27 Thread Paulo Soares
Use a PdfPTable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Hoover Sent: Tuesday, October 26, 2004 10:55 PM To: [EMAIL PROTECTED] Subject: [iText-questions] newbie can't do vertical alignment Hi, newbie here trying to create a

[iText-questions] Foreign Languages

2004-10-27 Thread Jakob Zogalla
Hi, I Want to Create PDF-Files out of HTML-Forms. Thats no Problem so far, but i Want to use Polish. I have to questions: How do i submit the language spezifik charakters in standard HTML Forms to my web-app and how do i write them into an PDF? -- Greets Jakob

Re: [iText-questions] End/Beginning of Line troubles

2004-10-27 Thread Ito Kazumitsu
In message RE: [iText-questions] End/Beginning of Line troubles on 04/10/27, Paulo Soares [EMAIL PROTECTED] writes: Post the rules and I'll see where I can fit them. Thank you. The rules are: Rule 1: The following characters must not appear at the beginning of a line \u3001

RE: [iText-questions] End/Beginning of Line troubles

2004-10-27 Thread Paulo Soares
Thank you. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ito Kazumitsu Sent: Wednesday, October 27, 2004 11:30 AM To: [EMAIL PROTECTED] Subject: Re: [iText-questions] End/Beginning of Line troubles In message

RE: [iText-questions] Signing pdf with Signature Appearance

2004-10-27 Thread Paulo Soares
In reality I have the signature appearances implemented for quite some time but things were delayed because of the external signatures and other things but I expect to have all ready next week. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [iText-questions] leading and alignment in PdfPCell

2004-10-27 Thread Steve Appling
To center exactly use setUseAscender(true), setUseDescender(true), and setUseBorderPadding(true). You then may have to increase padding to get the appropriate spacing from the borders. - Original Message - From: Martin Resch (adaptions GmbH) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [iText-questions] newbie can't do vertical alignment

2004-10-27 Thread Steve Appling
Vertical alignment is broken in Table with the 1.02b version. I believe this has been corrected in the most recent version at itextpdf.sf.net (itext-paulo-139). To center exactly use setUseAscender(true), setUseDescender(true), and setUseBorderPadding(true). There are still problems with Table

[iText-questions] iTEXT queries

2004-10-27 Thread sudhakar reddy
  Hi, I am working with iTEXT. I have two queries, they are 1) I need place Image and some text/message at the bottom of every page i.e as a footer. 2) I am using A4 size document. but I want to control the zoom size of the document in the program itself. can anyone help me with sample

[iText-questions] PdfPCell rowspan?

2004-10-27 Thread Dean Hoover
I see where there is a colspan attribute for a PdfPCell, but there is no rowspan. Is this intentional? I switched to PdfPTable/PdfPCell on advice from this list. The Cell class has a setRowpan method but the PdfPCell does not. How can I do rowpanning? Dean Hoover

[iText-questions] Re: newbie can't do vertical alignment

2004-10-27 Thread Dean Hoover
Steve Appling sajakarta at mindspring.com writes: Vertical alignment is broken in Table with the 1.02b version. I believe this has been corrected in the most recent version at itextpdf.sf.net (itext-paulo-139). To center exactly use setUseAscender(true), setUseDescender(true), and

RE: [iText-questions] PdfPCell rowspan?

2004-10-27 Thread Paulo Soares
Use a nested table. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Hoover Sent: Wednesday, October 27, 2004 3:54 PM To: [EMAIL PROTECTED] Subject: [iText-questions] PdfPCell rowspan? I see where there is a colspan attribute for a

RE: [iText-questions] Re: newbie can't do vertical alignment

2004-10-27 Thread Paulo Soares
For pdf generation, yes. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Hoover Sent: Wednesday, October 27, 2004 3:21 PM To: [EMAIL PROTECTED] Subject: [iText-questions] Re: newbie can't do vertical alignment Steve Appling sajakarta at

[iText-questions] Re: PdfPCell rowspan?

2004-10-27 Thread Dean Hoover
Paulo Soares psoares at consiste.pt writes: Use a nested table. I can't see how to get that to work, given that I need both row and column alignment. I have created the following example of what I need to do: ++++++ | C1 | C2 | C3 | C4 | C5 | ++++++ |

[iText-questions] Didn't display png image

2004-10-27 Thread Nick Zhao
Hello, I tried Example Chap0601.java. in the generated pdf file (Chap0601.pdf), I am able to see images with wmf, gif and jpeg and png image didn't display. I use NetBeans IDE 3.6 with j2re1.4.1_02. Is this a bug or I missed something? Thanks, Nick

[iText-questions] Chapter on same page

2004-10-27 Thread Manu
How to add a new chapter on a page which already contains a chapter ? Thank you. --- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on

[iText-questions] Text Caused to Bold after Image Insert

2004-10-27 Thread Christopher Van Vlack
I accidently submitted this to the support page, in sourceForge.. Here goes.. I'm currently working on a project for a school district, and we are using iText to dynamically great the grade reports for students. I'm using a PdfContentByte to write everything to the document, including the text,

Re: [iText-questions] Re: PdfPCell rowspan?

2004-10-27 Thread Mayank Mishra
See the attached file for one possible answer Mayank answer.pdf Description: Adobe PDF document

Re: [iText-questions] Chapter on same page

2004-10-27 Thread Paulo Soares
Chapters will always cause a new page. You'll have to use plain paragraphs for that. - Original Message - From: Manu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 16:53 Subject: [iText-questions] Chapter on same page How to add a new chapter on a page which

Re: [iText-questions] Didn't display png image

2004-10-27 Thread Paulo Soares
All the png types are supported. You may have an image too big for the page. Scale it down and it should appear. - Original Message - From: Nick Zhao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 17:18 Subject: [iText-questions] Didn't display png image

Re: [iText-questions] Text Caused to Bold after Image Insert

2004-10-27 Thread Paulo Soares
That's a reader thing. Some readers change the way objects are shown when other objects are present. The ultimate proof is transparency that changes everything. If you print the page it should look good. - Original Message - From: Christopher Van Vlack [EMAIL PROTECTED] To: [EMAIL