icingaweb2-module-pdfexport icon indicating copy to clipboard operation
icingaweb2-module-pdfexport copied to clipboard

PDF export functionality for Icinga Web 2

Results 13 icingaweb2-module-pdfexport issues
Sort by recently updated
recently updated
newest added

Note: Update based on php 7.3.

cla/signed
dependencies

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

cla/signed

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"...

enhancement
area/layout

## 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...

bug

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

enhancement

## 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. ##...

enhancement
area/documentation

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

enhancement
area/documentation

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

cla/signed

- Requires: https://github.com/Icinga/ipl-web/pull/230

cla/signed

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

cla/signed