Tagged Questions
An HTML to PDF converter written in PHP
7
votes
7answers
2k views
Generating PDFs with PHP
I have a PHP application and a need to generate a PDF with the result of query. The easiest way a found to do this was to use the DOMPDF to generate the PDF for me. So a made a function that generates ...
5
votes
2answers
930 views
Alternative to dompdf (PHP Tool To Cnvert HTML+CSS To PDF) But in .NET?
From their site (Free Project On Google Code): http://code.google.com/p/dompdf/
dompdf is an HTML to PDF converter. At
its heart, dompdf is (mostly) CSS2.1
compliant HTML layout and rendering
...
3
votes
2answers
2k views
dompdf watermark, image, header and footer issues
i am using dompdf as a plugin in codeigniter. it generates the pdf perfectly. but some problem are eating up me for some days.
I want to put an image as header in every page of the generated pdf. i ...
3
votes
3answers
2k views
DOMPDF problem with Cyrillic characters
I am using the DOMPDF library to create an invoice in PDF. This document can be in French, Russian or English, but I am having trouble printing Russian characters.
First, I tried to use UTF-8 ...
3
votes
2answers
1k views
How to generate table of contents using dompdf?
I am using the dompdf library of php to generate PDF report from an HTML template. In that html template there is a section table of contents. When genrating PDF i need to update the page number of ...
2
votes
0answers
118 views
DOMPDF 0.5.1 - Fonts not working on live Server
I've got DOMPDF 0.5.1 running in a Drupal implementation on my localhost (xampp, windows 7) which generates my Pdf's just fine.
But when i commit this to the live server things go wrong. I get the ...
2
votes
1answer
620 views
dompdf special characters
I'm having successful html-to-pdf conversions, but not with special characters.
Below is just a special character I'm trying to display, which displays in browsers on my Mac, when I put it simply ...
2
votes
0answers
394 views
PDF generation with Acrobat Jascript using DomPDF/PHP
I'm currently building an application that generates PDF's from HTML using the PHP library DOMPDF. The PDF's require the ability to update their content or download a newer version if it's available ...
2
votes
1answer
237 views
DOMPDF 0.5.1 - new server environment breaks PDF output formatting
I'm using DOMPDF to generate PDFs inside of a symfony application.
On my current production server, it works great. I was tasked with moving
it to a new server. I checked out the code on the new ...
2
votes
1answer
2k views
dompdf: loading html files to render, doesn't work
dompdf is not able to generate a pdf from a page of my website. However, I've saved the page and uploaded it as simple static html file, and it worked!
So, I dunno if the issue is with the url, or ...
2
votes
1answer
422 views
DOMPDF: files with 0 bytes and text/plain mime-type
I'm using Kohana 3 and pdfview/DOMPDF to generate pdf files but they are generated with 0 bytes and text/plain mime-type.
Controller:
public function action_pdf() {
if(isset($_POST['dados'])) {
...
2
votes
3answers
661 views
When sending headers to download a PDF, Safari appends .html
Here is the request and response headers
http://www.example.com/get/pdf
GET /~get/pdf HTTP/1.1
Host: www.example.com
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.3) ...
1
vote
1answer
33 views
loop codeigniter with dompdf
I want to fill an PDF with data from my database. Now this is working except that i cant get a loop in it. With what i got now it gives the wrong data in the output.
In my model i got:
public ...
1
vote
2answers
73 views
Ill formatted HTML from a PHP loop
I am looping through an array and building tables. The HTML is then sent to DOMPDF. However, DOMPDF will not create the PDF if the HTML is ill formatted. I assume that is what is happening in my case. ...
1
vote
1answer
92 views
how to save DOMPDF generated content to file?
I am using Dompdf to create PDF file but I don't know why it doesn't save the created PDF to server.
Any ideas?
require_once("./pdf/dompdf_config.inc.php");
$html =
...
1
vote
2answers
78 views
domPDF inline PHP
I am working on creating a PHP script to convert my HTML/CSS/PHP pages into a PDF. I have come across the class domPDF and I have uploaded all files to my server. I am trying to wrap my head around ...
1
vote
2answers
35 views
Insert HTML with add_object?
On the dompdf FAQ page, they give this example:
<script type="text/php">
if ( isset($pdf) ) {
// Open the object: all drawing commands will
// go to the object instead of the current page
...
1
vote
1answer
395 views
dompdf: How to add header on every page except first?
I'm using dompdf to generate a PDF. I've grabbed the code from the dompdf website to add a Header to the pdf and it's working, but I would like to put the header on every page except for the first. ...
1
vote
4answers
202 views
Creating PDF documentation
I'm in the process of building a web application and will need to create documentation on a customer by customer basis. These files will be saved in pdf format.
I'm looking for help in the process ...
1
vote
2answers
836 views
DOMPDF: Inline PHP script not working
I've a problem with DOMPDF. I'm running PHP 5.3.3 and have the newest DOMPDF 0.6.0 beta2.
I've created this HTML template:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
1
vote
1answer
1k views
Generating a PDF using CodeIgniter
I am using dompdf to create a pdf file out of an html file that gets created on-the-fly for the sole purpose of it serving as input for the pdf generator, however I am having trouble doing this, I ...
1
vote
1answer
902 views
dompdf footers not working?
I'm working on modifying my dompdf output script to add footers. I read the tutorial from dompdf itself on how to do this, but it doesn't seem to be working for me.
I'm first writing the HTML file ...
1
vote
1answer
510 views
dompdf positioning errors
This may have been asked multiple times, but is there a good HTML-to-PDF creator for PHP?
I'm currently using dompdf, and there is a whole list of unsupported things (such as postion:absolute inside ...
1
vote
1answer
448 views
PHP to PDF Pagination
I'm using the dompdf HTML to PDF converter to dynamically generate PDF files based on certain variables. I have the script creating a PHP file, and then reading from that PHP file to prompt the ...
1
vote
3answers
378 views
How do you use this PHP library?
I'd like to create PDFs dynamically from content within a Wordpress post (slightly simplified below), where a div called "recipe" is what I want to send to DOMPDF (not the whole post):
<div ...
1
vote
1answer
487 views
wkhtmltopdf - cannot convert local file
I just downloaded version 10.0 for opensuse v. 11.3. I can convert a webpage (ie www.google.com) using it but cannot convert a local file. I grant all permissions on the file (& i've even tried ...
1
vote
2answers
1k views
dompdf and img tag, image wont show
Here is the HTML just before $dompdf->render() and $dompdf->output() are called:
<img src="http://www.example.com/images/Logo.png" />
All other invoices display the image fine when viewing in ...
1
vote
1answer
397 views
html to pdf very large files php
hi
i am trying to create a pdf files in php useing dompdf-0.5.1 i am creating these files from html i have a large number of data everytime i try to create a big file its getting stuck giving me ...
1
vote
4answers
498 views
Create PDF file with contents from the database
I would want to print tickets in pdf. I was already able to retrieve the ticket details like customer name, order id, order items, and total bill. I would want to put this details in the .pdf file ...
1
vote
1answer
386 views
Is it possible to dynamically merge one PDF with another using dompdf?
I am trying to take the raw data from a previously made PDF, and append it to a new PDF using DOMPDF. Is this possible?
Thanks for any help,Metropolis
1
vote
2answers
535 views
DOMPDF - show custom text on image using css
I am trying to show custom text on the image using dompdf
<div class="image" style="font-size:25px">
<img alt="" src="image-url.jpg" />
<div class="name" style="margin-top: -575px; ...
1
vote
1answer
492 views
DOMPDF Image quality
I would like to know why the quality of my image is low in DOM PDF.
The following image:
http://img517.imageshack.us/img517/6996/top3.gif
The borders are 1px and everything looks sharp.
If I ...
1
vote
1answer
574 views
How can I skip headers in Kohana 3 and just get raw output from a route?
I have a method that returns a PDF file using DOMPDF. It sends all the right headers. It is generated on the fly (not stored on the server anywhere).
I now have to attach this PDF to outgoing emails. ...
1
vote
1answer
1k views
Workaround for floats in DOMPDF
DOMPDF does not support floats.
However I am listing many tables, and they are mainly key & value pairs. I would like 2 of these tables to appear side by side.
i.e. if I could use floats
HTML
...
1
vote
3answers
2k views
Pagebreak (or table break?) to obtain a good formated PDF
I had develop an intranet on CakePHP witch in one part generates a custom PDF using DOMPDF. The problem is that i have a memo field (mysql text) witch i print after getting the result from PHP nl2br ...
1
vote
1answer
669 views
text overflowing tables when generating PDF with dompdf
I am generating some PDFs with dompdf, which contains some text and images in a table. But if the text has a large URL in it, the URL wraps all the way to the end of the line. All the text and URL ...
1
vote
1answer
775 views
dompdf/PHP is not streaming the PDF, just showing the code in page
I have a little problem with dompdf,
Instead of generating the PDF, the screen just shows the following code:
%PDF-1.6 %���� 1 0 obj [/PDF/ImageB/ImageC/ImageI/Text] endobj 4 0 obj <> stream ...
1
vote
6answers
2k views
PHP - Read dynamically generated (and echoed) HTML into a string?
I have a file that pulls some information from the database and creates some relatively simple dynamic HTML.
The file can then be used by DOMPDF to turn it into a PDF document. DOMDPF uses GET ...
0
votes
0answers
17 views
DOMPDF images not showing on new server
I've created an application which outputs a PDF report based on an HTML page using DOMPDF.
This works fine on my test server, but when I've migrated it over to the live server, none of the images ...
0
votes
0answers
18 views
DOMPDF customizable footer
Is there anyway i can make a footer out of < div > tag? the purpose of this is to make the footer customizable so that anything under the div footer will be used as a footer for all pages. Thank ...
0
votes
1answer
26 views
DOMPDF auto width and height
Is there anyway i can make the width and height of the pdf into auto so that the size of the paper will depend on its content? Thank you! Cheers!
0
votes
0answers
26 views
Dompdf - Vertical align issue with nested table not working
I am having a problem with vertical rendering of a nested table in dompdf. The code is attached below:
<table>
<tbody>
<tr>
<td style="background:#0CC; vertical-align:baseline; ...
0
votes
1answer
24 views
Customized width and height in DOMPDF
Is there anyway i can set the generated PDF's width and height? i want to customized the width and height of the PDF. Normally it would be on a size of a short bond paper but how can i customized it? ...
0
votes
3answers
76 views
Looping an array to create a table, table and table rows not getting closed
I am working on a project at the moment, that requires me to create a HTML view and then send it to DOMPDF to create a PDF of the view.
However the loop that builds my view is not very well written ...
0
votes
1answer
32 views
reduce DOMPDF generated file size
iam using dompdf to generate pdf file from html , the problem is the generated filesize is big ,i.e. 1MB for 1 page of pdf !
is there any way to reduce it ?
0
votes
1answer
23 views
PHP - DOMPDF 1 function works, another does not
I am working with DOMPDF currently, and I trying to work out why my PDF's are not being created correctly.
When I run the following code,
<?php if (!defined('BASEPATH')) exit('No direct script ...
0
votes
3answers
71 views
how to convert dynamic php file to pdf?
I try to convert dynamic php database file to pdf.
I try with DOMPDF, but I have a problem with defining the string. I'll explain:
Here is a 'hello world' script for dompdf:
...
0
votes
1answer
62 views
dompdf Page break if element is exceeding page height?
What is the best way to do page breaks in dompdf?
I have had a look here at the page-break-before css attribute, but it didn't work when I did:
table {page-break-before:auto;}
The page still ...
0
votes
1answer
36 views
DOMPDF Rendering Speed and Server Requirements
I've had great success with rendering PDFS with this library. I'm currently rendering PDFs which contain 4 pages of images at a size of 2056x2056, scaled down to fit on the page. This is to provide ...
0
votes
1answer
49 views
How to do a footer in dompdf 6.0 beta 2?
In the most recent dompdf release (domdpf beta 2), inline php was disabled for security reasons. This, in turn, caused the previous footer/header code:
<script type="text/php">
if ( ...