Tagged Questions

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?
5
votes
4answers
275 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 ...
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
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 ...
2
votes
2answers
76 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
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
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
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
4answers
2k views

TCPDF UTF-8 problem

Im using latest TCPDF version(5.9). But have some strange problems with encoding. I need Lithuanian language symbols like: ąčęėįšųūž. But get only few of it. Other remain like ????? So what should I ...
1
vote
3answers
1k views

Getting text height to know fill height as in TCPDF

I'm trying to go through the code of TCPDF to understand how it calculates the height of the text to be rendered, but it's too much for me to handle without asking. What I want to know: in the PDF ...
1
vote
1answer
76 views

There in PDF not change the style which i have added in HTML?

In my site, I am using the TCPDF to generate the pdf from HTML ,and i also using the image in header but i can't show the style which i added in html. Ljubljana,'.date("d.m.Y").' ...
1
vote
1answer
235 views

TCPDF grey background for few cells?

I'm using TCPDF in CakePHP and trying to make some background (grey) for few cells. Well here the idea: so the grey thing would somehow have to be define outside of the cells containg text. Any ...
0
votes
2answers
37 views

HTML Rendering with TCPDF(PHP)

I am using TCPDF's writeHtml function for a page that renders properly in the browser. In the output PDF, the fonts are too small. I've tried with setFont, but it doesn't seem to have an effect. Does ...
0
votes
2answers
42 views

generating PDF on the fly using TCPDF

i'm using TCPDF library to generate a PDF (bill) on the fly and send it via email. It all works but i have a weird problem. When i send the email to a gmail account everything is fine, but when i send ...
0
votes
0answers
79 views

TCPDF: multiple WriteCell on a line

I need to port a complex report to PHP with TCPDF. The report is vertically divided in several sections. Every section consists of 2-3 blocks of text, of different heights. I implemented this using ...
0
votes
1answer
56 views

TC PDF is generating blank page

I'm very new to TCPDF. I'm trying to generate some visitor pass from database and display/save them as PDF. But it is producing Blank Page. Please help me. My full code is below. <?php ...
0
votes
1answer
72 views

Tcpdf-Convert current webpage as PDF

How to Convert current webpage as pdf using tcpdf? OR is there any other way to do that? i want to include to pdf some contents in the current webpage. Can anyone tell the function to add current ...
0
votes
1answer
26 views

TCPDF: Mixed orientation in one pdf

Is it possible to have mixed orientation in one PDF. E.g. some pages portrait and some landscape? Or is it possible to rotate content? I can see that you can set the overall orientation can be set in ...
0
votes
0answers
55 views

Blank result when passing too much text on TCPDF

I'm making a PDF file using PHP and TCPDF, I need to create a contract out of some data on my database but, that's fine, the trouble I'm havign is, the PDF goes blank if I pass too much text in the ...
0
votes
2answers
95 views

How to generate Courier New U+2588 █ symbol by TCPDF?

I need to generate the symbol U+2588 █ (Courier New) with TCPDF. I am currently using the TCPDF::Rect to get something similar.
0
votes
1answer
445 views

Cakephp TCPDF error: TCPDF ERROR: Some data has already been output, can't send PDF file

I have installed TCPDF following instructions on below link: http://bakery.cakephp.org/articles/kalileo/2010/06/08/creating-pdf-files-with-cakephp-and-tcpdf However when I put this through ...
0
votes
1answer
69 views

Any way to export some html/css to an image?

Basically I have an <ul> list with a few <li> items styled with CSS that may change proprieties ( jquery click adds a class with different background). I'm using TCPDF library to generate ...
0
votes
0answers
177 views

Issue with extending FPDF->FPDI->TCPDF

I am building a pdf using fpdf, fpdi and tcpdf. The classes extend like this TCPDF->FDPF_Mapper->FPDF->FPDF_TPL->FPDI->Gradients->PDF_Draw FPDF_Mapper is a bridge between fpdf and tcpdf that was ...
0
votes
0answers
301 views

Why is there a left and top padding in a cell using TCPDF in php?

I am printing a cell using the TCPDF(http://www.tcdf.org/) class in php. The cell should be placed into the top left corner. Everything works great, except that a left and top padding is added inside ...
0
votes
0answers
131 views

TCPDF - Block with image generation

I've been trying to create a block with a image using TCPDF library however it didn't work. I need a block with fixed size, 3 text rows and 1 image inside centered. There are going to has many blocks ...
0
votes
0answers
265 views

TCPDF Alternating print-margins and backgroundcolor

I'm trying to acomplish een very specific PDF layout for a client. Most importantly every second page has a different printmargin then the other pages. E.g. the first page would have the margins 5, ...
0
votes
2answers
743 views

Set cell borders as dashed in tcpdf WriteHTML

Hi i want to make the border of table cells as dashed lines in TCPDF writehtml()... I have tried using border=1 for tables but only a thick border comes .. also i have tried using css like ...
0
votes
2answers
1k views

How to create tcpdf custom fonts

In my TCPDF, I have only a few fonts to choose from to create pdf. I want to set tahoma.ttf as my text default font. How can I create a font package of tahoma to use with TCPDF?? Thanks in advance... ...
0
votes
2answers
188 views

Fit image in an pdf area, math question

It's late here and my brain doesn't work as it should so... I have an image 244x175 pixels and I want to scale it in order to fit in an 125mm area for a PDF I am generating by using www.tcpdf.org. ...
0
votes
1answer
451 views

TCPDF Wrapping Text around an object

Simple question. Let's say that I have a Cell full of text and I want to have a smaller Cell in the middle that has some related information in it. Is there function or feature in TCPDF that allows ...
0
votes
4answers
650 views

How to Handing EXTREMELY Large Strings in PHP When Generating a PDF

I've got a report that can generate over 30,000 records if given a large enough date range. From the HTML side of things, a resultset this large is not a problem since I implement a pagination system ...
0
votes
4answers
1k views

how to write barcode in html format when using tcpdf

I am using TCPDF to generate PDF file using following command $pdf->writeHTML($htmlcontent, true, 0, true, 0); TCPDF also provides a way to create barcode with following commands $pdf->Cell(0, 0, ...
0
votes
1answer
809 views

Nested table height in TCPDF

Is it possible to make nested table fit height of its parent cell in TCPDF? My code: <?php require_once('tcpdf/config/lang/eng.php'); require_once('tcpdf/tcpdf.php'); $pdf = new ...
0
votes
3answers
2k views

TCPDF PDF forms, signing certificates and how to enable user's rights

This is driving me completely and utterly nuts... Basically I have a PDF form generated by TCPDF and want to set the user rights (using setUserRights) for that PDF so that users can save the form with ...
-1
votes
1answer
56 views

How uses helper callbacks to generate a PDF from the contents with TCPDF?

Hi i am trying create a helper to convert a entire html from a CTP to PDF using tcpdf->writeHTML(); I have tried: function beforeLayout(){ ob_clean(); ob_start(); $pageOrientation = ...
-1
votes
3answers
804 views

TCPDF remote image loading problem

Im trying to load a remote image into a pdf generated by tcpdf however I can't seem to get it to work? The rest of the pdf loads fine and it looks like to trying to retrieve the image however it just ...