An HTML to PDF converter written in PHP

learn more… | top users | synonyms

-1
votes
1answer
36 views

PDF generation with Dompdf not working for large data [closed]

I am using Dom pdf to generate a pdf file. IF there are 1000 records in table format of html then it takes minimum 20 minutes to generate but most of the time it displaying the following error No ...
0
votes
0answers
14 views

Dompdf add PDF-image on PDF

I have a logo in .PDF format CMYK, how do I apply this to the HTML/PHP page and include it in the final generated PDF-document? I know I can include .png image, but it wont turn out well on print.
0
votes
0answers
26 views

What is the best way to create toc (Table of Content) with DOMPDF?

I have three ways to create a TOC with DOMPDF, and don't know which to choose .. The Problem: You know the Page numbers after rendering, but want the TOC in advance of the document. All three ...
0
votes
2answers
22 views

fatal error: Uncaught exception 'DOMPDF_Exception' with message 'Box property calculation requires containing block width'

When I try to process url http://www.bbc.co.uk/ dompdf throws error fatal error: Uncaught exception 'DOMPDF_Exception' with message 'Box property calculation requires containing block width' in ...
0
votes
1answer
38 views

Paragraph breaks irregularly

I have some text with paragraph number formatted as follows <p><span class="par_no">1</span> Here follows the paragraph text</p> <p><span ...
0
votes
1answer
53 views

dompdf character encoding UTF-8

Im trying to create pdf with correct characters, but there are "?" chars. I created a test php file, where Im trying to fing the best solution. If Im open in the browser the html I looks like ok ...
0
votes
1answer
43 views

Error when creating PDF files in Joomla 2.5

I followed these instructions exactly (a few times now). When I add format=pdf to the end of my URL query string as instructed, I get this error: 500 - View not found [name, type, prefix]: article, ...
0
votes
2answers
170 views

Convert page to PDF using dompdf

I am trying to convert a PHP page to PDF using dompdf, but I'm not sure of the best way to do it. I have wrote my page how I would like it to be presented in standard HTML/PHP, and would like it to be ...
0
votes
1answer
31 views

DomPDF - Changing the point/pixel ratio

I'm trying to use DomPDF to generate a PDF out of some HTML. I need the page to be 20mm x 20mm, so I use the following: CPDF_Adapter::$PAPER_SIZES['my_square_page'] = array(0, 0, 566.929134, ...
0
votes
1answer
28 views

Installing font in DOMPDF failes

Is there a reason why I can't install a new font in DOMPDF? It's an uncommon .ttf font, works in Paint, Word, etc but if I install it in DOMPDF it's displayed as installed correctly but wont show up ...
0
votes
1answer
39 views

DOMPDF Background Displaying Incorrect Size

I am trying to put together a little contact form for my 3 year old son who has leukemia. I want to use it so people can send him notes of encouragement, and we can print them out and hang them in his ...
1
vote
2answers
84 views

php and dompdf - how to generate a large pdf without having my server come to a screeching halt

I'm attempting to render a largish html table to pdf with dompdf. There is minimal css styling, but maybe 200 - 300 rows in the table. Each row has 4 td's with basic text. I can generate a pdf of ...
0
votes
0answers
27 views

Add margin to PDF file when merging using PDFTK or similar

I have a large collection of half-page sized PDF cut-sheets that are held in a folder on my Linux server. A user to the site will want to create a booklet from a subset of these. The booklet will be ...
0
votes
1answer
53 views

DOMPDF with css float

I am not sure why but the html page displays just fine but the dompdf does not utilize the floats. Code is 2300 + line long so to long to post here.... But it is all inline css. <div ...
0
votes
1answer
89 views

dompdf special character converting into question mark

I have below html to parse with dompdf and generate a pdf file :- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style ...
0
votes
0answers
73 views

dompdf using curl instead of allow_url_fopen

I've been working through a problem with DOMPDF, we've built an application using CodeIgniter and needed a feature that allowed printing to PDF. Locally, DOMPDF worked great. However, on my live ...
0
votes
0answers
45 views

Dompdf while printing width of div changes

