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 = new Document(PageSize.A4)
writer = PdfWriter.GetInstance(document, ms);
writer.CloseStream = false;
//Establecemos el tipo de codificación del PDF.
writer.SetEncryption(PdfWriter.STRENGTH128BITS, null, null, PdfWriter
.AllowPrinting);
XmlPeer name = new XmlPeer(ElementTags.CHUNK, "NAME");
ITextHandler parser;
Hashtable tagmap = new Hashtable();
tagmap.Add(name.Alias, name);
parser = new ITextmyHandler(document, tagmap);
parser.Parse(doc);
...............
How could i do something similar?
thank you so much
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php