[iText-questions] PdfPTable default cell alignment not working

2003-02-28 Thread Kenny G. Dubuisson, Jr.
I have a servlet that generates many tables to a PDF doc using iText 0.96. I try to set the default text alignment for all cells of a table by using the following line of code but it doesn't seem to work (I still have to set the alignment for every cell): myTable.getDefaultCell().setHorizontalAlig

[iText-questions] CODE39.TTF causing GPF

2003-02-28 Thread David Thielen
Hi all;   My code suddenly started GPFing (an error in the jvm, not an exception thrown) after I installed CODE39.TTF. Once I removed it, it stopped. Anyone else see this?   thanks - dave

[iText-questions] iText and PDF workflow

2003-02-28 Thread Will Wang
I intended to use iText as part of PDF workflow, to insert meta data into existing PDF files, but I ran into the this problem: When I used Compose tool (a PDF tool) to create bookmarks for some of the resulting PDF files, they are acting like scanned documents, the tool would not read some sele

Re: [iText-questions] Barcode font problem

2003-02-28 Thread David Thielen
BTW - code59.ttf works fine. It's just this skandata font that has a naming problem.   thanks - dave   - Original Message - From: David Thielen To: itext Sent: Friday, February 28, 2003 12:08 PM Subject: [iText-questions] Barcode font problem Hi;   I a

[iText-questions] RuntimeException with missing local destinations

2003-02-28 Thread Ulrich Hilger
Paulo,   I really do not see a reason for being unfriendly. You said   >No. I don't know what prevents you from checking >the non-existent destinations in your code.   I am parsing a source file which I did not create myself. My application just parses a 'foreign' file and finds references so

[iText-questions] Barcode font problem

2003-02-28 Thread David Thielen
Hi;   I am trying to display a barcode font and am having the following problem.   The font file is skandatr.ttf. In a Word .rtf file it is listed as "SKANDATArC39" When I register it, FontFactory.getRegisteredFonts().iterator() returns it as "SKANDATA R Bar Code C39"   So the question is, i

[iText-questions] can i use iText to print across pages

2003-02-28 Thread Ravilla, Nirupa
if i can, pls mail me a sample code. thank you. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED] https

RE: [iText-questions] RuntimeException with missing local destinations

2003-02-28 Thread Paulo Soares
> -Original Message- > From: Ulrich Hilger [SMTP:[EMAIL PROTECTED] > Sent: Friday, February 28, 2003 17:39 > To: [EMAIL PROTECTED] > Subject: [iText-questions] RuntimeException with missing local > destinations > > Hi everyone, > > I have trouble with adding local destinations w

[iText-questions] RuntimeException with missing local destinations

2003-02-28 Thread Ulrich Hilger
Hi everyone,   I have trouble with adding local destinations when they point to a nonexistent location. The trouble I have is not so much the fact that an error occurs. The problem rather is that the error is thrown without being able to catch the error.   The error is   ExceptionConverter: j

RE: [iText-questions] About CJK OpneType font embed

2003-02-28 Thread Paulo Soares
If you are referring to the OTF fonts with the glyph data in CFF format I'm not going to support it anytime soon. That would require type1 subsetting and it's a lot of work and study because I know nothing about it. Fonts with TT glyphs, usually with extension TTF, can be embedded already with iTex

[iText-questions] About CJK OpneType font embed

2003-02-28 Thread Kumata Mitsugu
Hello all, iText can embed European character OpenType font, but cannot CJK OpenType font. I would like to know if iText is going to support it. Best regards, KuMi --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http:

[iText-questions] RE: iText barcode generation improvements

2003-02-28 Thread Paulo Soares
> -Original Message- > From: Andres Ederra [SMTP:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 21:57 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: iText barcode generation improvements > > Hi Paolo! > > I'm developing a barcode image(png

RE: [iText-questions] How can show chinese character in Graphics2D??

2003-02-28 Thread Paulo Soares
See the example free_chart.java. You have to use a TrueType font and set the encoding to "Identity-H". Best Regards, Paulo Soares > -Original Message- > From: xuge [SMTP:[EMAIL PROTECTED] > Sent: Friday, February 28, 2003 10:53 > To: [EMAIL PROTECTED] > Subject: [iText-questions] H

[iText-questions] FW: iText and JServ

2003-02-28 Thread Paulo Soares
I'm forwarding this to the list as it may be of interest to someone. > -Original Message- > From: Torben Wølm [SMTP:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 22:05 > To: '[EMAIL PROTECTED]' > Subject: iText and JServ > > Hi Paulo > > I don't know if you care about this

[iText-questions] How can show chinese character in Graphics2D??

2003-02-28 Thread xuge
Dear:     I have a question about itext. How can show chinese character in Graphics2D? I used "template.showText()" to show some chinese characters, it could show the characters. But I used "Graphics2D.drawString()" to show some chinese characters, it couldn't show . I don't know

RE: [iText-questions] Re: transparency and itext

2003-02-28 Thread Paulo Soares
> -Original Message- > From: Carsten Hammer [SMTP:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 21:06 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Re: transparency and itext > > > > Leonard Rosenthol schrieb: > > I would be VERY surprised to find a printer th

Re: [iText-questions] Extra Table Rows

2003-02-28 Thread Bruno
Quoting "Tinsley, Scott S. (Strategic Technologies)" <[EMAIL PROTECTED]>: > Generating tables in PDF output. Tables split across pages are getting an > extra empty row in the table at the split. Can anyone explain how to get > rid of this extra row? Are you sure you are getting an extra row? Mayb