Hi, can anyone help me in using iTextSharp library. Iam creating a pdf file using this and then I have to fill 3 tables in the pdf with different data. But the tables are attached to each other. I want to put some gap / space between them
so that to distinguish them uniquely.
can anyone tell me how to use html tags with this library to achieve my target.
Member
155 Points
1079 Posts
HtmlParser
Jul 08, 2008 09:17 AM|pinky8|LINK
HtmlParser.Parse(iTextSharpDocument, htmlDoc);
Do I need to download HtmlParser dll and place it in the bin folder? If so, where can I download it from?
What else do I need to add (what reference)? Thanks.
Member
155 Points
1079 Posts
Re: HtmlParser
Jul 08, 2008 02:43 PM|pinky8|LINK
using
iTextSharp.text.html;and that works.
None
0 Points
2 Posts
Re: HtmlParser
Apr 27, 2009 07:06 AM|anasphelp|LINK
Hi, can anyone help me in using iTextSharp library. Iam creating a pdf file using this and then I have to fill 3 tables in the pdf with different data. But the tables are attached to each other. I want to put some gap / space between them so that to distinguish them uniquely.
can anyone tell me how to use html tags with this library to achieve my target.
Thanks,
Member
11 Points
136 Posts
Re: HtmlParser
Mar 19, 2010 09:54 AM|MCas86|LINK
I'm having the same problem and I have that line (kindof) because I'm not using C#.
Member
370 Points
165 Posts
Re: HtmlParser
Aug 21, 2011 01:43 PM|s4lin4u|LINK
Hi,
I have tried recently and i have added using iTextSharp.text.html; but still im getting error does not exists in current context
Thanks in Advanced
Member
370 Points
165 Posts
Re: HtmlParser
Aug 21, 2011 02:20 PM|s4lin4u|LINK
Hi,
I have tried and works fine
Member
370 Points
165 Posts
Re: HtmlParser
Aug 23, 2011 09:34 AM|s4lin4u|LINK
Does not working.