Zeeshan Zaffar
I have the following lines of code to schecule a Word Automation Services job.
JobSettings.OutputFormat =
job.UserToken =
job.AddFile(wordFileUrl, wordFileUrl.Replace(".docx", ".pdf"));
job.Start();
When job.start() is execued I get the following error: