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…...first converting the excel worksheet to PDF and converting the...ut.xlsx"); Worksheet sheet = workbook.Worksheets[0]; PdfSaveOptions...