EvotecIT / OfficeIMO

Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
MIT License
286 stars 50 forks source link

Save pages as images #145

Closed kristofferjalen closed 1 year ago

kristofferjalen commented 1 year ago

Feature request: Would it be possible to save each Word page as an image? This would be help med adding tests that compare produced output (pixel by pixel).

PrzemyslawKlys commented 1 year ago

I think the proper way to go with "Tests" is to use what is proposed in this PR:

Saving Word to Image while I can see it being done by some paid solution I have no idea what they are doing.

kristofferjalen commented 1 year ago

Alright, thanks, I'll take a look eventually when it's released.