-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - PDF generation issue in Mozilla Firefox #11
Comments
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 know about it. Tried using it in the past, but had issues configuring it with next.js. |
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
Note
These issues also arise in the deployed version of the app
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:
The text was updated successfully, but these errors were encountered: