I’m making a web store and need to generate a pdf with orders. I’ve looked for, but it did not clarify what would be the best option to generate that.
Any advice of what library to generate pdf from html?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
xhtml2pdf works pretty well. However, it does not support 100% CSS.
You can find a working combo of HTML and CSS after little work, note that you should use tables for layout.