Hi Guys, Can you somebody recommend me tools or engines which converts HTML do PDF. Problem starts when you need cut HTML to PDF on A4 size pages. Doesnt fit very well. So if you know solution. Let me know. Thank you very much Peter
Hi, It can be done using PHP I have achieved similar solution previously using programming long back, For this I have used some PDF class. Also tool used to scrape HTML URL using CURL and put the content into PDF. I gotta find the code