cognidox / OfficeToPDF

A command line tool to convert Microsoft Office documents to PDFs
https://www.cognidox.com/
Other
609 stars 137 forks source link

In Word, header underlines and some borders are not rendered #55

Closed vittala closed 4 years ago

vittala commented 4 years ago

Looks like there's a but with Word interop where if ScreenUpdating is set to false on the Word object, not everything is rendered.

The solution is to turn on ScreenUpdating just before rendering the PDF

Zombaya commented 4 years ago

Are you planning on releasing a build version with this fix included in the near future?

We are experiencing some issues which seem to be related to this and I would like to try if this would fix the issues we are having.

vittala commented 4 years ago

We've just put up release 1.9 which includes these fixes