Hello,
I am currently evaluating Spire.Doc, using FreeSpire for now, for converting a .docx file to .html.
For this I used the code from this tutorial:
e-iceblue.com/Tutorials/Spire.Doc/Spire.Doc-Program-Guide/Word-to-HTML-Convert-Word-to-HTML-with-C-VB.NET.html
This works well, except for two issues:
1) my document contains images with transparency (only full transparency, no parial transparency).
Some images are not saved as .png, but as .jpeg.
This is an issue, since - unlike .png - .jpeg does not support transparency.
Is there a way to force the image format to be .png or keep the original format?
2) my document also contains shape groups consisting of images and text boxes
For now it seems like, these groups are ignored. Is it possible to have groups included?
Included you will find a document containing these problematic elements.
(the .bin image files in word/media/ are emf files generated by a CMS tool)
Thanks in advance, I appreciate any information on this.
Spire.Doc (FreeSpire.Office 8.2 via NuGet)
Windows 10 64-bit
Console app .NET 6