Open al1abb opened 1 year ago
Any pupeteer alternatives that can fix this natively?
Any pupeteer alternatives that can fix this natively?
Don't know
I have used the following in the past
https://github.com/diegomura/react-pdf
It has a declarative way to generate PDF within the browser itself..
I have used the following in the past
https://github.com/diegomura/react-pdf
It has a declarative way to generate PDF within the browser itself..
I know about it. Tried using it in the past, but had issues configuring it with next.js. Then I decided to use puppeteer instead
Oh okie.. then can https://github.com/foliojs/pdfkit be directly used?
Oh okie.. then can https://github.com/foliojs/pdfkit be directly used?
Not sure
This is a great project but just having issues extracting it to fit my context. Thanks tho
It is not working on other broweser too
Description
Issues:
Direct Download: After generating a PDF, the file is downloaded directly without proper user interaction.
Empty PDF iframe: The PDF iframe appears to be empty, causing difficulties in rendering or displaying the generated PDF.
Opening in New Tab: Opening the PDF in a new tab does not work as expected; it may not load or display correctly.
Quantity Input Error: The quantity input field can accept non-numeric values even though it is specified as type=number.
Signature Drawing: The signature drawing on canvas feels slower and lags behind the mouse (this issue comes from shadcn dialog element).
Expected Behavior:
Environment: