3D FlipBook - How to add the Download option in the submenu?

j***x@proton.me
2023-07-06
2023-07-06

Hello,

I successfully added 3DFlipbook to my website, but the option Download in the submenu is missing. How can I add it?

I tried controlsProps: { actions :{ cmdSave: { enabled: true, enabledInNarrow: true } } }

But this didn't work. Pleas provide some code or documentation.

Replies

j***x@proton.me
2023-07-06
2023-07-06

I found it.

You have to add:

controlsProps: { downloadURL: '[location PDF]' }

to the list of options.

Log In to leave a comment