eKoopmans/html2pdf.js

How to set this in full display

skiets opened this issue · 0 comments

skiets commented

image

This is my code:

$(document).ready(function() {
var htmlContent = $('#printpdf').html();

    html2pdf().set({ filename: 'sample.pdf', size: 'letter', }).from(htmlContent).save();
});