Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Z WordTemplateService
Status
colourGreen
titleZALECANE

Code Block
languagejava
titlePrzykład
String templateName = "Przykładowy szablon" ;
WordTemplateService wordTemplateService = SpringContext.getBean( WordTemplateService.class );
File outputFile = TemporaryFile.create();
            
wordTemplateService.generateForProcess( outputFile, templateName, processId, OutputFormat.PDF );

 

Bezpośrednio z PrepeareDoc
Status
colourRed
titleNIE ZALECANE

...