hearsid / ng-html-to-pdf-save

Save HTML as pdf file on the browser with angularjs .
28 stars 35 forks source link

Multi-page (first page: correct, others pages: blank) #14

Closed adairborba closed 7 years ago

adairborba commented 7 years ago

On more than one page, only the first one has information, the next, are left blank.

hearsid commented 7 years ago

@vijaydogra The PR you created (https://github.com/hearsid/ng-html-to-pdf-save/pull/10) was supposed to solve this issue, right? An explanation or help in the same will be appreciated.

vijaydogra commented 7 years ago

@adairborba Can you upload your test program please for me to test? I am currently not able to reproduce here.

adairborba commented 7 years ago

@vijaydogra I did a series of tests, and I understood that a CSS definition of the bootstrap framework was creating the bug. I removed the css block, and it is functional. Now, just find a better way to crop the images.