Here is a nice trick by Mr. Bennett McElwee to print html content using css visibility
attribute in @media print
. But what if the content is styled using remote css files as in this example.
<div class="text-primary">
Test Tesing Testing
</div>
where text-primary
class applied from remote bootstrap.css file.