Hi,
In my project I am extracting content between some characters from uploaded word document (input) using Aspose, converted it to html and save it in the data base. if customer click document download (output) option I am fetching a customer template and replace a special word with all the extracted content. My downloaded document should be same as the uploaded document.
But when I upload the input file input.docx (64.7 KB), it giving the output output.docx (12.7 KB). Like last shape object is missing in the output document
I am attaching my sample document wrdHtmlWithReplacePoc.zip (754.3 KB). My output document should be same as the input file, So please help me to figure out the issue
Thank you