Tagged Questions
TCPDF is a PHP class for generating PDF documents without requiring external extensions created by Nicola Asuni. TCPDF Supports UTF-8, Unicode, RTL languages, XHTML, Javascript, digital signatures, barcodes and much more. It is a fork of FPDF.
76
votes
18answers
42k views
Which is the best PDF library for PHP? [closed]
I'm wondering which is the best PDF creation library for PHP, mainly for creating PDFs from scratch (not as much HTML to PDF)?
I have worked with FPDF for quite a while now, but it's getting quite ...
7
votes
3answers
4k views
Changing or eliminating Header & Footer in TCPDF
AddPage() in tcpdf automatically calls Header and Footer. How do I eliminate/override this?
6
votes
3answers
263 views
Print multipage PDF on different printer-trays
I am generating a PDF by PHP with FPDF. This works well.
Now what I want:
From a multipage PDF all pages expect the last one have to print with paper from tray1 and the last page from tray2.
Now ...
5
votes
4answers
271 views
FPDF.php is ~20 times smaller filesize than TCPDF.php? Why?
I know there have been a lot of posts about these two but figured I'd address a glaring question I have. A designer of ours recently sent me a few files with TCPDF already tied in because a friend of ...
5
votes
5answers
9k views
problem with TCPDF and CSS
I try to make a PDF writing CSS and HTML but my CSS doesn't appear in my PDF. The only thing considered is the font-size and font-color.
I give you the code (sorry, it's a little long...)
$config = ...
4
votes
2answers
130 views
Tooltips in PDFs: are they possible?
I'm using the tcpdf PHP class for creating PDFs. Is there any solution to add tooltips to links?
3
votes
1answer
269 views
TCPDF / FPDF - Page break issue
I'm trying to create a PDF file with a table of data.. But when a page break is met it jumps to a new page everytime a new multicell is added to the page at the break point level..!?
I have tried to ...
3
votes
1answer
84 views
TCPDF Browser Popup Title
EDIT
in accordance with @Will suggestions here is a simplified question...
Is there a tag I can use in the TCPDF PDF Creator file (example_003.php) to set the browser title to be anything other than ...
3
votes
2answers
497 views
Download PDF in Chrome from TCPDF
When a downloading PDF file in Chrome 12.0.742.91 (either as an attachment and inline), the download is interrupted (at the beginning it shows 125KB, but later 127518/0 B and then it stops entirely).
...
3
votes
2answers
309 views
TCPDF weird issue in cakephp
I am having formatting issue with pdf generation with tcpdf in cakphp.
It dosen't showing the exact table & div structure as there in HTML.
Does anyone know the solution for it?
Thanks in ...
3
votes
3answers
689 views
TCPDF page rotation
I'm trying to generate a PDF file containing labels which are 202mm wide by 50mm heigh. I have managed to do this and added the required text and a barcode but my problem is that the labels print out ...
3
votes
7answers
1k views
Emailing A Dynamically Created PDF Through PHP
I've recently created an online template for creating job postings for our website. Everything is all done, it formats correctly in a browser, automatically posts to our website, bla bla bla.
The ...
3
votes
3answers
642 views
PHP / TCPDF: Template Bug?
I have been using TCPDF for sometime. It's simple to use, outputs low size PDF and is under active development.
Following is the code for a page which should only have Hello World and a footer ...
3
votes
2answers
617 views
eps image (from inkscape) not showing up in tcpdf
Using php and TCPDF to generate a pdf file. Everything works great except when I try to write an EPS image to the pdf using ImageEPS(). Nothing shows up. No errors (it can definitely find the ...
2
votes
0answers
36 views
TCPDF long links with no spaces not displayed in writeHTMLCell()
I am trying to generate a pdf from html that has this url
...
2
votes
1answer
50 views
Codeigniter HTML table is not drawn with TCPDF
I'm doing a report generator with codeigniter and I'm using tcpdf to create my pdf files.
First I create the table from the query result in codeigniter like this:
$query = ...
2
votes
2answers
74 views
PHP: converting html file to pdf
I have an html file named welcomemailtemplate.html and I need to convert that file to a PDF.
I first read this file using the following method provided by Yii framework:
$filename = ...
2
votes
1answer
121 views
How to output query(mysql) data on a pdf file using TCPDF
The code below is in PHP. How do I use TCPDF to output the query data in a .pdf file?
$con = mysql_connect("localhost", "root", "");
if (!$con) {
die('Could not connect: ' . mysql_error());
}
...
2
votes
2answers
146 views
How to use Arial in PDF using TCPDF without embedding
I have successfully added the font Arial to TCPDF, however the filesize is large due to it embedding the font. I would have thought Arial was a standard font on the vast majority of users machines, ...
2
votes
2answers
175 views
TCPDF - Keep h1, h2, etc. tags with content
I'm generating a PDF using TCPDF and lots of writeHTML() calls. Sometimes when I have header tags (h1, h2, etc.) in the HTML, the headers are at the bottom of a page and the corresponding content gets ...
2
votes
3answers
590 views
TCPDF - Pagenumbers not exactly right aligned
I am using TCPDF to generate a pdf.
My issue is the following line from the Footer() method:
$this->Cell(0, 10, 'Page '.$this->getAliasNumPage().'/'.$this->getAliasNbPages(), 'T', false, ...
2
votes
0answers
314 views
TCPDF page borders?
I'm trying to achieve simple 1px solid red border around each page generated in TCPDF. Previously using other PDF scripts I was forced to draw a rectangle after doing some rough calculations with ...
2
votes
4answers
2k views
TCPDF Custom page size
This example on tcpdf's website shows how to use page formats like A4, A5 etc, but how do I set tcpdf to use custom sizes like 175mm x 266 mm?
Solutions appreciated.
2
votes
2answers
401 views
TCPDF QR Code is different all the time
I've got TCPDF installed in CakePHP 1.3 and am using it to generate a PDF of a QR code. It's a very simple function that creates a A9 sized page, two strings and one QR code. The QR code is for a ...
2
votes
1answer
2k views
PHP MySQL: Saving PDF to Database
I am generating PDFs with TCPDF, I want to save the generated pdf as blob in a MySQL db. What data should I save to the db?
Code for PDF page
<?php
require_once('../config/lang/eng.php');
...
2
votes
1answer
288 views
2
votes
1answer
1k views
Using TCPDF and FPDI with cake php
I have go TCPDF setup in my cake php install and am now trying to also use FPDI with it as i need to add a PDF to the start of the PDF that is being generated.
WHen trying to do this i am using 3 ...
2
votes
4answers
3k views
Creating a new Pdf by Merging Pdf documents using TCPDF [php]
How can I create a new document using other pdfs that I'm generating?
I have methods to create some documents, and I want to merge them all in a big pdf, how can I do that with TCPDF?
I do not want ...
2
votes
6answers
6k views
Manual Page Break in TCPDF
I am using TCPDF to generate the PDF in one of my projects. I simply create a HTML file and give it to the TCPDF to handle the PDF generation. But now I have some HTML where multiple certificates are ...
1
vote
1answer
93 views
TCPDF - Having footer/header on certain pages only
I want to place the footer section on every page of my document except the first one.
I created my custom footer by extending the TCPDF class and overriding its footer method.
Then based on the ...
1
vote
0answers
32 views
HTML setting in order to convert it properly into a PDF
I would like to get a html brochure designed and then converted into pdf via html to PDF library.
I am trying to understand what size or how the html should be created in order for it to convert ...
1
vote
0answers
53 views
tcpdf multicell() and column break
I have a MySQL code which people list up x amount of information and this goes in two columns. I have grouped these people in departments and there is a department header for each on the page.
I ...
1
vote
1answer
78 views
What is the most efficient way to create large PDFs with TCPDF?
I am working my way through implementing a report generation solution using TCPDF. Some of my reports are small (2-3 pages), but the user has the option to select many reports at once, and request ...
1
vote
1answer
67 views
Position h1,h2,h3 and other tags with TCPDF
I am trying to make a PDF document with TCPDF using HTML code.
At the moment I use this code:
// set font
$pdf->SetFont('dejavusans', '', 36);
// add a page
$pdf->AddPage();
$html = '
...
1
vote
1answer
114 views
TCPDF ERROR: Error in 1D barcode string
Getting the following error while generating 1D barcode images in pdf document with array of barcodes using tcpdf module.
"TCPDF ERROR: Error in 1D barcode string"
if (file_exists("data1.txt")) ...
1
vote
1answer
39 views
Why is TCPDF Image smaller than it should be?
I have a 842 x 595 PDF, 72 dpi and i'm inserting a 1200x800 image, again with 72dpi.
scaleFactor is 1, imageScale is 1
in theory, my pdf should show part of the image (the first 842px). In reality ...
1
vote
0answers
79 views
Wordpress Plugin Generating PDF and Xls Documents
I'm writing a web application for a client that needs to be packaged in a wordpress plugin. The application is built on top of a soap api that returns an array of results that I need to output to a ...
1
vote
2answers
241 views
How to get text position in PDF using PHP, TCPDF & FPDI?
I have an issue:
I need to upload some PDF template with data and then change it.
For example, in PDF file is string:
NAME:
I need get position of this string and insert some text (username ...
1
vote
3answers
162 views
Repeat a table at the beginning of each page
I am using PHP to generate a report dynamically. TCPDF is used to generate a PDF. I want to repeat a particular table at the beginning of each page. How can I detect the page breaks and do this?
...
1
vote
1answer
300 views
TCPDF Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 25368 bytes)
I am using the TCPDF library to simultaneously download pdf's onto my local drive.
PHP CODE:
$text = //an array of id's
$id = explode(',', $text);
for ($i=0;$i<count($id);$i++){
if(//id[$i] ...
1
vote
4answers
91 views
How to create PDF documents from image files, using PHP
With PHP application, I have to generate single PDF documents, from set of images.
Which is best way to achieve this? Can I use TCPDF library, and can you give me some example?
1
vote
1answer
498 views
TCPDF: Rotate Text / Cell in Table Header
I have some trouble with creating a table in TCPDF in which all header columns, except the first and last, should be rotated by 90 degrees (or: the text in that cells should be vertical).
Is there a ...
1
vote
1answer
241 views
TCPDF font conversion results in missing glyphs
I'm using the TCPDF library to generate server-side PDFs daily in a cronjob. This library takes UTF8 strings from the DB and writes them into a PDF using the Arial Unicode MS font (also embedding it ...
1
vote
0answers
253 views
Problem with size of the imported PDF template with FPDI+TCPDF
I am stuck in a very complex situation.
I am working on a PHP Web apps for Greeting card.
For this, I am using some Linux tools and TCPDF and FPDI.
Let me tell you how it all works:
there is 4 page ...
1
vote
1answer
314 views
ttf2ufm: command not found
I'm trying to install a font for use with TCPDF. To do so, I need to run the included command line utility ttf2ufm. (Included with TCPDF in fonts/utils/ttf2ufm) When I run it though, I get the error ...
1
vote
0answers
115 views
PDF password as URL parameter?
I am generating password protected PDF files on the fly on my web server. I was wondering if there was a way to pass the password as url parameter so the user is not prompted for password and it is ...
1
vote
0answers
360 views
tcpdf: poor image quality
I am using TCPDF to create PDF files converted from HTML input using it's writeHTML() function. However, images within the PDF have poor quality, while the original images have a high quality (as ...
1
vote
1answer
516 views
UTF-8 PDF generated with TCPDF showing up fine in Adobe Acrobat but corrupted in Illustrator and Google preview
I use PHP and TCPDF to generate online invoices encoded in utf8. I've created font definition files following the tutorial on the tcpdf website using PT-sans .ttf file.
Generated pdf files look fine ...
1
vote
1answer
480 views
How to center image in header (TCPDF)
I have the code below and I am guessing what is the center of the page by eye. How would I center the image the proper way?
class MYPDF extends TCPDF {
//Page header
public function ...
1
vote
1answer
567 views
TCPDF add line across page in header
I have created a custom header for my PDF in TCPDF and I would like to add a blue line about 2px width that goes across the page at the bottom of the header but cant figure out how?
Please could ...