html2pdf

How to install wkhtmltopdf on a linux based web server

I have tried in all ways to get wkhtmltopdf installed on our web server but unfortunately it is not getting installed. I cannot access user/bin folder as stated in a tutorial on installation. On the server in public_html folder there is a sub folder _vti_bin, I copied the file wkhtmltopdf-i386 from wkhtmltopdf-0.9.1-static-i386, but I a...

html2pdf is not recognizing space and not able to add margin.

I am having a html page with no style attribute.HTML tags i am using are "center,line break tag, bold tag".Html page doesnot contain any table. its a simple document.I need help for:- Adding margin of 1 inch on all sides of the pdf file. I want to start every para with space of two tabs. ("&nbsp" generate space in html file but not in ...

Hi, How can I convert a dynamic web page to pdf?

I have a dynamic webpage that I created using html and php... I already have sample codes that can convert a static web page to pdf... But my problem is my web page is dynamic... So is there a way to convert my page to pdf? If yes, please provide some easy to understand codes... thank... Anyway, here is my code: //session variable $use...

How to insert inline html images to pdf using html 2 pdf tool fpdf?

Hello, i want to insert image without using addImage function of FPDF. is it possible to insert inline images in html to generate the PDF? I want to convert html to pdf like : <div style="background:(images/header.png)"> <img src="images/test.png" /> </div> Kindly revert.. ...

is it recommanded to use html2pdf script?

hey all i have a php page, where is contains the full webpage on how i want things to go, now is it possible that with a php page that contains mysql and ajax to work with html2pdf script to convert the page into PDF if not what do you recommend ...

How do I get wkhtmltopdf running for a Drupal site on cPanel shared hosting?

First off, I will acknowledge that I am aware of another similar thread on the topic of wkhtmltopdf, but it was not similar enough to resolve my issue. Here's the other thread: wkhtmltopdf Second, I will say that I have successfully used wkhtmltopdf with a Drupal site on a dedicated server that I run, where I installed the libX11 and us...