Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

pdf table files download react not working

let page = document.getElementById("divToPrint"); 
html2PDF(page, {
      jsPDF: { unit: "pt", format: "A4", orientation: "portrait" },
      imageType: "image/jpeg",
      output: "./pdf/generate.pdf",
    });
 
PREVIOUS NEXT
Tagged: #pdf #table #files #download #react #working
ADD COMMENT
Topic
Name
4+7 =