Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-580684.py
File
recipe-580684.py
recipes/Python/580684_Simple_PDF_Bookmark__Table_Contents/recipe-580684.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] on win32
2
Type
"help"
,
"copyright"
,
"credits"
or
"license"
for
more information.
3
>>>
import
fitz
# = PyMuPDF
4
>>> doc = fitz.open(
"test.pdf"
)
# open PDF
Callers
nothing calls this directly
Calls
3
print
Function · 0.85
open
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected