-1
votes
1answer
43 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
1answer
33 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, ...
1
vote
2answers
90 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
1answer
81 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
0answers
153 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 ...
2
votes
4answers
259 views

PHP: Automatically Saving a dynamic PDF to the remote server using DOMPDF

I am using the dompdf library to create my table based PDF and I can view it online or I can have it download to the users folder of choice. But what I would like to do is have it save it to the ...
11
votes
2answers
432 views

dompdf image overflow issue

I've got an issue with PDF generation currently my system is using dompdf to convert HTML to PDF this all works fine. However if the user inserts an image that is bigger than an A4 page the PDF screws ...
-3
votes
4answers
825 views

convert html div or page url to pdf using php

I have a HTML code like this: <div id="invoice"> <div id="invoice-header"> <img alt="Mainlogo_large" class="logo screen" ...
0
votes
1answer
155 views

Attach generated PDF to Email Kohana

I am using the Kohana PDF Viewer Module (DOMPDF) to dynamically create a PDF file from a HTML page. I am able to use the Kohana send_file to view or download the PDF: // Load a view using the PDF ...
0
votes
1answer
165 views

dompdf - image output

I'm using the dompdf library to create PDFs from HTML. I am having a problem rendering images, as they seem to be appearing as red crosses. $dompdf = new DOMPDF(); $html = '<div><img ...
1
vote
0answers
638 views

PDF generation in joomla 2.5

I'm using dompdf method for generating html form to Pdf file in joomla 2.5. I've been using the method which taken from the docs, Creating PDF views. Its working for me. But when my page contain more ...
1
vote
0answers
332 views

Gravityforms to PDF

I've created a "web app" for sales people to use on their iPads at my work by using WordPress + GravityForms and optimizing the css for iPad displays. Using the plugin 'Gravity Forms PDF Extended' I ...
0
votes
1answer
204 views

dompdf with report header then page header and page footer

I am trying to create a pdf report using dompdf. The report needs to have the company logo on the top of the first page as well as a header and footer on every page. I have found solutions for adding ...
0
votes
0answers
139 views

dompdf not rending post variables

creating a PDF with DOM PDF the pdf creates fine, but the post variables arent in the pdf. For example the "$_POST["docnumber"]" would not be in the PDF. If I echo val right before it renders ...
0
votes
1answer
756 views

Custom Fonts for DOMPDF

I'm Using DOM PDF 0.6.0 Beta 2. I want to use custom fonts (Fonts: 'Segeo Print', 'Lucida Handwriting','Airplanes in the Night Sky') in PDF file. I followed the guidelines to install and use fonts in ...
0
votes
1answer
363 views

DOMPDF generating blank pdf

I am using DOMPDF library 0.6.0 beta 3 to generate pdf files using PHP. Some of my html can be processed to PDF correctly and some not. Below is an example of one which can not. I have validated my ...
0
votes
1answer
172 views

Get dompdf to print iframe content in a PDF?

I'm using dompdf for a project I'm building, and part of the project requires a report to be generated in a PDF format. In the HTML version of the report, I have some of the details of the report ...
0
votes
1answer
492 views

Break table which inside table but keeping rows untouch

I have the following HTML> jsfiddle. When I output it to PDF using DOMPDF, on the first page I got the 2 first rows, than I got 10 empty pages and than 2 pages with the rest of the content. How can I ...
-1
votes
1answer
111 views

DOMPDF text is bolder than normal

I cant understand why the font color in DOMPDF is bolder than normal. jsfiddle with the html Image comparing HTML to DOMPDF: Thanks for the help.
0
votes
1answer
147 views

DOMPDF Font Change

Using DOM PDF to create some reports, however the only thing I am having problems with is setting a sans-serif font. I have tried just about every way to set the font possible in CSS yet it always ...
1
vote
1answer
979 views

PDF generation using dompdf

Using dompdf i generate pdf file. I am successfully generate it . But after generating it when I open it in Foxit reader it's open very small size in 51.79% mode. When i select 'Fit width' or 125% it ...
0
votes
1answer
765 views

Dompdf with table pdf contains error

I'm using dompdf 0.6.0 beta 3 in a cakephp 1.3 application as vendor. The php version of my server is 5.2. The pdf I generate as attachment containes tables generated with html helper and the css is ...
0
votes
1answer
897 views

