packages.flutter
packages.flutter copied to clipboard
Is it possible to run pdfx rendering in a web worker?
Hi, thank you for providing this great package. It has been working really well. However, recently I've been experiencing performance bottlenecks with rendering PDFs to images on the web. I was curious if there's a possibility to invoke pdf.js functions in a web worker with a package such as isolated_worker?
Thanks!