Skip to content
Advertisement

add existing pdfs to fpdf

Is there any function that I could call in order to include an existing pdf in my fpdf file?

For example

$pdf->AddPage(from file example.pdf);

something like that? is it posible?

Advertisement

Answer

fpdi is what you are looking for – see http://www.setasign.de/products/pdf-php-solutions/fpdi/

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement