I 'm trying to develop a workflow to convert document to PDF in my document library and using DLL of aspose.word & aspose.pdf base the the example provided in this link:
https://docs.aspose.com/words/sharepoint/document-conversion/
But I got this error message in this line of code
Aspose.Words.Document srcDoc = new Aspose.Words.Document(inFileName);
and the log appear this message
Could not find file 'c:\windows\system32\inetsrv\XXXX.doc
do you have any code reference for the aspose.word & aspose.pdf work in Sharepoint workflow?