Every thing works fine, but when i print the document its width changes. Here is my code require_once("dompdf/dompdf_config.inc.php"); $html = '<html><body> <style> @page { ...
0
votes
0answers
75 views

DomPDF strange page breaks

I'm using DomPDF with CakePdf to generate pdf. Good tool, but juste one thing I don't understand : the behavior of "page-break-before" in CSS. Usually it works pretty well : pages break when I want, ...
0
votes
0answers
49 views

Dompdf using css gradients not working

I can't seem to get background color gradients working when I generate a PDF file from an HTML page I have. I have been using the following code for testing which i got from a generator program from ...
0
votes
0answers
50 views

dompdf cut the html in two pages after setting custom page size

i am using dompdf to convert html to pdf. it is working fine as my expectation. but it is cutting html in two page. i don't understand why it is this happening. i have used custom page size for it... ...
0
votes
1answer
58 views

MathJax html render to pdf

I am trying to make an online quiz application where the user will be presented with a quiz that contains text,images and math equations. I also want the user to be able to print that quiz. I am using ...
-1
votes
0answers
39 views

DOMPDF background image

I m trying to generate dompdf everything is perfect but it does not load background image. I m using version 0.5.1. It shows background image in all browsers but when i tried to generate pdf it does ...
0
votes
0answers
22 views

PHPExcel Elapsed time fails on PDF output

I've PHPExcel generated sheets, with multiple cell formats. Everything is OK when i render to excel, but if i want to put it to pdf writer is cannot parse the time cell. Any idea? The cell was ...
0
votes
0answers
39 views

how do included dompfg in my controller action.. right now it show blank page

i am using dompdf to convert html content to pdf.. this is my basic code $path_pdf = BASE_PATH.'/public/dompdf/dompdf_config.inc.php'; require_once($path_pdf); $html = '<p>Hello ...
0
votes
0answers
79 views

how can I save PdfModel to file in Zend Framework 2?

