integrated html2canvas and jsPDF to generate PDFs

This commit is contained in:
Amruth Pillai
2020-03-31 20:53:25 +05:30
parent d91aafce91
commit 719ef17501
10 changed files with 272 additions and 17 deletions

View File

@ -66,8 +66,8 @@ ul li {
#page {
width: 21cm;
height: 29.7cm;
padding: 2.5em;
min-height: 29.7cm;
max-height: 29.7cm;
zoom: 0.8;
overflow: scroll;
background-color: white;
@ -90,7 +90,6 @@ ul li {
#page,
#page * {
page-break-inside: avoid;
visibility: visible;
}