On 7/10/2011 13:56, victor raton wrote:
> the class XMLParser doesn´t exist to 5.x version.
XM Worker is in a separate jar. You can download it from SourceForge:
http://sourceforge.net/projects/xmlworker/
Or if you use iTextSharp:
http://sourceforge.net/projects/itextsharp/files/xmlworker/
-
On 7/10/2011 13:56, victor raton wrote:
> the class XMLParser doesn´t exist to 5.x version.
> how can I do to parse a xml file to a pdf file?
XML Worker is in a separate jar. You can download it from SourceForge.
--
All
good morning;
I am reading the manual and porting the code to c# but I have a problem.
Example:
XMLWorker worker = new XMLWorker(pipeline, true);
XMLParser p = new XMLParser(worker);
p.parse(HTMLParsingProcess.class.getResourceAsStream("/html/walden.html"));
the class XMLParser doesn´t exist to 5
On 5/10/2011 8:59, victor raton wrote:
> thank you for the information.
> I think that the documentation you have send me is in java, isn,t it?
> Is there support for .net?
XML Worker has been ported to C#, but you'll have to adapt the code of
the examples to .NET lingo.
thank you for the information.
I think that the documentation you have send me is in java, isn,t it?
Is there support for .net?
thank you.
2011/10/4 1T3XT BVBA
> On 4/10/2011 15:51, victor raton wrote:
> >
> > Hello;
> > I have an aplication which is working with a 4.x.x Itextsharp version.
> >
On 4/10/2011 15:51, victor raton wrote:
>
> Hello;
> I have an aplication which is working with a 4.x.x Itextsharp version.
> I have upgraded to a 5.1.2 version and I have noticed than some clases
> and methods has been removed, for example XmlPeer, ItextMyHandler,
> etc. I have to read some par
Hello;
I have an aplication which is working with a 4.x.x Itextsharp version. I
have upgraded to a 5.1.2 version and I have noticed than some clases and
methods has been removed, for example XmlPeer, ItextMyHandler, etc. I have
to read some parameters from a xml document.
Example:
Document doc =