You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
i have tried with dom-to-image library. But i am unable to see table data with exact UI, Once downloading png its compressing the downloaded page(Entire data will display in one page without scroll.).
So please can you suggest if any other library for pdf downloader with text, svg and table data.
i have tried with html2canvas, but svg is downloading with black backgorund color.
So please can you help out to resolve the problem.
It looks like your request exceeds the realm of this project. My suggestion is to post your question on StackOverflow where you will get relevant responses.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i am able to download the graph using svgid, but unable to download text and table in same file(graph.png). I am using saveSvgaspng.js
downloader(){
saveSvgAsPng(svgid, 'graph.png', {scale:1}, {backgroundColor:
transparent
});}
<button onclick={()=>this.downloader()}>Download
Please suggest any thing need to add to get text and table data.
The text was updated successfully, but these errors were encountered: