How to call PDF to Image Converter Command Line from C# source code and convert first one page only?
Hi, I am using the trial version PDF2Image. string appPath = Path.GetDirectoryName(Application.ExecutablePath);string str = strImageOutptFolder + strOutPutFileName + strFileCreatedDateTime + ".jpg";Process proc = new Process();int...