Bagesh kumar singh

Bagesh kumar singh

  • 1.6k
  • 65
  • 102.5k

How can Find the number of Pages in a pdf file.

Jan 3 2014 12:25 AM
hi all,

i am using
PdfReader pdfr = new PdfReader(strFilePath);
TextBox1.Text = pdfr.NumberOfPages.ToString();

but my problem is that ,  it capture page number of some pdf file and some time it does not capture the page number. I am using itextsharp.dll
plese give some solutation. its urgent

Thanks in Advance.

Answers (1)