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
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
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
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
__