Tagged Questions
6
votes
3answers
286 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
364 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
1answer
351 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 ...
1
vote
4answers
3k views
TCPDF twice as slow as FPDF with same code
I currently use FPDF to create some fairly complicated reports and am trying to upgrade to TCPDF, but I've found that my same code running through TCPDF is about twice as slow. Because my PDFs already ...
0
votes
0answers
18 views
TCPDF taking way longer time then FPDF
I am generating a reporting using both FPDF and TCPDF for comparison sack. What I notice is FPDF took nearly 40seconds but TCPDF took nearly 3minutes and 20seconds. Any reason why so big difference ...
0
votes
2answers
110 views
Text getting clipped when generating PDF using FPDF/FPDI/TCPDF
I have a PHP project where I am opening up a premade PDF, and filling it out with data via PHP. The problem I am having is that one of the text elements isn't showing up. I am positioning it towards ...
0
votes
1answer
230 views
Change top margin on second page with tcpdf AcceptPageBreak()
I am using TCPDF to generate PDFs. The PDF uses a PDF-template via the fpdi-class. Some of the generated PDFs are onepaged. But sometimes I have a second page. I use $pdf->MultiCell to output my ...
0
votes
0answers
60 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
0answers
191 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
3answers
299 views
How to make business card with fpdf or tcpdf or others? When i have a jpg background and text overlap requires?
I have a jpg image for the business card layout with dimensions: 9,8 cm/5,9 cm. I have to put it as background layout and on top of this layout i have to print name/address/telephone number email etc. ...
0
votes
2answers
404 views
Is there a way to use the transactions in TCPDF when extending it with FPDI?
I am using TCPDF with FPDI's bridge. The issue I'm having is that as soon as I use the startTransaction() I get the following error:
TCPDF ERROR: Cannot access protected property FPDI:$numpages / ...