Stream Zip & Fixed Split in Node

This commit is contained in:
Felix Kaspar
2023-10-20 02:10:03 +02:00
parent 8193d5044a
commit 3fd8833457
8 changed files with 284 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ This is the development repository for the new StirlingPDF backend. With the pow
## Understanding Workflows
Workflows are the way you define what operations and their order should be applied to the PDF.
Workflows define how to apply operations to a PDF, including their order and relations with eachother.
Workflows can be created via the web-ui and then exported or, if you want to brag a bit, you can create the JSON object yourself.