3D FlipBook - Custom bookmarks/table of contents

k***e@iceblue.co.uk
2023-01-26
2023-02-01

I can see one example of the bookmarks feature, and I'm assuming the bookmarks are automatically generated from the PDF outline.

Is there an alternative way for us to specify page numbers and titles in order to create custom bookmarks? The scenario we have is that the PDFs themselves are provided to us with no outline, and we just want to create a few bookmarks just for the flipbook, without needing to edit the PDF and create an outline there. Is this possible?

Replies

a***r@3dflipbook.net
2023-01-26
2023-01-26

Yes:

  $('#container').FlipBook({
...,
        outline: [{
          title: 'Chapter 1',
          dstData: 5,
          items: [{
            title: 'Chapter 1.1',
            dstData: 7,
            items: []
          }]
        }]
      });
k***e@iceblue.co.uk
2023-01-27
2023-01-27

Thank you for the quick response, however this doesn't seem to have any effect - the bookmark list is still empty. I am currently using the demo version to make sure it has the features we need before we purchase the full version - does this work in the demo version, or just the full version?

a***r@3dflipbook.net
2023-01-27
2023-01-27

No, this doesn't work in demo. This feature appeared in the latest releases.

k***e@iceblue.co.uk
2023-01-27
2023-01-27

OK, great! We'll get the licence purchased today then and start implementing the full version. Thank you for your help.

Log In to leave a comment