Chrome 77 Printing Fix Released
Chrome 77 introduced a security patch blocking automatic PDF print dialogs in IFRAMEs, affecting TX Text Control document printing. A new NuGet package resolves the issue with an updated approach to trigger print dialogs for documents displayed in the MVC DocumentViewer component.

Google rolled out a security patch with version 77.0.3865.75 that prevents the print dialog opening automatically in case a PDF document is embedded in an IFRAME.
This change is documented in this official Google Git commit. In our online document editor, which is part of TX Text Control .NET Server, we use this functionality to enable client-side printing which was broken with the recent Google Chrome release.
We were able to implement a fix for this issue and published a new NuGet package that is available immediately:
TXTextControl.Web (27.0.702.500)
If you are using MVC, we recommend to update the NuGet package and to roll out this new version.
For WebForms, we will provide a fix within the next service pack. In the meanwhile, please contact our technical support to get a workaround solution.
