-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Text layer issue #53
Comments
The implementation of layers has changed a bit since v1.6, now you need to import css styles for layers work properly. import '@tato30/vue-pdf/style.css' |
Hey Aldo, Thanks for the help, I didn't notice that change. However, with that import I still encounter an issue.
Results in this error I modified @tato30/vue-pdf package.json exports object based on the error log above and it works:
Let me know if I should provide more information or what I can do to make text layers work without package.json modification. Again I appreciate the help! Jose |
Fixed. I was misunderstanding on how npm handles the path wildcards, thanks for catch the error. |
Updated and works as expected Im glad I could help. Thank you for VuePDF! |
Hello,
I am running version 1.7.2 and am experiencing an issue with text-layer, the text is rendering below the pdf preview.
Text layer on:
Text layer off:
If thats the expected behavior, then so be it but i recall in 1.5.1 it behaving differently. Thank you anyhow for taking a look into this for me.
Regards,
Jose
The text was updated successfully, but these errors were encountered: