Hi
I'm trying to use merge and append operations in pdf-utils with the windows executable, but I can't seem to figure out how reference a seperate, local file for the content. Usually this would be done by storing separate template and referencing them by their 'Shortid', but I'm not sure how you would approach that with the with the executable/CLI-tool.
I've tried simply creating a new "stateless" template instead of referencing a stored template, but it's getting quite complex for its size.
pdfOperations: [{
"type": "merge",
"template": {
"content":
...
}
}]
Thanks,
Morten