KnpLabs / snappy

PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage

Home Page:https://knplabs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony\Component\Process\Exception\ProcessTimedOutException on PDF generation

SilverBull opened this issue · comments

Hello, it look like you closed the issue 169 without a clear solution or at least to me there are workaround that not resolve the issue.
I'm still experiencing this with snappy 1.2.1 and wkhtmltopdf 0.12.6 on Debian 10 server with Apache and php 7.3.
As the previous issue I can correctly generate the pdf in 2 seconds running the command from shell, if I run it with $snappy->generate doesn't matter the timeout it will only generate the pdf after it generate a ProcessTimedOutException. Again as in the issue 169 the problem exist with the cookie option,
$snappy->setOption('cookie', array('PHPSESSID' => $cookie));

I'm missing something? There are other way to render an Url with Snappy?

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

So apparently the repo is a bit stale or I'm the only one still with the problem.

@SilverBull I have also encountered the same problem using laravel sail container and using the same version of snappy and wkhtmltopdf. The container doesn't use apache to serve the pages so I don't think that is relevant to the problem. I can create pdfs just fine using wkhtmltopdf from the command line.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.