Re: [iText-questions] BaseFont.createFont("Helvetica", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) throws an exception

2004-08-30 Thread Leonard Rosenthol
At 07:35 PM 8/30/2004, David Thielen wrote: BaseFont.createFont("Helvetica", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED); You can't identity-H with a non-embedded font. LDR --- Leonard Rosenthol

Re: [iText-questions] sample code for writing PDF to screen instead of to a file

2004-08-30 Thread Liem Do
Well If you're on a Windows machine then you can call the Adobe Reader executable passing in the path to file that was just created. The following should work: Process p = Runtime.getRuntime().exec("path_to\AcroRd32.exe path_to\file_just_created"); Liem - Original Message - From: "Tom C

[iText-questions] BaseFont.createFont("Helvetica", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED) throws an exception

2004-08-30 Thread David Thielen
When I call: BaseFont.createFont("Helvetica", BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED); I get an: ExceptionConverter: java.io.UnsupportedEncodingException: Identity-H With a cause of: java.io.UnsupportedEncodingException: Identity-H Any ideas? Thanks - dave

[iText-questions] PDF table

2004-08-30 Thread Kuldeep Kataria
Hello There, I am new to itext and have a small question. I want to create a pdf table with two cells in it. I want to use 75% of the available space on the page for cell 1 and remaining 25% of space for cell 2. Can anyone guide me on this? Thanks in advance, Parul __