Question

I am developing a project in codeignitor. Here I want to develop a feature like modify existing pdf.

I have list of pdf files in each file I want to add cover page that is html content and save new pdf.

I am looking around for the solution. Please help me to find best approach to get it done.

Thankyou.

Was it helpful?

Solution

simply you can use FPDF in CodeIgniter...

refer to: https://github.com/iamfiscus/Codigniter-FPDF

me also using fpdf in my projects...

OTHER TIPS

You can create a pdf from your Html using

http://fpdf.de/downloads/addons/42/

then you can refer to some already answered similar questions for merging.

Merge multiple PDF files into one in PHP

Merge PDF files with PHP

Edit Existing PDF multiple page File using FPDF & FPDI

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top