Printing from a Pugpig app or Webreader
App
There are 2 options for printing content from your app.
- For Articles, you can add a print button with the following code.
<button onclick="javascript:window.print()">PRINT</button>
- For PDFs, you can share the article via the share functionality in the app toolbar, then print from the shared link.
Webreader
We can add a print button to the toolbar of your webreader which will allow users to print the page that they're on.