Include Copyright in Print & PDF
You can include an invisible copyright information to the printed sheet. This copyright information will not appear on the website. However, when someone attempts to print, the copyright information will be added to the printed page. Here's how to include your copyright information in the print and PDF.
Step 1: Create your Copyright
- Put your copyright info in Div, Paragraph, or other html element.
- Add the "class=copyright" to the HTML element containing your copyright.
- Put the copyright notice inside the content block (top or bottom)
Example: <div class="copyright" style="display:none;">© 2012 YourBrand.com</div>