0

I am creating a PDF file using DOM pdf and codeigniter as my framework. In that PDF i want to attach already saved PDF's on my server at the end of newly created PDF file. Is that possible with DOM PDF to create a PDF like that.

Manish Saini
  • 78
  • 2
  • 10

1 Answers1

0

Presently DOM PDF will not support for merging two pdf files

You can do with PDFTK.

Or Refer this :

Merge multiple PDF files into one in PHP

Community
  • 1
  • 1
Girish Hosamani
  • 1,203
  • 12
  • 18