To take off the load of PDF generation from our A12 dataservices backends we are planning to deploy the PrintEngine as its own service and then just call it from our backends.
From the official documentation I am not completly sure if our plan is viable and what we would need to think and take care of. Maybe somebody has done it before and could give us some hints for our current questions:
- Can the PrintEngine run as a standalone application? If not, what would the minimum viable setup look like (e.g. what A12 dependencies are necessary)?
- Has somebody done this before and could give us some tips?
- Is there some recommended way of how to exchange attachments/documents & the generated PDFs? I’d imagine that putting everything into a single synchronous request and waiting for the generation to be done could overwelm the service quite fast. Sharing data via the filesystem and let the generation be done asynchronously may be more memory efficient.
Any tips regarding this topic are appreciated!