triptikumbhat@g 0 Newbie Poster

Hi All,

I have a excel sheet of 60 columns when i exported it into pdf, then it was exported with all data. but i want to increase the width of pdf page.
bcoz my table was shrink on pdf....
I added iTextSharp in my library.

iTextSharp.text.pdf.PdfPTable mainTable = new iTextSharp.text.pdf.PdfPTable(noOfColumns);
mainTable.WidthPercentage= 100 ;

any other idea?