[iText-questions] True Type Fonts

2006-10-25 Thread John Duff
Hi, I’m working on an App that is using iText to dynamically print pdfs and we want to use some non-standard True Type fonts but are having problems with it.  We are able to use the fonts in WindowsXP if you put them in the C:\WINDOWS\Fonts directy (they automatically get installed) and the

Re: [iText-questions] Document coordinate system

2006-10-17 Thread John Duff
will all end up with negative heights... so you may have to "normalize" them. I recommend #3. That's what LiquidOffice does. 4) Start off with PDF's coordinate system so you don't have to mess around with all this stuff. :\ --Mark Storer Senior Software Engineer

[iText-questions] Document coordinate system

2006-10-17 Thread John Duff
I'm trying to print some objects I have, but the work on a coordinate system that starts in the upper left, not lower left as the pdfWriter does by default. I've looked at the docs and there is an example of inverting the coordinates: PdfContentByte cb = writer.getDirectContent(); c