Code Monkey home page Code Monkey logo

pdf-overlay's Introduction

๐Ÿ“‘ pdf-overlay

This small tool merges a stationary pdf ontop of the first page of a content-pdf. It has been built to combine content files with a letterhead. This enables you to update the letterhead of files much faster.

Usage

โš™๏ธ Installation

On Windows systems download the pdf-overlay.exe into a folder. The folder structure should now look something like this:

working_dir/
โ”œโ”€โ”€ Briefkopf/
โ”‚   โ””โ”€โ”€ Briefkopf.pdf
โ”œโ”€โ”€ Dokumente/
โ”‚   โ”œโ”€โ”€ Input_PDF_1.pdf
โ”‚   โ””โ”€โ”€ Input_PDF_2.pdf
โ”œโ”€โ”€ PDF/
โ””โ”€โ”€ pdf-overlay.exe

Things you need to know:

  1. ./Briefkopf/Briefkopf.pdf is a fixed name. You should not rename this.
  2. ./Dokumente is a fixed folder name. It should not be changed. Within this folder all subdirectories and PDFs are processed.
  3. .PDF and neccesary subdirectories are automatically created if they do not exist when the program is run. Existing PDFs will be overwritten.

๐Ÿงช DEV

The following is only needed if you are developing...

# Only needed on Apple/arm_64 architecture as pymupdf does not have a corresponding wheel and will build using swig
brew install swig

# install (and build) PyMuPDF
pip3 install pymupdf

Edit configuration within main.py

Run Script

python3 main.py

pdf-overlay's People

Contributors

dependabot[bot] avatar luc-ass avatar themorlan avatar

Watchers

 avatar  avatar  avatar

pdf-overlay's Issues

Attempt to find second page automatically

Idea:

The script deconstructs the file name and looks for:

if (name starts with Aufklรคrung)
    modality = (deconstruct by "_", pick second item)
    if modality_second_page exists
        append second page

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.