Hiya, I need a simple HTML & CSS to PDF script that can generate simple table, text, and image documents from HTML files. The script needs to be standalone (doesn't use an online service), and can't be a ready made script such as FPDF. This needs to be custom made that has a sole purpose of generating simple documents that contain tables, text, and images. If you have the appropriate experience in PHP, please get in touch for more details.
You will not find such a thing that works properly. Why? Simple conversion: easy task. Good conversion: Very complex task, not cost effective with pure PHP implementation. Your best solution is to use an online service, there are free ones that have a PHP API.
I have that script, it's use fpdf. Convert HTML to PDF using HTML Parser. and I think this is not simple work.