steredFonts() (after of course
invoking FontFactory.registerDirectories()). None of them work; I always get
"Font with 'Cp1252' is not recognized". Running WinXP. What am I
doing wrong??
Kyle Pickens
[EMAIL PROTECTED]
___
We have a web app that allows the user to upload an image of any size (which
we convert using JAI to constant dimensions), and then drag "field" widgets
interactively onto the image to create a template. We are storing the
relative positioning of the dropped field locations to the image (the im
Hi,
I have a page that calls a servlet, that calls another class that gets a
resultset. I want that class to take the resultset, iterate through it, and
call another class's method to display the output stream in a new pdf in IE
(without creating a pdf file). The problem is that it loads thro
Hi,
I have a page that calls a servlet, that calls another class that gets a
resultset. I want that class to take the resultset, iterate through it, and
call another class's method to display the output stream in a new pdf in IE
(without creating a pdf file). The problem is that it loads thro
Hi,
I have a page that calls a servlet, that calls another
class that gets a resultset. I want that class to
take the resultset, iterate through it, and call
another class's method to display the output stream in
a new pdf in IE (without creating a pdf file). The
problem is that it loads through
I am displaying a table that is much longer, column-wise than a page. How can
I enable horizontal scrolling for the columns, instead of have it scroll
vertically, into new pages?
---
SF.Net email is sponsored by: Discover Easy Linux Migratio
I'm a little confused...can you provide an actual example, including adding
the pdfpcell to the table? Also, does the table have to be a pdftable or can
it just be a regular table? I also don't know the syntax to set the font
object up.
Tha
I have a pdf made, but I don't know how to change the font size. It has 31
columns, and I'd like it to be able to scroll horizontally to view the whole
page.
At any rate, the font is all garbled bc it is smashed into one page.
With this row column as an example: tab.addCell(new Cell("FisYr")
I have a pdf made, but I don't know how to change the font size. It has 31 columns, and I'd like it to be able to scroll horizontally to view the whole page.
At any rate, the cells are all smashed into one page bc of the large default font.
With this row column as an example: tab.addCell(new C