function crearPDF(){ const elemento = document.getElementById("reporte"); html2pdf().from(elemento).save(); }