-
I'd like to be able to read the contents of a URL directly without downloading it as a file. How can this be done?
and pass this to |
Beta Was this translation helpful? Give feedback.
Answered by
petermr
Jun 26, 2023
Replies: 1 comment
-
It seems to work:
I don't know whether this scales to very large PDFs and whether there are buffering issues, but this may be useful for others. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
petermr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to work:
I don't know whether this scales to very large PDFs and whether there are buffering issues, but this may be useful for others.