
I was hoping to get more information about that topic or maybe someone already had encountered such issue. However recently I've noticed the empty content controls are still shown even thought our 'manully hide' implementation is being executed before exporting. The problem is that we have a lot of content controls in our document (.Document) and before exporting it to PDF using ExportAsFixedFormat method we go through all of the content controls and hide the empty ones (that are missing information usually filled from our application).

Recently in the new versions of word ( Microsoft® Word for Microsoft 365 MSO (Version 2301 Build 6.20002) 32-bit) we got some complains from our users that the export is not working as expected even though we didn't have any major code changes in that area.

One of the operations is to export the word document to PDF. Our application is actively communicating with Word in order to perform certain operations.
