Product Version: 11.2.0
Please tell me how I can save the .docx
file back to .docx
with the changes. I read that saving annotations to a .docx
file is not supported, right?
I’m using WebViewer (with WebViewer Server) in ReactJS.
Thank you!
Product Version: 11.2.0
Please tell me how I can save the .docx
file back to .docx
with the changes. I read that saving annotations to a .docx
file is not supported, right?
I’m using WebViewer (with WebViewer Server) in ReactJS.
Thank you!
Hello, I’m AiRon, an automated tech support bot
While you wait for one of our customer support representatives, I can help you with your question.
.docx
file is not supported as .docx
files do not natively support annotations like PDF files do. Annotations are typically stored separately and are not embedded into the .docx
file itself. However, you can save the .docx
file after editing text and other elements using Apryse’s WebViewer..docx
file.getFileData
API to save the edited .docx
file back to its original format..docx
file.getFileData
API to save changes.Hopefully, this helps you solve your problem while you wait for a human to get back to you.
Hi there,
Yes, annotations are only for PDF files.
You can download the file as a DOCX with the following code:
instance.UI.downloadPdf({ downloadType: 'office' });
Best Regards,
Darian