Re: [iText-questions] Special ASCII characters disappear

2005-08-19 Thread Philip Newton
points. http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1252.TXT may be helpful in this context -- or use Java's built-in i18n features to transcode from "windows-1252" to "utf-8" or "iso-8859-1". -- Philip Newton <[EMAIL PROTECTED]>

Re: [iText-questions] iText

2005-08-19 Thread Philip Newton
On 8/18/05, Eng. Mohammad Al Er <[EMAIL PROTECTED]> wrote: > > Is iText a free java library? So I can use it free? Please see the FAQ: http://www.lowagie.com/iText/faq.html#free > And who is responsible for the support.. http://www.lowagie.com/iText/faq.html#sup

Re: [iText-questions] support

2005-08-17 Thread Philip Newton
t; refer? Please see the FAQ: http://www.lowagie.com/iText/faq.html#support -- Philip Newton <[EMAIL PROTECTED]> --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Deve

Re: [iText-questions] About "Single Quote" characters

2005-08-16 Thread Philip Newton
--- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >

Re: [iText-questions] Re: Alignment of images in table's cell with text in HTMLWorker (HTML-to-PDF)

2005-08-15 Thread Philip Newton
the page yourself, etc. etc.). Paulo already said that there is no automatic method in iText to have text flowing around images. -- Philip Newton <[EMAIL PROTECTED]> --- SF.Net email is Sponsored by the Better Software Conference & EX

Re: [iText-questions] HTML Question

2005-08-11 Thread Philip Newton
bably need special tools to build them, and they'll probably only work in MSIE. > If I e-mail the > documents I currently have to bundle them with pictures with the same > directory structure that I-Text linked them as. *nods* ZIP them up or something like that if you need one f

Re: [iText-questions] Re: Eliminating white space in a table

2005-08-03 Thread Philip Newton
PCell (that would automatically set the border to a certain value, for example). You could similarly consider subclassing Phrase, then giving it a constructor that calls this() and then setLeading(), then using this subclass in cases where you want a different leading from a regular phrase. -- Phil

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

2005-07-25 Thread Philip Newton
to be a pdftable or can > it just be a regular table? This I cannot answer. -- Philip Newton <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straight

Re: [iText-questions] filling pdf forms with hungarian font

2005-07-20 Thread Philip Newton
ually cp1252 has o-tilde and u-circumflex at the positions where cp1250 has o-doubleacute and u-doubleacute. But that doesn't help, either; the shape is wrong. -- Philip Newton <[EMAIL PROTECTED]> --- SF.Net email is sponsore

Re: [iText-questions] filling pdf forms with hungarian font

2005-07-20 Thread Philip Newton
ifically "Hungarian characters" (more specifically: Latin-2 / CP1250 / iso-8859-2 characters). -- Philip Newton <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to f

Re: [iText-questions] How do I know when to move onto the next page?

2005-07-19 Thread Philip Newton
languages. Basically says which characters the font will contain -- it will have, for example, Spanish, French, and German accented letters but not, say, Czech or Turkish ones. -- Philip Newton <[EMAIL PROTECTED]> --- SF.Net email is spons

Re: [iText-questions] rectangle, table to a position

2005-07-19 Thread Philip Newton
n all of its cells, you can reproduce such rows of boxes. (Nested tables is how I would try to reproduce your document, except for the rounded boxes.) -- Philip Newton <[EMAIL PROTECTED]> --- SF.Net email is sponsored by: Discover Easy Linux

Re: [iText-questions] Hello, I can not toi create PDF on the fly using iText library, can you help me, please?

2005-07-19 Thread Philip Newton
ou could do is generate both HTML and PDF from the same code by using two different Writer classes that listen to the same Document. In that case, using Servlets may be better, though, since iText (to produce PDF) with JSP can be tricky. -- Philip Newton <[EMAIL PROTECTED]>