a batch url to pdf converter
- Node 18 LTS
cp input/data.example.json input/data.json
schema:
[
{
"url": "<fill>",
"title": "pdf title"
}, ...
]
npm ci
npm run dev
will be output a directory to outputs
input/
├── data.json
outputs/
├── 171555555555
│ ├── 1.pdf
│ ├── 2.pdf
│ └── ...
npm run build
npm start
npm run build
before run this command run this command will be output a directory tooutputs