DOMPDF <div> tag as header and footer

I need to create a header and footer on a tag using DOMPDF. how am i able to do this? assuming i have a header class like this one: <div class='header'> <div> <img ...
-1
votes
2answers
2k views

How to make DOMPDF support unicode font step by step?

I used DOMPDF library and now I have problem with content with unicode language. and I found this one dompdf help but I don't understand about this. can anyone tell the detail of this? thanks
0
votes
0answers
458 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
682 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
3k 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: ...
5
votes
2answers
5k 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 ...
4
votes
1answer
5k 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 = ...
0
votes
2answers
567 views

dompdf create pdf with four columns?

I need to create a pdf with four equal length columns across the page using dompdf. I have tried to do this however I can't work out how to correctly set the widths of the columns. It always ends ...
1
vote
2answers
1k 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 ...
0
votes
1answer
2k views

DOM PDF is not working when loading Codeigniter's view file

I am trying to create PDF file using DOM pdf and Codeigniter. I have the following script in my Controller and I have kept the DOM folder inside my controller . But when I run the script I get fatal ...
0
votes
1answer
405 views

DOM PDF is displaying an error message if “ <thread> </thread>” is used in HTML

I am trying to create PDF using DOMPDF. When I use the following in my HTML it shows an error message and doesn't create any pdf. <thead> <th>First Name</th> ...
1
vote
1answer
880 views

domPDF background image is not rendering in the PDF

<?php include('../helper/app2.php'); $admin = new admin; $preview = $admin->pdfPreview(); $html = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
0
votes
1answer
930 views

dompdf pdf creation problems with accented characters

i'm using the dompdf library with Codeigniter (php 5 ++) , everythings works great, but i'm still having problems with accented chracters when displaying the pdf. it replaces all the à ò è ù etc .. ...
0
votes
1answer
230 views

Show a particular page in PDF using DOMPDF

I am using DOMPDF to generate a PDF file from PHP. It works very good. But now when I click on the link that generates the PDF I want it to take me to the fifth page of the PDF (if there's content on ...
4
votes
2answers
7k views

Header in PDF page using DOMPDF in PHP

I am creating a PDF file using DOMPDF. I have a big content to extract in PDF, we need some header in all the pages. So can anyone telme how to add a header and footer in the PDF so that the header ...
0
votes
1answer
2k views

How to give Background to pdf by dompdf?

I m using Dompdf to convert Html Page to PDF. As client's requirement pdf should have watermark image at background of document. I have tried many ways in coding and also differnt css style but its ...
0
votes
1answer
495 views

Using Calibri with DOMpdf

I am using DOMpdf to generate some letters with PHP. My client has requested that I use Calibri as the body font, which I have attempted to convert to a DOMpdf-readable format using this tool: ...
1
vote
1answer
1k 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
1answer
2k views

Merging two a5 pages into a singe a4 page (without using pdfnup)

I am using Dompdf to generate A5 pdf documents from a html template and Pdfnup (Part of Pdfjam) to combine them into a nice single A4 sheet, which helps saving some paper when printing :) # Generate ...
1
vote
1answer
1k 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 ...
0
votes
1answer
170 views

dompdf: how can I remove the additional symbol before the currency?

I'm having some issues in displaying a table with dompdf. In the rendered pdf I have an additional symbol before the currency £: http://dl.dropbox.com/u/72686/domPdfTable.png how can I remove this ...
0
votes
1answer
984 views

dompdf: how to remove borders from the rendered table in pdf?

I'm having some issues in displaying a table with dompdf: http://dl.dropbox.com/u/72686/domPdfTable.png The table contains all borders I don't have in my original table in html: ...
1
vote
2answers
913 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; ...
2
votes
2answers
3k 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 ...
2
votes
4answers
7k views

DOMPDF set font for entire page?

Im using DOMPDF over at http://dompdf.github.com/ I am struggling how to set the font for the entire page. In the template I have made I have the font set to Helvetica in the CSS but when it ...
0
votes
2answers
5k views

HTML tables to PDF in PHP - neither DOMPDF nor html2ps/pdf are working

For the longest time now I've been trying to convert HTML pages containing large tables to PHP. These are styled with CSS and can be several pages long. I first tried DOMPDF. It works great, until a ...
4
votes
3answers
4k 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 ...