iclems / iOS-htmltopdf

MIT License
305 stars 79 forks source link

How to get page number display on header #33

Closed fradiocey closed 8 years ago

fradiocey commented 8 years ago

Hi, Im new in Objective-c, currently I use this plugin to cordova as Moderna did. can you share me how to display page number for every PDF pages. Thanks

https://github.com/moderna/cordova-plugin-html2pdf/tree/master/src/ios/NDHTMLtoPDF

iclems commented 8 years ago

You can edit printToPDF to add support for this. It's more of an iOS draw issue then.

fradiocey commented 8 years ago

Hi, Im still unable to do, can you help me to convert NSLog "Number of Page:" to be displayed on PDF canvas on the footer, your help is much appreciated.