-
@yossiz אמר בpdf לתוך אלמנט <canvas>:
@ב-ל יש פה דוגמאות:
https://mozilla.github.io/pdf.js/examples/index.html#interactive-examplesמכיר גם מכיר
אך עדיין חסר להם מלא תיעוד , עיין כאן לדוגמה,
וגם אחרי שאולי הצלחתי להגדיר worker כמופיע שם
אם אני כותבconst pdf = await pdfjs.getDocument({url:URL.createObjectURL(file.value)})
אני מקבל אובייקט עם מלא דברים
אך כשאני כותבconst Page = await pdf.getPage(1)
מופיע לי Warning: Setting up fake worker.
וכן שגיאה : TypeError: pdf.getPage is not a function
at _callee$ (PdfToImg.vue?98fb:21)
at tryCatch (pdf.worker.js?d62b:899)
at Generator.invoke [as _invoke] (pdf.worker.jבקיצור לא מסתדר עם זה ...
לכן אני מחפש ספרייה יותר ברורה או דרך אחרת איך לקבל pdf לתוך canvas -