Headless-wps for cloud document processing
I’m building a cloud based automated document processor and came across the headless-wps project on GitHub which allows WPS Office to run in a headless environment for server side document processing. It's one of the options I'm seriously considering for the document generation and conversion layer of the pipeline and I want to hear from anyone who has actually deployed it before committing to this approach.
The use case is standard automated document processing, populating templates, converting between formats, and generating PDF output without any manual UI interaction. The headless-wps project looks like it addresses the core requirement of running WPS Office without a display environment in a cloud deployment context which is exactly what I need.
A few things I'm trying to establish before building around it. How stable is the headless-wps deployment in a production cloud environment under sustained document processing load? How straightforward is the Docker deployment and are there dependency or configuration issues that aren't obvious from the documentation?
Also curious about the licensing implications of running WPS Office in a headless cloud deployment for automated commercial document processing