groupdocs-viewer / GroupDocs.Viewer-for-.NET-MVC

Moved to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Demos/MVC
https://products.groupdocs.com/viewer/net
MIT License
8 stars 3 forks source link

Fix for Viewer print feature. #69

Closed kegor closed 4 years ago

kegor commented 4 years ago

Problem: Current implementation of generating print version is not working with HTML which has external resources instead of inline base64.

Solution: Added rendering pages in image mode for the print version. Related changes on UI: https://github.com/groupdocs-total/GroupDocs.Total-Angular/pull/206.

Tests: The changes were successfully tested on both authorized and incognito Chrome modes.