You cannot find any 100% same project from others online. You can just refer their ways to create yours by some similar idea or tricks. What we can do is give you these links about creating dynamic tables using iTextSharp. If still not the case you want,
you can post the issue to the official support forum for this product.
Member
12 Points
51 Posts
Adding tables side by side using itext sharp
Sep 20, 2011 10:44 PM|sindhur|LINK
How do we create 2 table's side by side using itext sharp like the below way.any help would ba appreciated
Participant
1921 Points
644 Posts
Re: Adding tables side by side using itext sharp
Sep 21, 2011 01:31 AM|manishprajapati|LINK
http://www.mikesdotnetting.com/Article/86/iTextSharp-Introducing-Tables
http://www.dotnetspark.com/kb/1365-create-custom-table-pdf-document-using-itextsharp.aspx
http://www.developerfusion.com/thread/40095/5682-itextsharp-library-to-create-pdf-files-on-fly-in-cnet/
Thanks,
Manish Prajapati
Member
12 Points
51 Posts
Re: Adding tables side by side using itext sharp
Sep 21, 2011 11:34 AM|sindhur|LINK
I already tried all the things in google.Couldnt figure out a perfect sol..
All-Star
98048 Points
12424 Posts
Re: Adding tables side by side using itext sharp
Sep 23, 2011 02:39 AM|Qin Dian Tang - MSFT|LINK
Hi,
You cannot find any 100% same project from others online. You can just refer their ways to create yours by some similar idea or tricks. What we can do is give you these links about creating dynamic tables using iTextSharp. If still not the case you want, you can post the issue to the official support forum for this product.
http://www.mikesdotnetting.com/Article/86/iTextSharp-Introducing-Tables
http://www.codeproject.com/KB/cs/iTextSharpPdfTables.aspx
http://www.dotnetspark.com/kb/1365-create-custom-table-pdf-document-using-itextsharp.aspx
Thanks,
If you have any feedback about my replies, please contactmsdnmg@microsoft.com.
Microsoft One Code Framework
All-Star
193986 Points
28020 Posts
Moderator
Re: Adding tables side by side using itext sharp
Sep 23, 2011 03:22 AM|Mikesdotnetting|LINK
You should use the PdfPTable's WriteSelectedRows method:
Member
12 Points
51 Posts
Re: Adding tables side by side using itext sharp
Sep 23, 2011 11:32 AM|sindhur|LINK
That's Perfect.Thanks Mike.