Re: [iText-questions] HtmlParser to RTF - formatting ignored

2008-06-14 Thread Howard Shank
TED]> To: itext-questions@lists.sourceforge.net Sent: Friday, June 13, 2008 7:11:28 AM Subject: [iText-questions] HtmlParser to RTF - formatting ignored Hi List, I am using RtfWriter2 and HtmlParser to convert a basic HTML document to RTF. My code is simple and is as follows: public static v

RE: [iText-questions] htmlParser

2005-02-17 Thread Mark Hitchcock
nesday, 16 February 2005 5:57 PM To: Mark Hitchcock; itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] htmlParser You want HTMLWorker. Search the mailing list for that name. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mark &

RE: [iText-questions] htmlParser

2005-02-16 Thread Paulo Soares
You want HTMLWorker. Search the mailing list for that name. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Mark Hitchcock > Sent: Wednesday, February 16, 2005 8:05 AM > To: itext-questions@lists.sourceforge.net > Subj

[iText-questions] htmlParser

2005-02-16 Thread Mark Hitchcock
Hi, Just a quick question about the htmlParser. I have a document that I am creating which is talking to a database to retrieve a number of strings. One of the strings I am receiving contain a number of html tags. If there a way that I can parse the String from the database and add it to my docu

[iText-questions] HTMLPArser and tables

2004-05-20 Thread Caballero Caballero, Jose
I am using the HTMLParser to convert a HTML file to PDFFile. Using table with the “width “ or “colspan” tags I can´t control the width of the table. How can I control it??? Any differente tag??. Why the first columns is widther than the rest??. It is my only problem with this library, it i

[iText-questions] HTMLParser and tables (3rd try)

2004-05-20 Thread Caballero Caballero, Jose
  I am using the HTMLParser to convert a HTML file to PDFFile of iText. Using table with the “width “ or “colspan” tags I can´t control the width of the table. How can I control it??? Any differente tag??. Why the first columns is widther than the rest??. It is my only problem with this l

[iText-questions] HTMLParser and tables (3rd try)

2004-05-20 Thread Caballero Caballero, Jose
I am using the HTMLParser to convert a HTML file to PDFFile. Using table with the “width “ or “colspan” tags I can´t control the width of the table. How can I control it??? Any differente tag??. Why the first columns is widther than the rest??. It is my only problem with this library, it i

Re: [iText-questions] HtmlParser class missing?

2004-04-15 Thread Paul Hastings
> But you're right, it's not easy to make the connection. > Yesterday I read this through slashdot: > http://firstmonday.org/issues/issue9_4/levesque/index.html > I must admit most of the issues apply for iText :( well the GUI issue is moot for iText (as far as i'm concerned using it from coldfusi

RE: [iText-questions] HtmlParser class missing?

2004-04-15 Thread Bill Ensley
] [mailto:[EMAIL PROTECTED] Behalf Of Bruno Sent: Thursday, April 15, 2004 12:14 AM To: Paul Hastings Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] HtmlParser class missing? Quoting Paul Hastings <[EMAIL PROTECTED]>: > > Look for the iTextXML.jar, > > http://itext.sourcef

Re: [iText-questions] HtmlParser class missing?

2004-04-15 Thread Bruno
Quoting Paul Hastings <[EMAIL PROTECTED]>: > > Look for the iTextXML.jar, > > http://itext.sourceforge.net/downloads/ > > ha! never made the connection. many thanks. is that in the docs anyplace > that i missed? The link is on the download page: http://www.lowagie.com/iText/download.html But yo

Re: [iText-questions] HtmlParser class missing?

2004-04-15 Thread Paul Hastings
> Look for the iTextXML.jar, > http://itext.sourceforge.net/downloads/ ha! never made the connection. many thanks. is that in the docs anyplace that i missed? --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial pres

Re: [iText-questions] HtmlParser class missing?

2004-04-14 Thread Bruno
Quoting Paul Hastings <[EMAIL PROTECTED]>: > i suppose i'm doing something wrong but i can't seem to find > com.lowagie.text.html.HtmlParser class in any (either bruno's or paulo's) > of > the iText jars. nor any of the source code stashes. it is in the examples, > API, etc. > > any ideas? Look

[iText-questions] HtmlParser class missing?

