79811509

Date: 2025-11-06 16:09:54
Score: 2.5
Natty:
Report link

FPDI does not support.
I use ghostscript in linux and use shell_exec to execute and merge pdfs:
<?php
$command = "gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined.pdf -dBATCH file1.pdf file2.pdf";
shell_exec($command);
?>

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Leandro Campos