-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib pdf generation - replace deprecatd wkhtml with alternative solution #2322
Comments
Maybe this is worth testing... Youtube.com | Nick Chapsas | The Free Way to Create Awesome PDFs |
[~] Changed PDF Test to use puppeteer CactuseSecurity#2322
Reopened as the code in PR #2536 doesn't work for Ubuntu 24.04 Added new tasks... |
other projects to consider: |
Debian/Ubuntu Packages für chrome: https://source.chromium.org/chromium/chromium/src/+/main:chrome/installer/linux/debian/dist_package_versions.json
ca-certificates |
Chrome currently does not provide arm64 binaries for Linux. There are only arm64 binaries for Mac ARM. That means that Linux binaries downloaded by default will not work on Linux arm64. |
Download via ansible: |
wkhtml project has been archived end of 2023: https://wkhtmltopdf.org/status.html
possible replacements:
Testing: dotnet add package Microsoft.Playwright.NUnit
Current favorite: https://github.com/hardkoded/puppeteer-sharp.git
The text was updated successfully, but these errors were encountered: