We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im using Nextjs 14, and while uploading a pdf file or display it from an external link, the text gets messy and spaces also.
The images below from a link that return a pdf, I've checked the file and it's ok
Also, I checked it in other devices to make sure it's not a problem in my machine
This is how i use the package:
Render a normal PDF file with it's original style
Messy PDF file
No response
The text was updated successfully, but these errors were encountered:
duplicate of #1684
Sorry, something went wrong.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.
This issue was closed because it has been stalled for 14 days with no activity.
No branches or pull requests
Before you start - checklist
Description
Im using Nextjs 14, and while uploading a pdf file or display it from an external link, the text gets messy and spaces also.
The images below from a link that return a pdf, I've checked the file and it's ok
Also, I checked it in other devices to make sure it's not a problem in my machine
This is how i use the package:
{Array.from({ length: numPages }).map((_, index) => ( ))}Steps to reproduce
Expected behavior
Render a normal PDF file with it's original style
Actual behavior
Messy PDF file
Additional information
No response
Environment
The text was updated successfully, but these errors were encountered: