A simple web application for applying preset transformations on PDF files.
- Visit https://michael-m-2983.github.io/pdf-tools/.
- Select a PDF file
- Select which action you want to perform on the file from the dropdown menu.
- Download the result
# First, install NPM: https://nodejs.org/en/download/
# Clone the repository from GitHub
git clone https://github.com/michael-m-2983/pdf-tools.git
cd pdf-tools/
# Install libraries
npm install
# Start a local development server
npm run dev