Skip to content
Discussion options

You must be logged in to vote

Your code is minimal and I am not sure where the files really exist you want to open.
But maybe this is an explanation:
To open a document with PyMuPDF, then this must either be a file existing on local drives, or it must be a memory area in formta of the respective document.
PyMuPDF does not access the internet as part of fitz.open(). You must first download any internet-resident file e.g., to a memory area (not necessarily to disk).
That maybe explains it.

Replies: 4 comments 13 replies

Comment options

You must be logged in to vote
7 replies
@gosforth
Comment options

@JorjMcKie
Comment options

@AlexeyPopkov
Comment options

@JorjMcKie
Comment options

@AlexeyPopkov
Comment options

Comment options

You must be logged in to vote
1 reply
@AlexeyPopkov
Comment options

Comment options

You must be logged in to vote
2 replies
@Sythys
Comment options

@julian-smith-artifex-com
Comment options

Comment options

You must be logged in to vote
3 replies
@JorjMcKie
Comment options

Answer selected by JorjMcKie
@yonglee7015
Comment options

@JorjMcKie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
7 participants