...
Bezpośrednio z PrepeareDoc
Warning | ||
---|---|---|
| ||
Jeśli konieczne wywołanie generowanie w Java, to zalecane korzystanie z WordTemplateService. |
Przykład uruchomienia :
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
DocumentTemplateService templateService = ServiceFactory.getDocumentTemplateService(); DocumentTemplateTable template = templateService.getByName( "Przykładowy szablon" ); String templatePath = template.getTemplatePath(); String archiveDocumentClassName = "Przykładowa klasa"; Map<String, Object> mOptionalParameters = null; PrepeareDoc.createPdfAndSaveInArchive( templatePath, archiveDocumentClassName, processId, mOptionalParameters ); |
...