...
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 ); |
Tip | ||
---|---|---|
| ||
Jak powinien być poprawnie zbudowany szablon aby poprawnie zostały rozpoznane tabele jest opisane tu |
Generowanie PDF bez rozpoznawania tabel.
Status | ||||
---|---|---|---|---|
|
...