LoginSignup
0
0

More than 3 years have passed since last update.

php-pdftoppm実行時のエラー「PdfToPpm was unable to convert pdf to images」の対処

Posted at

https://github.com/waarneembemiddeling/php-pdftoppm
でPDFから画像ファイルへの変換の実行時間が60秒を超えると
エラー「PdfToPpm was unable to convert pdf to images」が出力されていた。

vendor/symfony/process/ProcessBuilder.php

private $timeout = 60;
を変更したところエラーは出なくなった。

0
0
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
0
0