Skip to main content

CLI app that merges PDF files

Project description

General info

It is a simple CLI app that merges PDF files in given directory

Technologies

  • Python 3.10
  • PyPDF2 1.26.0

Install

Using pip

pip install pdfmerge2

Cloning repository for development

  1. Clone repository
  2. Install requirements
    pip install -r requirements.txt
    
    or
    poetry install
    

Usage

  1. Pass only path to merge ALL pdf files in there
    pdfmerge2 /path/to/pdf/files
    
  2. Pass path and file names to merge only them
    pdfmerge2 /path/to/pdf/files -f file1 file2
    
  3. You can also pass output path
    pdfmerge2 /path/to/pdf/files -f file1 file2 -o /path/to/output
    

Contact

Created by @Gasper3 - feel free to contact me!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfmerge2-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

pdfmerge2-0.1.2-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page