A4 paper (for printing)
This will be useful for creating reports for printing purposes. This plugin will help to create fixed sized pages (A4) suitable for printing.
css required:
<link rel="stylesheet" type="text/css" href="../libcommon/plugins/sheet-of-paper/a4.css">
Demo: Try modifying or printing the page
Usage
Add class document
to body
tag of the page.
<body class="document"></body>
To create a page: use class page
<div class="page"></div>
You can add as many pages you want in a document.
To add a page break: Add the following empty div tag to add a page break in the print manually
<div class="page-break"></div>
These page break will be only visible in print version only.
For more information and different page sizes, visit: https://github.com/delight-im/HTML-Sheets-of-Paper