MCFE

{MCFE}{643 Spencer St}{West Melbourne}{3003}{Vic}{Australia}{(130) 036-8883}
643 Spencer St, 3003 West Melbourne, Vic
Phone: (130) 036-8883

Portfolio

'; // Convert HTML to PDF using jsPDF var pdf = new jsPDF(); pdf.fromHTML(newDocument, 15, 15, { width: 170 // Adjust this width value as needed }, function() { // Trigger the PDF download pdf.save('table.pdf'); }); });