public static List<string> GetPDFPageText(Stream pdfStream, string dataPath) { try { int dpi = 100; GhostscriptVersionInfo lastInstalledVersion ...