Top "Fpdi" questions

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

Can FPDF/FPDI use a PDF in landscape format as a template?

I am trying to import an existing PDF as a template with FPDI. The template is in landscape format. If …

php fpdf fpdi
FPDF error: This document (testcopy.pdf) probably uses a compression technique which is not supported by the free parser shipped with FPDI

I am running the following code and giving me this error : FPDF error: This document (testcopy.pdf) probably uses a …

php fpdf fpdi
TCPDF and FPDI with multiple pages

This looks like the simplest thing but I can't get it to work. I need to add text to the …

php tcpdf fpdi
FPDF / FPDI addPage() Orientation

I'm using the following code to add a new page to my existing PDF document and save it. require('addons/…

php pdf orientation fpdf fpdi
How to edit or write on existing PDF with Ruby?

I have a couple of PDF template files with complex content and several blank regions/areas in them. I need …

ruby-on-rails ruby pdf-generation fpdi
Insert images files in existing PDF file using PHP

My need is that I upload two image files and that should be added to an existing PDF file. I …

php pdf fpdf fpdi
FPDI/FPDF: Watermark and Print Multiple Pages

I modified this stack question: Applying watermarks on pdf files when users try to download the files but I encountered …

php fpdf fpdi
Edit Existing PDF multiple page File using FPDF & FPDI

I am usinf FPDI to edit my existing pdf file and its work perfect for single page. As ou can …

php fpdf fpdi
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 …

php pdf tcpdf pdftk fpdi
Is there a way to make FPDF/FPDI or Zend_Pdf support the parsing of PDFs greater than 1.4?

I am trying to add an existing PDF (created otherwise) to a PDF created with FPDF using FPDI. It seems …

php zend-framework fpdf zend-pdf fpdi