bjrmatos / jsreport-electron-pdf

jsreport recipe which renders pdf from html using electron :rocket:
MIT License
53 stars 6 forks source link

Support for setting the complex width and height in studio UI #15

Closed pofider closed 7 years ago

pofider commented 7 years ago

This would be great.

Support this option in the ui Object|JSON Object String. Keys: width, height. Values: integer in microns (1/1000mm) e.g. A5: "{ 'width': 148000, 'height': 210000 }"

pofider commented 7 years ago

Thank you very much!