Re: [iText-questions] iText : a text writer (PlainTextWriter) ?

2008-06-27 Thread wasegraves
-- Original message -- From: Jason Chen <[EMAIL PROTECTED]> > > > Hi, > > I am in need to write text into both PDF and plain text (to be sent in an > email.) > > I am wondering if there is a PlainTextWriter that can be used as a second > listener? > No. OTOH,

Re: [iText-questions] RtfWriter2 HTML img problem

2008-06-27 Thread Howard Shank
Mark is right, I am working on the HTML Parser, but the code won't be complete for a little bit. I haven't dug into it too deep yet, but I will be recognizing more tags, fixing fonts, spacing, etc. Howard - Original Message From: Mark Hall <[EMAIL PROTECTED]> To: itext-questions@list

Re: [iText-questions] iText : a text writer (PlainTextWriter) ?

2008-06-27 Thread Howard Shank
There is no plain text writer, although I have been asked a couple times about one. If someone is willing to sponsor the development ($) or contribute the time to create one I'm sure it could be added. Howard Shank - Original Message From: Jason Chen <[EMAIL PROTECTED]> To: itext-qu

Re: [iText-questions] AUTO: Glen Hamel is out of the office (returning 06/30/2008)

2008-06-27 Thread glen . hamel
Sorry about that... was testing something Glen Hamel Lead Programmer / Technician Auric Networks Canada, Inc. 570 Orwell Street, Unit 1 Mississauga, Ontario L5A 3V7 Phone 905.361.7621 Fax 905.274.3912 http://www.auricnet.ca From: [EMAIL PROTECTED] To: Post all your questions about iText

[iText-questions] AUTO: Glen Hamel is out of the office (returning 06/30/2008)

2008-06-27 Thread glen . hamel
I am out of the office until 06/30/2008. I am our of the office on July 1st, and will return July 2nd. If you require immediate attention, please contact [EMAIL PROTECTED] Thank You. Note: This is an automated response to your message [iText-questions] line distance in rtf sent on 6/27/08 4:1

Re: [iText-questions] RtfWriter2 HTML img problem

2008-06-27 Thread Mark Hall
Hi, I can't really help you much, except to say that the HtmlParser has been more or less unmaintained for quite some time. Now I think that Howard might be doing some work on it, but nothing is guaranteed. Perhaps Howard can shed some light on what he is doing, otherwise you are on your own.

[iText-questions] iText : a text writer (PlainTextWriter) ?

2008-06-27 Thread Jason Chen
Hi, I am in need to write text into both PDF and plain text (to be sent in an email.) I am wondering if there is a PlainTextWriter that can be used as a second listener? The HtmlWriter has too many logic handling the tags in there. There should be a default PlainTextWriter provided with the d

[iText-questions] image widths

2008-06-27 Thread Ron
I am creating a survey report that loops through a list of survey questions and displays a bar chart for each based on score. Each chart is a 12X1 px image where the width is set to the score. The image widths are being set correctly but the PDF output displays all the images as the same width no m

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread wasegraves
-- Original message -- From: [EMAIL PROTECTED] > [Note to Bruno: There appear to be two identical entries in the documentation > of > PdfAcroForm for "addComboBox". Is this a redundancy, or is there another > variation, which was not entered in the documentation?

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread wasegraves
-- Original message -- From: Fhomasp <[EMAIL PROTECTED]> > > > When calling the method using an extra "" in the vararg works. Although it > does seem more like a workaround instead of a solution. I agree, in a way. Indeed, any use of programs like Acrobat/Reader,

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread Fhomasp
When calling the method using an extra "" in the vararg works. Although it does seem more like a workaround instead of a solution. I did modify the code in the book a bit because otherwise a user would be able to just type in any value in the textfield contained in the cell. Now the user is limi

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread Leonard Rosenthol
Acrobat/Reader only defaults to the first item when you don't explicitly have a value present...If you want a different item to be the "default" - then set the value to anything you want. Leonard On Jun 27, 2008, at 11:56 AM, [EMAIL PROTECTED] wrote: > -- Original message ---

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread wasegraves
-- Original message -- From: 1T3XT info <[EMAIL PROTECTED]> > > I didn't follow the discussion, but I tried the example and to my > surprise recent Adobe Reader versions say that there's an error in > the form. So that's something I'll have to investigate. > My Ad

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > Now, please open the choicefields.pdf example from the book, via the link I > provided, > and see if it exhibits the behavior you don't want. BTW, I wouldn't have > suggested > a solution that has not worked for me. You might try adding a "" or "None" > option > at the

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread wasegraves
-- Original message -- From: Fhomasp <[EMAIL PROTECTED]> > > > What do you mean? > I did write the code in the original post, it's right there in the first > post. > > I'm using the latest version of Adobe Reader and I have a full licence on > Acrobat professional

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread Fhomasp
What do you mean? I did write the code in the original post, it's right there in the first post. I'm using the latest version of Adobe Reader and I have a full licence on Acrobat professional as well. I also have had the book in front of me from the beginning. How else would I be able to base th

Re: [iText-questions] gif transparency

2008-06-27 Thread 1T3XT info
Bruno Lowagie wrote: > hari bhogu wrote: >> hi >> >> i am try to make a gif image with white backgroung as transparent but i >> am not able to do it > > I have an example that shows how to make that particular image file > transparent using nothing more than the answers that have been given >

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread wasegraves
Oops! Where is that shift key when I need it? -- Original message -- From: [EMAIL PROTECTED] > I'm getting the feeling you're trying to use itext without benefit of the > book. > Do you have it? If not, I can virually guarantee your employer is not getting > his

Re: [iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread wasegraves
-- Original message -- From: Fhomasp <[EMAIL PROTECTED]> > But now that I am testing the document I encountered a problem when printing > the document, more specifially with comboboxes. > > When I open the generated document everything seems to be good. There isn'

Re: [iText-questions] gif transparency

2008-06-27 Thread Bruno Lowagie
hari bhogu wrote: > hi > > i am try to make a gif image with white backgroung as transparent but i > am not able to do it I have an example that shows how to make that particular image file transparent using nothing more than the answers that have been given to you before on this very list. Ho

Re: [iText-questions] gif transparency

2008-06-27 Thread 1T3XT info
hari bhogu wrote: > hi > > i am try to make a gif image with white backgroung as transparent but i > am not able to do it Which gif image? You're sending us a JPEG with .gif as extension... -- This answer is provided by 1T3XT BVBA -

[iText-questions] RtfWriter2 HTML img problem

2008-06-27 Thread Tim Donovan
Hi, I am using RtfWriter2 and HtmlParser to convert a basic HTML document to RTF. It would seem if I have an tag in my HTML that points to an invalid resource (e.g. a URL that doesn't resolve), ExceptionConverter: java.net.UnknownHostException is thrown and the entire RTF file generation is stopp

[iText-questions] Combobox printed, prints undesired value

2008-06-27 Thread Fhomasp
Hey, My document is getting in the final stages and I'm pretty happy with the result. Lots of code though for a 5 paged document. But now that I am testing the document I encountered a problem when printing the document, more specifially with comboboxes. When I open the generated document ever

[iText-questions] line distance in rtf

2008-06-27 Thread dirty-mg
Now I use Paragraph instead of Phrase in my cells and I do not set the leading. That is my solution ;-) thanks Marcus - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just ab