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 )
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 )