Skip to content

Parse PDF without it being on the disc #5

@oplahcinski

Description

@oplahcinski

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions