Coder Social home page Coder Social logo

pdf-toolz's People

Contributors

asjidkalam avatar felixfurtmayr avatar jamieslome avatar jhoermann avatar rf-bernhard avatar ulikoehler avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

pdf-toolz's Issues

/tmp content does not clear after combinePDF()

I have found that when we use combinePDF(),

  1. Library copies every PDF file to /tmp directory in Linux.
  2. After combining PDF, the resulting PDF is also stored in /tmp folder.

But, after that it is not cleared from /tmp folder and it stacks up in the Hard drive memory.

Advice on installing dependencies

It took me a little investigating to figure out how to get this working. Here are some steps that you find useful to add to the readme or just leave this issue up in case it helps other people.

  1. You need graphics magick installed. I did this with brew install graphicsmagick
  2. Unfortunately, graphics magick exposes itself on the command line as gm. My basic macOS git install had alias gm to git merge so I had to add unalias gm in my path. You can also do that line in your terminal but it will likely only last for that session. Some forum posts say you can remove the alias line in your global git config but it wasn't in mine.
  3. I then encountered a Postscript delegate failed error so I needed to install the ghostscript library with brew install gs.

That fixed it all.

Thanks for making this library! It's very useful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.