I have this code that create pdf files based on html pages. The problem is i have some layout issues in the pdf files. I will like to keep the same layout as the html pages. Note that the generated html pages are not displayed on a browser. The code take the code and then try to convert it to a pdf format and save it in a given directory. The hardest part is to convert html tags so they can be interpreted well in pdf format. Does any one here ever done it or know how to do it ?
thnks