hearsid / ng-html-to-pdf-save

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

Modify the part where the background color is saved as black #17

Open nalnari opened 7 years ago

nalnari commented 7 years ago

Hello hearsid.

Send the first Pull request.

We have added fillStyle and fillRect to the context so that the background color is always saved as white when the pdf is saved.

hearsid commented 7 years ago

@nalnari : Thank you for creating the PR 😄 Can you specify what problem will merging this PR solve? Is there any case when the background of the PDF is not white?