Skip to content

2.0.0

Choose a tag to compare

@endelwar endelwar released this 10 Apr 13:51
· 55 commits to develop since this release

Added

  • Add --timeout option to the WeasyPrint command-line call by default. This improves consistency with the internal process timeout already applied by Symfony Process. If you're running WeasyPrint inside a worker, queue, or other timeout-managed environment, you can disable it using $pdf->disableTimeout() or $pdf->setTimeout(null). (#15)
  • Add disableTimeout() method to easily disable the new CLI timeout behavior

Security