Top "Fpdi" questions

A PHP class which allows to read pages from existing PDF and generate new files based on FPDF.

FPDI free parser that supports PDF version higher than 1.4

Is there a free/open-source PDF parser out there that can do the job? The free parser that comes with …

php fpdi
FPDI with Multiple Pages

I am new to PHP and am having a bit of a hard time with using FPDI when it comes …

php html pdf fpdf fpdi
FPDF image under layout

I import a PDF file with 2 pages using fpdi, it works. I need to insert an image in my imported …

php fpdf fpdi
wrong symbol exported in fpdf... ñ as ñ ..?

I dont know whats the problem but whenever I call the letter ñ from $_POST function it puts it in my …

php web fpdf fpdi
FPDF align with Image and Cell

I'm trying to do the following layout in an PDF file generated by FPDF in PHP. -------------------------------------------------- | | Text1 | | IMAGE | Text2 | | | …

php pdf-generation fpdf fpdi
"Unable to find xref table" with Dompdf0.6a + FPDI

I'm trying to generate a pdf file from html using dompdf0.6a and that works fine, but then i need …

php dompdf fpdi
Merging PDF files with PHP/FPDI

i am trying to merge two files using FPDI the error i get is:'TCPDF ERROR: File is encrypted!', …

php pdf pdf-generation fpdi
Adding images over PDF using FPDI and TCPDF

I'm trying to add images on top of an existing PDF. The pdf contains a blank grid, I am writing …

php tcpdf fpdf fpdi
FPDI & TCPDF problems?

Im having a rather odd problem getting FPDI & TTCPDF php classes to work together. FPDI: http://www.setasign.com/…

php pdf pdf-generation tcpdf fpdi
php how to save an fpdi object as a pdf file

I'm using fpdi for creating/editing my pdfs, and was wondering how to save the output(essentially "save as" a …

php file pdf tcpdf fpdi