LoginSignup
5
4

More than 5 years have passed since last update.

CAM::PDFで複数のPDFを結合する

Last updated at Posted at 2012-11-11

まずはモジュールをインストール

$ cpanm CAM::PDF

その後は以下のgistのようにPDFを結合する処理を書いて終わり

CAM::PDFを利用して複数のPDFを結合するスクリプトサンプル — Gist
https://gist.github.com/4054634

結合元と結合先のPDFファイルをインスタンス化して$pdf1->appendPDF($pdf2)するだけで$pdf1の末尾に$pdf2のページが結合される

gistに上げたメソッドだけを使っていくつかのPDFを結合してみた限りでは特に不具合も無い模様

  • 参考

CAM::PDF - search.cpan.org
http://search.cpan.org/~cdolan/CAM-PDF-1.58/lib/CAM/PDF.pm

PHPでPDFファイルを結合するには? - Linux Square - @IT
http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=42650&forum=10

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4