[iText-questions] Can't create BaseFont with known registered fonts

2007-06-09 Thread Kyle Pickens
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] ___

[iText-questions] Scaling Chunks and Image en masse from relative positioning to A4

2007-04-02 Thread Kyle Pickens
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

[iText-questions] Help with outputting bytestream to PDF

2005-07-29 Thread Kyle
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

[iText-questions] Ouputting Byte Stream to PDF

2005-07-29 Thread Kyle
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

[iText-questions] Help with outputting bytestream to PDF

2005-07-29 Thread Kyle
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

[iText-questions] Horizontal Scrolling?

2005-07-22 Thread Kyle
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

[iText-questions] Re: [Fwd: Re: How do you change the font size in a cell?]

2005-07-22 Thread Kyle
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

[iText-questions] Changing Font Size in cells

2005-07-21 Thread Kyle
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")

[iText-questions] How do you change the font size in a cell?

2005-07-21 Thread Kyle Deckard
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