HTML2PDF is a HTML to PDF converter written in PHP4 (use FPDF), and PHP5 (use TCPDF). It allows the conversion of valid HTML 4.01 in PDF format, and is distributed under LGPL.
0
votes
0answers
13 views
html2pdf print issue in client server IE10 browser
i used the php v5.2.9 in local server. one of our client used php v5.2.17 for testing purpose. he also used php v5.3.21 in live server for production. the issue is html2pdf not support or print the ...
0
votes
1answer
84 views
How do I specify a header/footer for html2pdf to use when rendering a pdf?
I'm using the html2pdf python library, and would like to define a header and a footer to apply to each page (including fun things, like a page count for the footer). What is the most expedient method ...
0
votes
0answers
71 views
HTML2PDF: How to split a table horizontally?
I am using the HTML2PDF converter for PHP (http://html2pdf.fr/en/default) to output reports to a PDF file.
The report is user generated and can have a large number of columns and rows. A large ...
1
vote
0answers
145 views
Html2pdf with google chart api: impossible to load image
I have a online reporting tool that uses html2pdf to generate pdf and google chart api to generate graphs used in that pdf. Since today morning there is an error:
ERROR n°6
File : ...
0
votes
1answer
83 views
Saving pdf in the background using html2pdf
Am tryng to automatically generate pdfs using html2pdf class. I got the following code which is working fine, only that someone has to save the pdf manually. However, Whenever a new product is added, ...
1
vote
0answers
103 views
html2pdf special characters not rendered
I am using html2pdf library for genarating pdf with bookmarked index. By default it seems to work well for English content but i need to generate content that includes English & Arabic text. The ...
0
votes
1answer
106 views
transform - rotate and scale is not working when i convert html content to pdf
I am using html2pdf to convert html content with images to pdf
and i have also added an option to rotate and flip the images...
Right now pdf is created successfully ... but if i have rotated or ...
0
votes
0answers
62 views
is there any way to generate multiple pdf files?
is that possible to generate multiple PDF Files. I'm using html2fpdf source code that generated PDF File but problem is that html2fpdf generating single pdf file and PDF Overwritten On The Same PDF ...
0
votes
0answers
50 views
HTML2PDF PDF file is too large when using input text
When I create a PDF file with HTML2PDF using input types text, the PDF file is 8MB. Even when I use 1 text field. The idea is to geneate a PDF form with data and enable a person to mail the PDF to a ...
0
votes
0answers
73 views
Z-index in html2pdf
I am trying to build an invoice template with http://www.simpleinvoices.org which has implemented html2pdf.
I have read the documentation and at ...
0
votes
1answer
242 views
how to change height and width manually of pdf by using html2pdf in php
i am using html2pdf to convert html to pdf... actually i have a large size of html container like 12x12in (inches).
and i have used A4 size for the first time then my html content not showing ...
2
votes
0answers
195 views
Winnovative Html to pdf Converter page numbers are not right on appended document
I have a problem using Winnovative Html to Pdf Converter v8.0.0.0, my pdf page number are not correct.
Here is what I 've done.
I set a footer on my converter
...
0
votes
1answer
147 views
HTML2PDF “Error no6 impossible to load the picture”
I've a problem with HTML2PDF, I don't success to generate my PDF when I'm putting a picture. I have a message like this : "Error number 6 Impossible to load the picture /Symfony/images/logo.png"
The ...
0
votes
1answer
247 views
Symfony2 - Generate a PDF with HTML2PDF
I'm a new user in Symfony2, I would like to generate a PDF and I don't succeess to create a correct PDF with HTML2PDF. In fact, I have a pdf with 1 page containing a junk string like this : "HTTP/1.0 ...
0
votes
0answers
255 views
Create PDF with html2pdf in Laravel
I'm using html2pdf and everything works outside Laravel. In Laravel a can save to server and force download.. the only thing I can't do is view the PDF directly in browser, I only get random ...
1
vote
0answers
214 views
How to set landscape orientation using HTML2PDF
How to change the page orientation of pdf file generated via HTML2PDF to landscape...?
By default, it is opening as Portrait format. I have changed it in html2pdf.class, but nothing changed.Please ...
0
votes
0answers
179 views
How can use special character in XMLWorker ITextSharp?
i use xmlworker to convert html to pdf. my html markup is:
<table><tr><td>Female: > 18 </td></tr></table>
I replace > With > but my pdf result is: ...
0
votes
3answers
216 views
how to put the column headings on each page in html2pdf
I am using the html2pdf class to produce pdf file from a html page.I want to put the column headings on each page. but i m not getting concept how to do this. here is my code:
<?php
function ...
0
votes
1answer
186 views
Convert POST HTML data from textarea to PDF
I have a text area in a form, when i insert some html code with table formatting, it converts in PDF on localhost with all formattings, but when i do same on my hosting shared and on my VPS both it ...
0
votes
1answer
94 views
html2pdf page number
I've got a html code and when I convert it to pdf using html2pdf, it is longer than a single page, and I need to put the page number in both pages.
I've tried putting the page_footer code as it is ...
0
votes
3answers
95 views
Does html2pdf support gradients
I've got the following HTML and CSS:
<div id="previewBox" style="background: #1e5799;
background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
background: -webkit-gradient(linear, left ...
0
votes
1answer
155 views
html2pdf include html from page
Trying to generate PDFs with html2pdf. I'm able to create the PDFs from creating markup within the function itself, but what I REALLY want to do is include the markup from a separate file using a ...
-1
votes
2answers
320 views
PHP inside PHP (HTML2PDF)
I'm trying to make a pdf file of a page with HTML2PDF. At this moment the data i put in the "pdf file" is static, I type it myself:
<?php
ob_start();
include 'random.php';
$random = ...
0
votes
1answer
516 views
HTML2PDF with TCPDF not rendering Chinese characters in final PDF document
I am starting a new thread for this one, will try to be as specific as possible.
This is a portion of an app for our sales people that allows them to customize a page with their contact ...
0
votes
1answer
485 views
using html2pdf api to save mysql data generated in php and html table
hi i am trying to use html2pdf to create pdf of the php file which contains a table in vich th data from mysql database is fetched and is generated by using while loop
but wen i tr to run the php ...
-1
votes
1answer
370 views
How to add <script> tag in HTML2pdf
Any idea how to include <SCRIPT> tags in HTML2PDF.I have a clean HTML page to converted into PDF but it tells <script> tag not supports.So,please help me how to include this tag in class ...
1
vote
2answers
232 views
PDF name not saved for file generated from HTML2PDF
I am facing a very frustrating problem. I am generating a pdf file with html2pdf and it shows up properly in a popup screen with pdf plugin. When I try to save the file, it is not taking the filename ...
2
votes
1answer
185 views
Convert arabic page using xhtml2pdf.pisa in Python
I'm trying to convert html2pdf from pisa utility. please check the code below. I'm getting error which I couldn't figure out.
Traceback (most recent call last):
File "dewa.py", line 27, in ...
0
votes
0answers
46 views
Making an underlined multilined textarea in html2pdf
I am currently messing around with html2pdf as i need an application to generate some pdf files with underlined text fields.
As for most of the text fields on the pdf it is not a problem, as they ...
0
votes
0answers
144 views
html2pdf library shows php version issue
I am using html2pdf library for generating PDF from HTML. It works fine in wamp2.0 in which PHP version is 5.2.6. But I found an issue and a lot of errors in PHP version 5.4.3
that look like
...
0
votes
1answer
119 views
html2pdf error when it's present the <ul> tag
When my HTML code contains a long text in a <ul><li>my long text...</li></ul> tags, at the end of the line, after the PDF generation, the text does not go in a new line, but ...
1
vote
1answer
215 views
pisa html2pdf convert table dont apply height to td
I use pisa xhtml2pdf to convert an html code to pdf.
i have a problem! pisa did not apply some style to my table such as height and vertical-align
<table style='overflow: hidden;' border='1' ...
0
votes
0answers
269 views
html2pdf php css dynamic url
I am trying to pring google home page on a pdf file using html2pdf using following code.
<?php
$homepage = file_get_contents('http://www.google.com/');
include_once('html2pdf.class.php');
...
2
votes
8answers
975 views
Html2pdf doesn't support word-break:break-all css
hai everybody i am using html2pdf ,it doesn't support word-break:break-all css any idea?
example
<td style="width:30%;word-break:break-all ;">
...
2
votes
1answer
115 views
getimagesize does not work with files that contain latin/special chars PHP RHEL
We have a set of images, around 2500, that are stored in a local RHEL 6.2 server. We also have a MySQL DB with all the names of these files.
The problem is, when we call html2pdf to create the PDF ...
-2
votes
1answer
171 views
HTML 2 PDF starts a new line for every </table> [closed]
I have an HTML file with many tables in it, and am using html2fpdf.php (HTML 2 PDF) to create a PDF version. The problem is, it always starts a new line when it encounters </table>.
For ...
0
votes
1answer
1k views
html2pdf error while converting to pdf
I have the following code:
<?php session_start();
ob_start();
// on vérifie toujours qu'il s'agit d'un membre qui est connecté
if (!isset($_SESSION['login'])) {
// si ce n'est pas le cas, on ...
0
votes
1answer
164 views
Does anyone know a html to pdf converter which uses curl instead of fopen?
I am looking for a html2pdf php script, which uses curl to open/check images. Our server doesn't allow the fopen function.
Thanks!
* EDIT *
I solve the issues by replacing the fopen function with ...
1
vote
1answer
311 views
HTML to PDF (Using Google chrome API)?
I have some documents in HTML and i need it to be printed/generated on server (no UI, automated, linux based).
I'm very satisfied with Google Chrome "html to pdf" of the documents but i'm wondering ...
0
votes
0answers
613 views
HTML2PDF not working in live in yii
i used HTML2PDF in my site which is developed in YII framework. it is working fine our server. When I moved those codes in client server it won't works. the page took long time for loading and finally ...
2
votes
1answer
209 views
html2pdf embed SVG files
I'm trying to use html2pdf to automatically create brochures that may need to go to print so need certain elements to be vector based. The class is hopelessly documented and I've got stuck trying to ...
0
votes
2answers
124 views
PHP Library to Convert HTML containg SVGs to PDF
Is there any library or combination of Libraries I can use to Generate PDF from HTML containing SVGs.
Thanks in Advance
1
vote
1answer
2k views
Create PDF with HTML2PDF and MySQL
I have problem with create PDF and MySQL using HTML2PDF Librairy.
I would like to display an image and does not show.
Does anybody know how to do that?
For example: I have code below:
bookmark.php
...
0
votes
1answer
2k views
show images in html2pdf library
I have a table contains multiple rows and each row has an image.
<table>
<tr>
<td style="">
<img src="<?php echo $img_path; ?>" />
...
0
votes
2answers
640 views
How to generate a pdf file from a html page in webapp2
I need a code snippet to generate a PDF file from a HTML page that can contain images and some CSS.
I'm using Google AppEngine with Python 2.7 and webapp2 (not Django).
I know this question may ...
1
vote
2answers
221 views
Clean up after creating the pdf
I'm generating a pdf file with html2fpdf.
$pdf = new HTML2FPDF();
$pdf->HTML2FPDF("P","mm","A4");
$pdf->AddPage();
$pdf->WriteHTML($html);
$pdf->output('sample.pdf');
This sample ...
1
vote
1answer
2k views
html2pdf = $html2pdf->WriteHTML($VARIABLE); line causing problems
I have a form that takes user input, posts to itself and stores my php code into a string variable and saves that string data to a .html file on my server. I'd like to do away with the .html file and ...
0
votes
0answers
206 views
Store php form output to variable
I have successfully written a dynamic form with output of the form and data posted to mysql. What I'd like to do now is save the output of my php to a variable which I can then pass to html2pdf for ...
0
votes
1answer
2k views
I get following error when trying to generate a pdf using php by making use of html2fpdf
Warning: include(font/helvetica.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\php\PEAR\fpdf.php on line 541
Warning: include() [function.include]: Failed ...
0
votes
1answer
569 views
Can not get background color in PDF generated from HTML
I am using following code to generate PDf from HTML I have but I am not getting the background color as is in HTML provided. I get a white background.
$content = "
<html>
<body ...




