icingaweb2-module-pdfexport
icingaweb2-module-pdfexport copied to clipboard
PDF export functionality for Icinga Web 2
Note: Update based on php 7.3.
The current implementation of `HeadlessChrome::toPdf()` always assumes that it controls the event loop instance, i.e. `HeadlessChrome` creates and starts the event loop manually. This may work for most use cases...
PDF export currently uses a dummy layout, we should: - provide a "good-looking" default - failsafe internationalized page numbering and localized date (Created: ...) support - optionally provide a "even-better-looking"...
## Describe the bug Chrome may try to dump a crashdump: > mkdir /tmp/Crashpad/new: Permission denied (13) ## To Reproduce n/a ## Expected behavior Chrome runs fine anyway. (Depends on...
Hi, I'd like to know if there a solution to skip the inclusion of the template cover page when downloading pdf o sending it via email ## Describe the solution...
## Issue With an active SELinux the PDF module is not possible to generate a PDF Report. ## To Reproduce Set SELinux in permissive Mode and then it works. ##...
I'm missing a instruction for installing chrome on SLES-systems Probably these steps are sufficient for an installation on a SLES-server using zypper as root (otherwise add sudo): zypper addrepo http://dl.google.com/linux/chrome/rpm/stable/x86_64...
Starting in version 66, Chrome DevTools requires the host header to be “localhost” or an IP address. Work around this by setting the header to “lcoalhost” when fetching the version...
- Requires: https://github.com/Icinga/ipl-web/pull/230
### Changes made: - method `done()` has been removed. - Interface `ExtendedPromiseInterface` has been replaced with `PromiseInterface` since v3.0.0 [`v3.0.0`](https://reactphp.org/promise/changelog.html#300-2023-07-11) refs https://github.com/Icinga/icingaweb2-module-pdfexport/issues/78 require: https://github.com/Icinga/icinga-php-thirdparty/issues/87