Hi Aspose Team,
I’m trying to convert an excel to word by first converting the excel worksheet to PDF and converting the PDF doc to word using the following code:
Workbook workbook = new Workbook(dir + @"\Test_09122025…...pdf"; if (File.Exists(pdfFile)) { File.Delete(pdfFile);...put.xlsx"; if (File.Exists(wordFile)) { File.Delete(wordFile);...