[iText-questions] Font Problem

2003-01-15 Thread Chi Wah Chan
Hi, Since I want to use absolute positioning method to generate my pdf, so I have to use PdfContentByte and BaseFont objects, and in order to handle multi-language, I choose ARIALUNI.TTF as my font, but I cannot make any decoration on that True Type Font, like BOLD, italic, what can I do?

Re: [iText-questions] Problem with Japanese Fonts

2003-01-15 Thread Ricky M. Codizar
Hi Bruno! (B (BPlease bear with me as being new to iText. (B (BAlready downloaded iTextAsian.jar and placed it in a folder C:\Java_iText (folder I (Bcreated) and added it in the (BCLASSPATH but still it doesn't work. (B (BIs there any default or suggested directory where to put the iTextA

RE: [iText-questions] PdfReader(byte[] pdfIn) constructor

2003-01-15 Thread Paulo Soares
Your byte array must have exactly the same size as the input file, in this case it must be 24895 bytes long not 32000. Best Regards, Paulo Soares > -Original Message- > From: Joe Simoes [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 13:40 > To: [EMAIL PROTECTED] > Subject:

Re: [iText-questions] PDF form

2003-01-15 Thread Matt Benson
I can tell you it's possible, but not much more than that. One surely central class would be com.lowagie.text.pdf.PdfAcroForm. Paulo may have examples on his site. -Matt --- [EMAIL PROTECTED] wrote: > Hi, > > Thank you for the great tool you have created. I > wonder if it is possible > to crea

[iText-questions] PDF form

2003-01-15 Thread DMa
Hi, Thank you for the great tool you have created. I wonder if it is possible to create editable PDF form from iText. Thanks. David Ma --- This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing use

Re: [iText-questions] PdfReader(byte[] pdfIn) constructor

2003-01-15 Thread "sébastien laforet"
le 15/01/2003 à 08:39 Joe Simoes a écrit : >Hi, > >I have an application where I must combine multiple pdf files into a >single pdf. >The pdfs are retrieved from an Oracle table that stores the files as >BLOBs. I >read each file into a byte[] which is then placed into a Vector. I >modified the

[iText-questions] PdfReader(byte[] pdfIn) constructor

2003-01-15 Thread Joe Simoes
Hi, I have an application where I must combine multiple pdf files into a single pdf. The pdfs are retrieved from an Oracle table that stores the files as BLOBs. I read each file into a byte[] which is then placed into a Vector. I modified the "concat.java" program found at your site to handle th

RE: [iText-questions] insertDirectory in a OS-independent way?

2003-01-15 Thread Paulo Soares
See http://www.mail-archive.com/[email protected]/msg03770.h tml > -Original Message- > From: Alex Molochnikov [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 6:32 > To: [EMAIL PROTECTED] > Subject: [iText-questions] insertDirectory in a OS-independe

RE: [iText-questions] Font - FontFactory

2003-01-15 Thread Paulo Soares
Helvetica > -Original Message- > From: Rajeev Mancheril [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 22:47 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Font - FontFactory > > Hi, > > To use specific user configured fonts, i use FontFactory.getFont() to get >

RE: [iText-questions] New release itext-paulo-107

2003-01-15 Thread Paulo Soares
www.geocities.com/itextpdf explains the versions. In short, there's no branching it's more like a ping-pong. Best Regards, Paulo Soares > -Original Message- > From: David Thielen [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 20:55 > To: [EMAIL PROTECTED] > Subject: Re:

Re: [iText-questions] Define absolute position element in xml

2003-01-15 Thread Bruno
Quoting Chi Wah Chan <[EMAIL PROTECTED]>: > Hi, > > I'm using XML to generate PDF, I would like to know that may I define some > absolute position elements like text, image... in XML file? No, this is not supported. Bruno --- This SF.NET em

Re: [iText-questions] Problem with Japanese Fonts

2003-01-15 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > Font 'HeiseiKakuGo-W5' with 'UniJIS-UCS2-HW-H' is not recognized. You need an extra jar iTextAsian.jar with the font properties in your classpath. You can find the jar at several URLs. http://itext.sourceforge.net/downloads/ is one of them. Bru

[iText-questions] insertDirectory in a OS-independent way?

2003-01-15 Thread Alex Molochnikov
I am very new to iText, and may be asking a question already answered in this forum, but please bear with me... The insertDirectory() method of DefaultFontMapper takes a path to the directory where the fonts are installed. The location of the font directory depends on the OS, and even in the world