Joshua Heimbach

Results 8 comments of Joshua Heimbach

I'm also experiencing the same issue using `pdfboxing` version `0.1.14.1-SNAPSHOT`. Here's a more distilled example using `.save` instead of `split/merge-documents`: ```clj (-> (pdf/split-pdf :input "/tmp/example.pdf") first (.save "/tmp/page-1.pdf")) Execution error...

> Nope unfortunately. I ended up using something else Cheers for the quick reply.

@dotemacs Thanks for looking into this! > The thing is, I'm not sure when somebody would use split-pdf just to view the PDDocuments I had the exact same thought. If...

I'm in favour of leaving it as is (after your patch). Nothing is stopping a user from closing the files on their own accord. :) Any chance of a release...

Hi @dotemacs Are we sure this was fixed? I'm using the latest version from Clojars `0.1.14` but I'm having the same problem: ```clj (-> (pdf/split-pdf :input "/tmp/my.pdf") first (.save "/tmp/page-1.pdf"))...

No worries! I saw the `fix-for-split-pdf` branch, tested it, and sure enough it works. Maybe the release to Clojars was done with the master branch?

I've made a fork here with: https://github.com/joshkh/pdfboxing * added deps.edn for wider tooling support * merged your `fix-for-split-pdf` into `master` And when I include the latest SHA in my project...

There's strong evidence indicating that this has been broken since the release of im-tables 2.0 three years ago. The enrichment widgets accept a callback function called `listCb` which is executed...