Which library do you use to generate pdf at worker side?
I tried jspdf, pdfmake, but they are giving module related errors.
1 Reply
i'd recommend using pdf-lib or pdfkit for generating PDFs on the worker side. they tend to be more compatible. if you're getting module errors with jspdf or pdfmake, those libraries might not work well in that environment.