$src="C:\\test\\test.pdf"; $dest="C:\\DestFolder\\"; if (file_exists($dest)) unlink($dest); $c= new COM("PDFSplitter.PDFSplitterX"); $c->convert($src,$dest, "-c PDF -log c:\doc.log"); if (file_exists($dest)) echo "OK"; else echo "fail:".$c->ErrorMessage;
If you need examples on other languages please contact us. We will create any example specially for you.
© 2018. All rights reserved. CoolUtils File Converters