jsreport / jsreport-pdf-utils

jsreport extension providing pdf operations like merge or concatenation
MIT License
8 stars 4 forks source link

Allow passing non persisted templates to the merge operations #4

Closed pofider closed 6 years ago

pofider commented 6 years ago

This would allow using this extension also in the stateless mode. The request could look like

{ 
  template: {
     ....
     pdfOperations: [{
         type: 'merge',
         template: {
            ...full template definition
         } 
    }]
  }
bjrmatos commented 6 years ago

done