搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to get the Bookmarks in pdf file by using pdf.js library

  • 1 回覆
  • 3 有這個問題
  • 1 次檢視
  • 最近回覆由 guigs

more options

In my application i am using PDF.js library to view the pdf files. Now i want to fetch the bookmark details which was already set in the pdf page. How could i get the those bookmark details by using pdf.js library. is there any specific methods available in pdf.js library to get that?

In my application i am using PDF.js library to view the pdf files. Now i want to fetch the bookmark details which was already set in the pdf page. How could i get the those bookmark details by using pdf.js library. is there any specific methods available in pdf.js library to get that?

所有回覆 (1)

more options

Hi ShantamReddy,

I asked #pdfjs and we would need you to clarify what you mean by "bookmark"

This is where the bookmarks in a pdf are populated https://github.com/mozilla/pdf.js/blo.../viewer.js#L1032 however you will have to customize what to do with them.

I hope this sheds some light on what you are trying to do.