I'm having an ember.js app with multiple (nested and not nested) routes, just like a usual ember app.
What I want: Export multiple templates as pdf
For this to achieve, I wanted to render all the needed templates in one page (template) and then use js.pdf to export.
Is it possible to render all my "pages" to a single page?
For Example, my app
Desired result
What i tried with no luck:
Thanks!