How to dynamically fill form content

Do you want to: Suggest a feature / Report a bug / Ask a how-to question
For feature suggestions, describe the result you would like to achieve in detail.
For bug reports, provide the steps to reproduce and if possible a minimal demo of the problem.
Document Server version: 7.2
Type of installation of the Document Server (docker, deb/rpm, exe)
OS: docker
Browser version: chrome 109

There are 100 data in my database, which are filled into the existing word form to generate 100 word files,

Can I do this without opening the editor page

Can I modify the word content directly through the backend service

ONLYOFFICE Document Builder is one of the most complete tools that enables your application to modify or build documents in DOCX, XLSX, PPTX or PDF without actually running Microsoft Office.

Can this meet my needs ?

Hello @huzedong2022

Yes, Document Builder allows you to create and edit documents without need to run editors themselves. Here you can find more information about Document Builder:
https://api.onlyoffice.com/docbuilder/basic

You can use Document Builder that is built into your Document Server instance via POST requests to it, more info on how to do it you can find here:
https://api.onlyoffice.com/editors/documentbuilderapi

You can practice writing .docbuilder scripts that are required to use Document Builder here:
https://api.onlyoffice.com/docbuilder/try