I am getting 10 from the pdf but i want to get october from the pdf not 10 and psf also have october not 10 i dont know why its giving 10
You can try with this expression
DateTime.ParseExact("10","MM",System.Globalization.CultureInfo.InvariantCulture).ToString("MMMM")
Regards
Gokul