[iText-questions] Re: itext and weblogic7.0 (jdk1.3) - font error!

2003-11-11 Thread Ken Rimple
We are using the 1.0 (?) iText release and weblogic 7.0 sp2. You have to make sure you 1) load the font ttf file on the server, then 2) register it if it isn't registered. I've put itext in the weblogic PRE_CLASSPATH and it works fine. I couldn't, however, get it to work unless I did so... Sam

[iText-questions] Some questions about PdfContentByte...

2003-10-04 Thread Ken Rimple
slation matrix stuff seems like voodoo for me (admittedly a math idiot) and all I want to do is think top/left for my coordinate system without doing a ton of work. Are these simple questions? I didn't find anything in the tutorial or example