Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature download pdf #2

Merged
merged 10 commits into from
Oct 3, 2016
Merged

Feature download pdf #2

merged 10 commits into from
Oct 3, 2016

Conversation

abhishekthorat-tudip
Copy link
Contributor

  • For that updated the index.html file.
  • Added the html2canvas and jspdf script to the module.
  • Use the html2canvas dependancy to take screenshot.
  • Then pass that screenshot to the jspdf file to convert it into pdf file.
  • Saved the pdf with name as a submission id.

 - For that updated the index.html file.
 - Added the html2canvas and jspdf script to the module.
 - Use the html2canvas dependancy to take screenshot.
 - Then pass that screenshot to the jspdf file to convert it into pdf file.
 - Saved the pdf with name as a submission id.
 - Working on changes related to download pdf button.
 - Solved pagination issue for elements which have height less than page height.
 - Working on solving pagination issue for element having height greater than page size.
…ission.

- This is required for element which have height greater than page height.
Need to add the support for those element which have element height greater than page height.
@travist travist merged commit 22136b1 into master Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants