Export to image File
oosswwaalldd opened this issue · comments
Hi,
I have implemented this cloud lib in my site and my customers are blown away, it is great!
This is not a issue but a question regarding if there is any way/method to export this cloud tag (once builded into the html canvas) to an image file or pdf?
I will appreciate your help in this matter.
Thanks!
Hi,
Unfortunately at the moment there is no built-in way to export the cloud as image. That would be trivial if jQCloud was made with HTML canvas, but it's not, so exporting as png would require an HTML-to-image converter. There are tools like that, but in my opinion that is out of the scope of jQCloud.
Thanks for the interest :)
Luca
On 08/nov/2012, at 01:51, oosswwaalldd notifications@github.com wrote:
Hi,
I have implemented this cloud lib in my site and my customers are blown away, it is great!
This is not a issue but a question regarding if there is any way/method to export this cloud tag (once builded into the html canvas) to an image file or pdf?
I will appreciate your help in this matter.
Thanks!
—
Reply to this email directly or view it on GitHub.
This is a shame...we use this on our website and being able to share the cloud would be great...
oosswwaalldd - did you find a solution?
I would be happy to pay for a solution here...
I converted the div into a canvas and exported it to a URL
https://stackoverflow.com/a/50253915/7690738