Cab anyone assist me please.
I have the need to create EPS files from multi-page PDF files from C#.
I have setup a Batch Process to convert any PDF files in a specific folder to EPS. How can I run that batch process from C# at specific times?
Any help much appreciated.
Darren FormosaPosted Apr 8, 2009, 4:42 AM
Thanks for the reply.
What I meant was how do I actually code in C# to run a Batch Process or how do I code to run a javascript on Acrobat?
Jan MontanoPosted Apr 7, 2009, 9:45 PM
2. You could spawn a new thread which basically checks the time and runs your batch process if it's time.
3. You could take advantage of windows scheduler.
4. Run your batch process as a windows service.