I try to convert some HTML (like described here: e-iceblue.com/Tutorials/Spire.PDF/Spire.PDF-Program-Guide/Convert-HTML-to-PDF-with-New-Plugin.html) into PDF and then the PDF shall be converted to XPS with
- Code: Select all
doc.SaveToFile("xyz.xps", FileFormat.XPS)
That works quite good so far. But somehow all colored text is now black or grey in the resulting XPS. I tried that with other HTML from the web (even with e-iceblue.com/) and the behaviour is always identical.
Is there a reason for this behaviour and can I have colored text somehow?
Best regards
Jim