2

I have a very big docx document(300mb). It is full of pictures, tables, spreadsheets, etc.

When I look at the document structure, I see that under document.docx/word/embeddings/* are all of the Excel sheets from where the tables and spreadsheets where copied! The compressed document is nearly 150MB!

The document is in a final state and the data and charts will not change any more.

Is it possible to remove all the embeddings and let Word save only the necessary values?

fixer1234
  • 28,064
eddy
  • 121

2 Answers2

2

One way I found to strip out all of that stuff is to save the file as a PDF and then open the PDF file using Word. There is some chance the formatting won't be perfect, but, in my case, it removed embedded spreadsheets and retained perfect formatting.

Andrew
  • 121
1

You will need to convert your embedded content into something else (picture, plaint text, etc).

The official Microsoft solution is here.

I found this site when I inspected (menu File / Check for Issues / Inspect Document) and found embedded content. Document inspector cannot remove automatically this kind of content without causing data loss.

CFreitas
  • 613