smaranjitghose / doc2pen

An open source project aimed at making your student life easier!
https://doc2pen.smaranjitghose.com
Creative Commons Zero v1.0 Universal
379 stars 404 forks source link

Allow multipage downloads in both png and pdf formats #958

Closed N-Shar-ma closed 3 years ago

N-Shar-ma commented 3 years ago

Problem

Currently only the 1st page can be exported, irrespective of the total number of pages created by the user

Solution

Convert each outputPage DOM node to an image data url, and download those as numbered png images, or make a multipage pdf out of them and export as a single pdf

(This bug is noticeable after issue #955 will be closed by #957 )