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
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
&
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
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
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
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
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
> 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
]
[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
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
> 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
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
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.
---
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");
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo