I want to convert html to PDF using PHP or javascript. i have a html having text and image both. I have tried using html2PDF but facing problem in image. if i am using relative path then it is not allow to create PDF and throw error about not found image and using absolute path it is not displaying images in my web view. so any one have solution for it? and is there any other solution convert html to PDF or image?I want to convert html to PDF using PHP or java