cesarvr / pdf-generator

Cordova plugin to generate pdf in the client-side
MIT License
107 stars 61 forks source link

Support For PDF Footer #77

Open sahayarex opened 6 years ago

sahayarex commented 6 years ago

Can we implement the footer for pdf in every page at bottom. ??

cesarvr commented 6 years ago

The role of the plugin is just to take HTML and transform it to PDF, to do management of the content I'll recommend to use something like underscore template, you can use this to cache a reusable footer.