Git Product home page Git Product logo

pdf-merge's Introduction

PDF Merge Tool

Installation

Run the following to install dependencies required for running this tool.

$ sudo apt-get install unoconv	
$ pip install pypdf2

How to Use

Place all the files to be merged inside the ToMerge Folder.

Now cd into the root of the directory and run the script merge.py.

$ python merge.py
  • The script first converts all the non-PDF files to PDF format.
  • All files, including PDFs are moved from ToMerge to Consumed.
  • The converted PDFs are then merged into one and then deleted from inside the ToMerge folder.
  • Resultant PDF can be found inside the Output folder with the filename as printed on the terminal.

pdf-merge's People

Contributors

afrozas avatar

Watchers

 avatar

pdf-merge's Issues

Possible Improvements

Possible things to work on:

  1. Refactor the code, adding classes (it was a one hour hack, so code quality is poor ๐Ÿ˜› )
  2. Add threading to enhance performance and making it more robust.
  3. Add regex or something for better file name handling.

Comment down if there is an issue you want to work on. I will open child-issues and assign it.
Good luck ๐Ÿ˜„

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.