views:

11

answers:

0

Converting html-page to image or xps without lost css style.

var document = new Document(input, LoadFormat.Html, null);
            document.Save(output, SaveFormat.Xps);

Do you have any idea? May be anything library?