I'm using itextsharp
pdfreader
PdfReader pdfReader = new PdfReader(pdfTemplate);
this is working fine for almost all the files, but for some file this is giving following error
"Input string was not in a correct format."
I have checked name and location of those files both are fine. But still not able to find the issue.