0

I am trying to import a certain PDF file that has editable fields, fill it with data from my database and then download it and keep those fields editable again when accessing that pdf file. Can somebody help me with first steps of how I should approach this problem? Thanks in advance to all

Sallmin Rexha
  • 125
  • 1
  • 11

1 Answers1

0

You can use TCPDF or FPDF with the FPDI extension to modify PDF the result is a new PDF file in this case it will be ideal create new one PDF from uploaded PDF and editables fields.

To install FPDF + FPDI in Laravel you just need to run:

composer require setasign/fpdf && composer require setasign/fpdi
Kais Chrif
  • 134
  • 5