-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Borders hidden #95
Comments
If is usefull to somebody, I just do wider the borders, so they appear at PDF. |
I have the same problem, can u tell me how to fix this |
I am also experiencing this issue. Some borders display properly, some do not. I cannot discern what makes the difference in them displaying or not. I have tried making the borders wider and darker, but that did not help. Thanks for any help! Using version I removed any options, etc and tried to use the most simple code possible and am still experiencing the issue. html2pdf()
.from(target)
.save() |
After some further investigation, I now realize this is likely an issue with This library is still using Is there anything I can do to help make this happen? |
I have created a jsfiddle here: https://jsfiddle.net/0tk5mdax/26/. The fiddle is an exact copy of my HTML that I am trying to convert. And you can see it is rather complex as far as borders go. It seems to work as expected. Which is good news! But, I am still unable to get this working in my own application. I have even stripped everything out that I can think of, including custom Bootstrap code/themes, third party CSS, plugin/extension CSS, etc. So I am unclear why this works in isolation in the fiddle but not in "isolation" (as much as I can) in my own app. I have also tried Safari, Chrome, and FF but all seem to fail. Oddly, when I manually add the library via the instructions here: https://github.com/eKoopmans/html2pdf.js#console and then call Sorry for the spam and any help is appreciated. Thanks! |
Hi, I'm exporting a HTML Table and some inputs to PDF, but when it renders don't shows the borders of the elements. It looks like this:
When the HTML looks:
I just want to display the element's borders in the PDF as the HTML.
The text was updated successfully, but these errors were encountered: