Forum Discussion

mmathe's avatar
mmathe
Community Member
9 months ago

Generating images to export in Storyline

Hello,

This is my first time asking something here, I hope I do right !

I have the idea of a complex project with Storyline : I want to create a tool to generate images or logos ! 
The idea is that the person using the Storyline replies to some questions I've made, and based on the results, it will automatically create an image.

The choices are limited, there will be elements of personnalisation like name or title that will be variables.

My question is : Is there a way that the user can "export" the result as a PNG for example ? Save the last screen of the course ?

Thank you for your help !

4 Replies

  • JHauglie's avatar
    JHauglie
    Community Member

    One built-in button is to "print results" to a PDF file. So I would think you could try that approach and see whether or not the user gets a PDF of the auto-created image.

  • mmathe's avatar
    mmathe
    Community Member

    This is a good idea, I will try this direction, thank you !

  • danielcart's avatar
    danielcart
    Community Member

     Storyline doesn’t support direct PNG export natively. But here’s a workaround: Let the user **take a screenshot** of the final screen (you can even add a “screenshot” button with instructions). Or, use **JavaScript** to capture the slide area as an image — but this needs coding and may not work on all browsers.

    So for now, **manual screenshot** is the easiest and most reliable method.

    • mmathe's avatar
      mmathe
      Community Member

      Thank you for your reply, this is indeed the best solution !