Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 08, 2010 08:00 PM by Derrick Tate
Member
44 Points
34 Posts
Feb 02, 2010 07:25 AM|LINK
im using c# to write my system....
i cannot use HtmlParser.Parse(Doc, xmlReader) to export gridview to pdf....
i already try to put the namespace ' using iTextSharp.text.html.simpleparser'
but HtmlParser.Parse() got error......
anyone can help me?
All-Star
48619 Points
7957 Posts
MVP
Feb 02, 2010 08:44 AM|LINK
Hi, using Itext.. http://www.mikesdotnetting.com/Article/80/Create-PDFs-in-ASP.NET-getting-started-with-iTextSharp http://itextsharp.sourceforge.net/tutorial/ch07.html chk the above link OR Give Complete error
Feb 07, 2010 09:44 AM|LINK
i have solved the problem...
is the iTextSharp version problem....
thanks a lot ye
108 Points
371 Posts
Mar 03, 2010 03:27 PM|LINK
Hi,
Im getting the same error :
HtmlParser.Parse(document, tempFile)
where I cant declare HtmlParser. Which version of itextsharp is the correct one?
Thanks,
bthing i have solved the problem... is the iTextSharp version problem.... thanks a lot ye
6 Points
3 Posts
Sep 08, 2010 08:00 PM|LINK
I had the same problem. Currently, I'm using version 5.0.4
iTextSharp has changed the namespace...
iTextSharp.text.html.simpleparser.HTMLWorker.Parse( TextReader reader );
bthing
Member
44 Points
34 Posts
i cannot use HtmlParser.Parse(Doc, xmlReader) to export gridview to pdf....
Feb 02, 2010 07:25 AM|LINK
im using c# to write my system....
i cannot use HtmlParser.Parse(Doc, xmlReader) to export gridview to pdf....
i already try to put the namespace ' using iTextSharp.text.html.simpleparser'
but HtmlParser.Parse() got error......
anyone can help me?
qwe123kids
All-Star
48619 Points
7957 Posts
MVP
Re: i cannot use HtmlParser.Parse(Doc, xmlReader) to export gridview to pdf....
Feb 02, 2010 08:44 AM|LINK
Hi,
using Itext..
http://www.mikesdotnetting.com/Article/80/Create-PDFs-in-ASP.NET-getting-started-with-iTextSharp
http://itextsharp.sourceforge.net/tutorial/ch07.html
chk the above link
OR
Give Complete error
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.
bthing
Member
44 Points
34 Posts
Re: i cannot use HtmlParser.Parse(Doc, xmlReader) to export gridview to pdf....
Feb 07, 2010 09:44 AM|LINK
i have solved the problem...
is the iTextSharp version problem....
thanks a lot ye
fiorano
Member
108 Points
371 Posts
Re: i cannot use HtmlParser.Parse(Doc, xmlReader) to export gridview to pdf....
Mar 03, 2010 03:27 PM|LINK
Hi,
Im getting the same error :
HtmlParser.Parse(document, tempFile)
where I cant declare HtmlParser. Which version of itextsharp is the correct one?
Thanks,
Derrick Tate
Member
6 Points
3 Posts
Re: i cannot use HtmlParser.Parse(Doc, xmlReader) to export gridview to pdf....
Sep 08, 2010 08:00 PM|LINK
I had the same problem. Currently, I'm using version 5.0.4
iTextSharp has changed the namespace...
iTextSharp.text.html.simpleparser.HTMLWorker.Parse( TextReader reader );