Re: [iText-questions] Paragraph Spacing: setLeading adds space between each line in paragraph and spacingBefore does not work

2007-03-14 Thread kkdusi
is there any other way other than HtmlWorker? I might have to redesign the whole application.. Bruno Lowagie (iText) wrote: > > [EMAIL PROTECTED] wrote: >> can you please explain me further. In my case, users create Letter >> templates using TinyMCE editor. the output of the editor is a letter

Re: [iText-questions] iText for RTF

2007-03-14 Thread vani mysore
Thank you for the clarification. From:  Mark Hall <[EMAIL PROTECTED]>To:  itext-questions@lists.sourceforge.netCC:  "vani mysore" <[EMAIL PROTECTED]>Subject:  Re: [iText-questions] iText for RTFDate:  Mon, 12 Mar 2007 20:14:54 +>On Monday 12 March 2007 17:22, vani mysore wrote:> > I am usi

[iText-questions] More hidden fields

2007-03-14 Thread Mike Buchanan
OK, the checkboxes work great. Thanks Bruno. Now I have a form that the users can easily update. My next idea is to load the form with some hidden fields that contain critical information about the form that the users can not see or change but will be retained with the document so it can be read

[iText-questions] validate acroform

2007-03-14 Thread John Doe
Hi - I am new to iText and wondering how form data extraction and validation is handled. I am working on a project that processes pdf forms (i.e only need to read the form, get the form data, and save to the db). I also want to do some validation before sending the data to persistent layer.

Re: [iText-questions] Out of Memory with Large Image

2007-03-14 Thread Nan Null
One way to deal with this is the following scheme: Provide an interface for users to supply their own work storage option. The interface has a "dispose" function, and can be something similar to: interface ImageStorage { void dispose(); int read(int offset); int read(); void writ

[iText-questions] unmappable character for encoding UTF8

2007-03-14 Thread Nan Null
When compiling the itext library with jdk6 (not using the built-in ant script), I get an error message saying: unmappable character for encoding UTF8 If using the built-in ant script, the message is in the form of a warning (due to source as jdk1.4). The problem is probably with some characte

[iText-questions] Flattening checkbox, combobox and radiobutton fields

2007-03-14 Thread Dajana Delic
Hi, I have checkbox, combobox and radio group fields created same as in tutorial examples. I submit field data as xfdf, and merge later with form.setFields (xfdfReader). If I call stamper.setFormFlattening(true) after merging, fields are not displayed in resulting flat pdf file. Is this expected

Re: [iText-questions] Increase letterspacing

2007-03-14 Thread Paulo Soares
Not possible. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jost Klopfstein > Sent: Wednesday, March 14, 2007 9:44 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Increase letterspacing > > Hi, > > Is it p

[iText-questions] Increase letterspacing

2007-03-14 Thread Jost Klopfstein
Hi,   Is it possilbe to increase the letterspacing for paragraphs or a phrases to e.g. +0.7pt?   setCharAdvance seems to ignore the width of a glyph and has to be set for each character.   Thanks, Jost  This March Break, Have An Indoor Fun-For-All! --

Re: [iText-questions] How encode cyrilic (azbuka) text?

2007-03-14 Thread Bruno Lowagie (iText)
Paulo Soares wrote: > Look! It's the time machine! A message from the past ;-) To bad the answer got lost in time: http://www.nabble.com/How-encode-cyrilic-%28azbuka%29-text--tf3369053.html#a9373939 br, Bruno - Take Surveys.

Re: [iText-questions] How encode cyrilic (azbuka) text?

2007-03-14 Thread Iliadis Yannis
Strange!!! I thought I already gave an answer to this. Looks like a Deja vu. 2007/3/14, Paulo Soares <[EMAIL PROTECTED]>: Look! It's the time machine! Paulo - Original Message - From: "Michal Langer" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 14, 2007 9:07 AM Subject: [iText-que

Re: [iText-questions] How encode cyrilic (azbuka) text?

2007-03-14 Thread Paulo Soares
Look! It's the time machine! Paulo - Original Message - From: "Michal Langer" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 14, 2007 9:07 AM Subject: [iText-questions] How encode cyrilic (azbuka) text? How can I encode text to cyrilic (azbuka) text. I have cyrilic text encoded in UT

[iText-questions] How encode cyrilic (azbuka) text?

2007-03-14 Thread Michal Langer
How can I encode text to cyrilic (azbuka) text. I have cyrilic text encoded in UTF-16. When I used this code for encodin text, i can´t see anything in created pdf document. BaseFont baseFont = BaseFont.createFont(BaseFont.HELVETICA_BOLD, "UTF-16", Base