Hello, when converting a specific DOCX file to PNG on Ubuntu, we get the following error:
“Saving complete multi page document to image is not supported. Please save by page.”
We already specify all the things we can:
…...to convert by setting Pages list or PageNumber and PagesCount...ImageFileType.Png, Pages = new List<int>() { 1 }, // or PageNumber...