hi,
I have a template file in pdf and when i use aspose.pdf to convert it into word so it convert sucessfully. the output file is
https://drive.google.com/file/d/0B27sK4AZpwaxcUV6MTRfUjdwMEU/view?usp=sharing
when i open it in word 2016 so it is as expected.
https://drive.google.com/file/d/0B27sK4AZpwaxcmQ2bVYwYWVEbkk/view?usp=sharing
but if i open in word 2013 so it is
https://drive.google.com/file/d/0B27sK4AZpwaxSHZFOFh2c3ZhVzQ/view?usp=sharing
but this is not expected result. i m using aspose.pdf version 17.8.0.0 and i have also tried with 17.9.0.0
sample template file in pdf is
https://drive.google.com/file/d/0B27sK4AZpwaxMnZaRDlXSnRPdmc/view?usp=sharing
my code is
Document pdfDocument = new Document(templateFilePath);
pdfDocument.Save(fileName + ".docx", Aspose.Pdf.SaveFormat.DocX);