Open edwin-hendriks opened 8 years ago
When you generate a PDF from a docx template you use IXDocReport#convert method. In this case the process is docx template -> generated docx (in memory) -> pdf
If I have understood your requirement, you wish generate a docx from a docx template. You must use IXDocReport#process method in this case.
Please takes time to read https://github.com/opensagres/xdocreport/wiki/DocxReportingQuickStart and https://github.com/opensagres/xdocreport/wiki/ODTReportingQuickStart
The current XDoc library enables us to generate PDF files with a docx template. We would however also be able generate a DOCX file based on a DOCX template (and a ODT file on a ODT template etc.).
Based on the current documentation we are are not able to determine if it is possible to do that and if so how?
This issue is a request for making this possible with the XDoc library, and/or (if it is already possible) to explain how.