I (vikasparikh@gmail.com) am evaluating aspose word to pdf conversin. It is failing for some document that are created from templates where form controls in a grid row are repeated and each row has different values but conversion repeast value of first row for all rows. Any update for this.
If this goes well, I can recommend of purchase aspose word.
I am evaluating backend aspose words for .NET
I tried converting those word document using online sample page. There too issue can be recreated.
Would you be able to provide the file(s) that are causing the issue and share the link to the web application that you are using?
Sample 1.docx (44.7 KB)
Please find sample docuemnt. Today even your website is not able to convert and saying it is not a word file. While I can open this in word at my machine.
Original document has some data that can’t be shared.
@vikasparikh I can convert your document to PDF using the following simple code:
Document doc = new Document(@"C:\Temp\in.docx");
doc.Save(@"C:\Temp\out.pdf");
But I see the online app cannot handle this and other DOCX files. I will consult with our developers regarding the issue.