dotemacs / pdfboxing

Nice wrapper of PDFBox in Clojure
BSD 3-Clause "New" or "Revised" License
177 stars 38 forks source link

Added byte array parsing to obtain-document function #58

Closed cguckes closed 3 years ago

cguckes commented 3 years ago

That way you can use other sources than the file system for loading pdfs.

Description of your pull request

I needed the ability to load pdfs from other sources than files, in my case e-mails.

Why should it be considered?

It's a small change and it adds a lot of useful functionality.

Pull request checklist

Before submitting the PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

Thanks!

dotemacs commented 3 years ago

Hello @cguckes

Sorry that I didn't spot this before and thanks for your PR.

I've got a couple of pedantic suggestions, I hope you don't mind :)

If this is too much work/annoying, let me know, and I'll do it.

Thanks

cguckes commented 3 years ago

@dotemacs, will do when I get the chance. Might be one or two days though...

dotemacs commented 3 years ago

On 9 Nov 2020, at 09:15, Christopher Guckes notifications@github.com wrote:

@dotemacs, will do when I get the chance. Might be one or two days though…

No rush, thank you :)

cguckes commented 3 years ago

Ok, wasn't as hard as I thought... Ok now?

dotemacs commented 3 years ago

Thanks great, thanks :)