lucaong / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
MIT License
646 stars 293 forks source link

Export to image File #32

Open oosswwaalldd opened 11 years ago

oosswwaalldd commented 11 years ago

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!

lucaong commented 11 years ago

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.

SACU-Student commented 10 years ago

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

PandaWhoCodes commented 3 years ago

I converted the div into a canvas and exported it to a URL https://stackoverflow.com/a/50253915/7690738