-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Hi,
I'm not great at c/c++ but I've been reading the poppler source trying learn how things work.
Do you know of any way to give the pdf to poppler if I've used something like requests to get it off of a website?
I see they have a curl loader in the source files but the files I need are behind authentication.
You being much more experienced with the source, do you think you could point me in the right direction of how something like this could be added?
Currently I do a really ugly named tempfile write and then pass that file location to pdfparser.Document. Im thinking i could use an internal redirect on nginx to hit my own endpoint but I'm not sure what overhead of all that would be compared to tempfile.
Thanks
Reactions are currently unavailable