2004-04-14 Thread Paul Hastings
i suppose i'm doing something wrong but i can't seem to find com.lowagie.text.html.HtmlParser class in any (either bruno's or paulo's) of the iText jars. nor any of the source code stashes. it is in the examples, API, etc. any ideas? thanks. ---

Re: [iText-questions] HTMLParser

2003-11-20 Thread Bruno
Quoting [EMAIL PROTECTED]: > I would like to utilize XMLWriter to build xml for a pdf. A section of the > pdf will be derived from html. I would like to utilize HTMLParser and add > the HTML as a section. My current code looks like > XmlWriter.getInstance(document, msbout, "/itext.dtd");

[iText-questions] HTMLParser

2003-11-20 Thread msbone
I would like to utilize XMLWriter to build xml for a pdf. A section of the pdf will be derived from html. I would like to utilize HTMLParser and add the HTML as a section. My current code looks like XmlWriter.getInstance(document, msbout, "/itext.dtd"); document.open(); HtmlPar

Re: [iText-questions] HtmlParser

2003-11-04 Thread Bruno
Quoting Trevor Linton <[EMAIL PROTECTED]>: > I keep getting this error when I try to use the HTML Parser: > > javax.xml.parsers.FactoryConfigurationError: Provider > gnu.xml.aelfred2.JAXPFactory not found. Java exception occured in call to > method This is not an iText error, but a pure JAXP err

[iText-questions] HtmlParser

2003-11-04 Thread Trevor Linton
I keep getting this error when I try to use the HTML Parser:   javax.xml.parsers.FactoryConfigurationError: Provider gnu.xml.aelfred2.JAXPFactory not found. Java exception occured in call to method   - Trevor   Trevor Linton Senior Web Applications Developer Vérité Multimedia http://www.veri

Re: [iText-questions] HTMLParser-more info

2003-10-01 Thread i t
Sorry!  My bad!!!  Thanks for your patience and help!  Changing the end-tag to a start-tag on the row fixed the problem.  So for this HTML code, this is the error iText gives.   Thanks again,  Bruno Lowagie <[EMAIL PROTECTED]> wrote: i t wrote:> the following error :> > error = Insertion of illega

Re: [iText-questions] HTMLParser-more info

2003-10-01 Thread i t
Thanks for the input Bruno!  I hope to get a chance to work on it!  Right now I have a bigger issue.  The code I had working   HtmlParser.parse(document222, baisStrm2);   has quit working with the following error :   error = Insertion of illegal Element: 20 The HTML I am using is:         Temp tit

Re: [iText-questions] HTMLParser-more info

2003-10-01 Thread Bruno Lowagie
i t wrote: the following error : error = Insertion of illegal Element: 20 In this class you find the meaning of the number 20: http://itext.sourceforge.net/src/com/lowagie/text/Element.java public static final int CELL = 20 So you are trying to add a cell into an object that is not a row. In y

Re: [iText-questions] HTMLParser-more info

2003-09-30 Thread Bruno
Quoting i t <[EMAIL PROTECTED]>: > Hello All, > > I now have the basic HTMLParser code working with a new document. What I > need though is to be able to add regular iText elements to a document that is > open and then add an "element" via the HTMLParser.parse to the same document. Take a lo

[iText-questions] HTMLParser-more info

2003-09-30 Thread i t
Hello All,     I now have the basic HTMLParser code working with a new document.  What I need though is to be able to add regular iText elements to a document that is open and then add an "element" via the HTMLParser.parse to the same document.  Right now the way the HTMLParser opens/closes the doc

[iText-questions] HtmlParser

2003-06-16 Thread Dmitry Guralnik
Hello, I am trying HtmlParser.parse method to get pdf from html. I have been confronted with some problems. 1. blablabla In this case the parse method used "5" as the font size. As a result I got small characters. Is it possible to tune parsing by overriding some methods or another way? 2. I got a

[iText-questions] HtmlParser

2003-06-16 Thread Dmitry Guralnik
Hello, I am trying HtmlParser.parse method to get pdf from html. I have been confronted with some problems. 1. blablabla In this case the parse method used "5" as the font size. As a result I got small characters. Is it possible to tune parsing by overriding some methods or another way? 2. I got a

[iText-questions] HtmlParser

2002-11-21 Thread Beukelman, Ken
I am trying to drop in the ability to generate a PDF file into an existing program that generarates HTML. I used the code in the attachment in this attempt. The portion that returns the string works (it is what generated the existing report). When I run this I get this error (only part of the st