1
votes
votes
5 answers
Read PDF with iTextSharp
Hi all, I'm trying to read a PDF file and return the body as a string. I've found this code: [code] public static string ParsePdfText(string sourcePDF, int fromPageNum, int toPageNum) { System.Text.StringBuilder sb = new Sy ...