I use ZF2 and DOMPDFModule\View\Model\PdfModel to generate pdf. When it is shown as a view everything is fine, but I cannot find out how to save it to file (in the code, without asking user about ...
0
votes
0answers
25 views

Setting margins on PDF generated by dompdf [duplicate]

I am using dompdf to generate a pdf file with php. I want to completely get rid of the margins on my PDF. All the searching I perform comes up with the solutions of either setting the margin of the ...
0
votes
0answers
99 views

Cakephp send email with attachment sending as 0 byte

I am dynamically generating pdf files using dompdf and attaching those to email and sending. But in mail always Im getting the attachment as 0 byte. I'am creating the files under cake's tmp folder and ...
0
votes
1answer
49 views

how to know when page breaks in DOMPDF

I am using DOMPDF library to generate invoices dynamically. My use-case scenario is to leave around 3 inches of space on top of each page. On the first page i created it using a blank div with ...
0
votes
1answer
78 views

Using dompdf with absolute links

I am using the standard DOMPDF code to render existing web pages (e.g.1): $dompdf = new DOMPDF(); $dompdf->set_base_path($artpath); $dompdf->load_html_file($artpath); $dompdf->render(); ...
1
vote
1answer
92 views

Header already sent error i am using cURL php dompdf

i am building some reports my code works fine on localhost but gives error on server, how should i fix this... Warning: session_start() [function.session-start]: Cannot send session cache limiter - ...
1
vote
0answers
166 views

DomPDF render of large HTML file results in 500 error

I'm using the most recent version of DomPDF (0.6.0 beta 3). PHP Version is 5.2.17. Unfortunately, I'm on a shared hosting account and upgrading PHP and similar actions are unavailable. I also ...
0
votes
1answer
72 views

dompdf error cant figure this one out

I am getting this error: Catchable fatal error: Argument 1 passed to DOMNode::appendChild() must be an instance of DOMNode, null given, called in ...
1
vote
1answer
114 views

DOMPDF PNG output - multiple PNGs displaying only one PNG with incorrect colours

Having some seriously mind-bending problems with DOMPDF's rendering of PNG files. Using the latest version of DOMPDF according to their Github page, on a Windows IIS server. I have a two-fold ...
1
vote
0answers
149 views

Arabic character not work in DOMPDF

I have an issue with arabic character when used in DOMPDF .. I tried every thing but nothing is working... My DOMPDF version is the last, I tried to install font and set the charest to UTF-8 and ...
0
votes
2answers
86 views

Replace a string with HTML

I'm using str_replace as follows: <html> <head> </head> <body> <script type="text/php"> $new_str = str_replace( '[[str_to_replace]]' , ...
0
votes
1answer
59 views

Background Position Array when generate pdf using dompdf

I try to generate pdf file using library dompdf in php but found the following error. A PHP Error was encountered Severity: Warning Message: explode() expects parameter 2 to be string, array given ...
0
votes
0answers
71 views

Dompdf cut the html content in two pages

I use dompdf to create a pdf file from html content, then send it by email. My aim is to take a specific div content. The same div can be displayed several times. this is my div code : <div ...
0
votes
1answer
174 views

Dynamic files for phpmailer using dompdf

I am generating pdf file using dompdf whose filename keeps changing as I have assigned a variable in dompdf stream output and this filename always remains as unique filename. I want to attach a file ...
1
vote
0answers
56 views

DOMPDF check if it's a new page

Is there a way to tell if you're on a new page when generating the PDF? Sort of like what the <thead> does when rendering the table on the next page. I've checked the inline PHP script but it ...
0
votes
1answer
118 views

DOMPDF hangs when table spans pages

I updated from dompdf 0.5 to 0.6 b3 in order to get better support of some CSS I'd like to use when generating a PDF in an application. In the old code version, my current page generation worked fine ...
0
votes
1answer
69 views

DOMPDF garbling output

At the end of January, I wrote a script to produce PDF files from HTML using the DOMPDF library. The HTML is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
1
vote
0answers
87 views

Zend Framework and DOMPDF not rendering special characters

I'm using Zend Framework 1.12 along with DOMPDF 0.6.0 beta 3. I'm trying to render a text in Romanian containing special characters (ăîâşţ ĂÎÂŞŢ). Here is my code: ...
0
votes
1answer
68 views

image in dompdf

I used dompdf to generate pdf report. My report requires background images on every page. it works, but not that well. Dompdf consumes 2 or more minutes just to generate 2 pages with background image. ...
0
votes
1answer
90 views

ZF2 and DOMPDF autoloading issue

I am using Zend Loader from here in my project and I am unable to configure Zend autoloader for the DOMPDF, working parallel to dompdf autoloader. Is there any way to set zend autoload to configure ...
-1
votes
2answers
57 views

Symfony DOMPDF and namespaces [duplicate]

I'm trying to use the DOMPDF library with the Symfony framework. I put the necessary file to include in autoload.php. When I try to use it inside an action in a controller I get the following error: ...
0
votes
0answers
47 views

Got the error message during using dompdf2 for converting to PDF

I'm using dompdf2 for convert html code that contain PHP code to pdf,I got the error message as below: ERROR: Fatal error: Out of memory (allocated 49545216) (tried to allocate 4864 bytes) in ...
0
votes
1answer
99 views

DOMPDF, brings me an error

This is my code in a PdfHtml class: public function createTable($result){ $html = "<html> <body> <table> ...
0
votes
0answers
105 views

DOMPDF “Image Type Unknown” via a getImage.php Setup

require_once '../system/conf/options.class.php'; $file = basename(urldecode($_GET['logo'])); $fileDir = Options::getSetting('S_UPLOAD_DIRECTORY'); if (file_exists($fileDir . $file)) { // Note: ...
0
votes
2answers
218 views

Dompdf remote image is not displaying in pdf

On my server pdf generated via dompdf was not displaying images. Because they are remote url images.(local images are working fine) then I come to know that it needs some settings to render remote ...
0
votes
0answers
126 views

Passing variable to dompdf script for downloading/printing PDF

I have three submit buttons on a form, each of which has a different id which is passed to a PHP script using AJAX in a var called 'button'. The PHP script handles the creation of a PDF using dompdf. ...

1 2 3 4 5 6