tvassociation31

Results 1 issues of tvassociation31

window.jsPDF = window.jspdf.jsPDF; document.getElementById('convert-btn').addEventListener('click', convertToPDF); async function convertToPDF() { const images = document.getElementById('image-upload').files; if (images.length === 0) { alert('Please upload at least one image.'); return; } const pdf = new...