Create PDF with rails and ember.js

I studied the best way to create a feature-rich, well-designed PDF based on the analytics platform we provide to our current customers. Our stack is ember.js, ember-data and ruby ​​on rails. We use D3.js and rickshaw to provide an advanced graphical interface and understanding, and would like to include this in our PDF message as much as possible. After initial research, it seems that the shrimp was most recommended, but seems too fundamental to our design goals. Does anyone have any recommendations on something that might help here?

+4
source share
1 answer

I would use addin ember-js-pdf. Download the data from the server and use nessary in pdf to define the elements / steps, and then create the PDF using addin.

See https://emberobserver.com/addons/ember-js-pdf for details.

0
source

All Articles