etinbaturay adlı üyeden alıntı: mesajı görüntüle
hocam id verdim sadece apple ürünlerinde çalışmıyor
https://github.com/eKoopmans/html2pdf.js/issues/397

const opt = {    filename: 'filename',    image: {      type: "jpeg",      quality: 1.0,    },    html2canvas: {      scale: 1.5,      dpi: 192,      letterRendering: true,      allowTaint: true,    },    jsPDF: {      unit: "mm",       format: [260, 280],      orientation: "landscape",      compress: true,    },  }