mirror of
https://github.com/tmaier/asn-qr-code-label-generator.git
synced 2026-03-14 16:43:31 +00:00
Add GitHub workflow for PDF generation using Playwright
Create a workflow that generates a DIN A4 PDF of the print version of index.html and stores it as an artifact. Uses Playwright with Chromium to load the page, wait for QR codes to render, and generate the PDF.
This commit is contained in:
parent
9b596b5506
commit
f58462df32
3 changed files with 90 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "asn-qr-code-label-generator",
|
||||
"version": "1.0.0",
|
||||
"description": "QR code label generator for Paperless-ngx Archive Serial Numbers",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate-pdf": "node scripts/generate-pdf.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"playwright": "^1.49.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue