Re: [iText-questions] itext 0.95 throws runtime exception

2002-12-20 Thread Bruno
Quoting Monojit [EMAIL PROTECTED]: Hi I am trying to use the latest version of IText ie 0.95. But i get the following exception The latest version is 0.96. You are using a version that was compiled with the JDK1.4 in a 1.3 JVM. This is documented in the FAQ. You can choose how to solve

[iText-questions] (no subject)

2002-12-20 Thread Sameer Karkhanis
Hi, I'm creating a table in a PDF. However if the Table rolls over to the enxt page, it inserts a blank row (without any cell divisons ) at the end of the earlier page. I'm using the Table() class. How do i overcome the problem?? Thanks in Advance, Sameer Karkhanis, GE-Corporate Web CBD Desk -

Re: [iText-questions] support PdfPTable

2002-12-20 Thread Fredrik Nilsson
Hi, Ok, now I have made the file directly in java. I shows with 0 to infinite amount och gfx. Any tip on why the browser won't show the pdf if there are less than three pics in the pdf? Regards, Fredrik - Original Message - From: Paulo Soares [EMAIL PROTECTED] To: Fredrik Nilsson [EMAIL

Re: [iText-questions] support PdfPTable

2002-12-20 Thread Fredrik Nilsson
I just found out what was the problem. I removed all the newlines/enters outside of the jsp-tags and now the browser doesn't care whether I have pics or not. Thanks for your help! BR - and a Merry Xmas! /Fredrik - Original Message - From: Fredrik Nilsson [EMAIL PROTECTED] To: Paulo

[iText-questions] Registering Font

2002-12-20 Thread Rajeev Mancheril
Hi, Is there a way to registerdifferent fonts (using font family/font name) to fontfactory irrespective of operating system (without specifying a path)? Thanks, Rajeev.

Asking again: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position

2002-12-20 Thread David Thielen
Hi; Anyone have any ideas? thanks - dave - Original Message - From: David Thielen To: itext Sent: Thursday, December 19, 2002 2:47 PM Subject: Re: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position Hi; I've tried this

Re: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position

2002-12-20 Thread Paulo Soares
Margins on paper depends on the printer and the selection of Acrobat print-to-fit. Best Regards, Paulo Soares - Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 21:47 Subject: Re: [iText-questions]

Re: [iText-questions] Creating Font

2002-12-20 Thread Paulo Soares
There's no magic way to find fonts. Java knows where the fonts are because they're using platform specific code for it, it's a different JVM for each OS. If you create platform specific code you'll also know where the fonts are but I don't think you want to go that way. If you are in windows you

Re: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position

2002-12-20 Thread David Thielen
Any idea why the graphic image prints smaller than it should? thanks - dave - Original Message - From: Paulo Soares [EMAIL PROTECTED] To: David Thielen [EMAIL PROTECTED]; itext [EMAIL PROTECTED] Sent: Friday, December 20, 2002 9:11 AM Subject: Re: [iText-questions]

[iText-questions] ttf in jar file

2002-12-20 Thread Java Samurai
I would like to create a true type font using a .ttf file stored in the same jar file as my class file. For example, the below code works until I jar it up. java.net.URL url = getClass().getResource(fonts/myfont.ttf); //BaseFont mf = BaseFont.createFont(url.getPath(), BaseFont.WINANSI,

Re: [iText-questions] PdfContentByte.setTextMatrix - units, 0,0, and text position

2002-12-20 Thread Paulo Soares
Uncheck the boxes shrink/expand pages to paper size. Size will also vary with the accuracy of the printer driver. Best Regards, Paulo Soares - Original Message - From: David Thielen [EMAIL PROTECTED] To: itext [EMAIL PROTECTED] Sent: Friday, December 20, 2002 17:40 Subject: Re: