Add Scroll PDF Export Button to all existing pages

Comments

2 comments

  • Avatar
    Johanna Linaker (K15t) (Edited )

    Hi Brock, thank you for reaching out to us.

    I have provided an answer to this question in the email you sent to our support.  

    Hopefully, it will be of help :)

    Cheers,
    Johanna (K15t)

    0
    Comment actions Permalink
  • Avatar
    Thomas Rough (K15t)

    For those interested in a Scroll Exporter integration with Scroll Viewport we have this guide for adding an export button to pages: https://help.k15t.com/scroll-viewport/latest/server/exporting-with-scroll-exporters-from-a-viewport-134488391.html

    Additionally, to display the button in the normal Confluence view it is also possible to add a small script (see below) as custom HTML (in Confluence Administration > Custom HTML > At the end of the BODY):

    <script>
     var button = jQuery('<button class="aui-button scroll-pdf-launcher">Export</button>');
     button.attr('data-quick-start', false);
     // optional attributes for specific templates/scopes
     // button.attr('data-template-id', 'ENTER TEMPLATE ID');
     // button.attr('data-scope', 'descendants');
     jQuery('#main-content').prepend(button);
    </script>

    Thanks, Thomas (K15t)

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk