GithubHelp home page GithubHelp logo

bebenlebricolo / pdfmixtool Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 929 KB

This project is a fork from the original repository (scarpetta's PdfMixTool located on Gitlab).

Home Page: https://gitlab.com/scarpetta/pdfmixtool

License: GNU General Public License v3.0

CMake 1.95% C++ 97.40% C 0.65%
pdf pdf-manipulation

pdfmixtool's Introduction

PDF Mix Tool logo PDF Mix Tool

PDF Mix Tool is a simple and lightweight application that allows you to perform common editing operations on PDF files.

Screenshot

Base operations it can perform are the following:

  • Merge two or more files specifying a page set for each of them
  • Rotate pages
  • Composite more pages onto a single one (N-up)
  • Combinations of all of the above

Besides, it can also mix files alternating their pages, generate booklets, add white pages to a PDF file, delete pages from a PDF file, extract pages from a PDF file, edit the PDF document information, extract images from a PDF file.

Useful links

Changelog/Roadmap

Website: here you can find usage guides, building instructions and all other information.

Help translating on Weblate: Translations status

Installation

Packaging status

Here you can check if PDF Mix Tool is available in your distribution:

Packaging status

Building

To build PDF Mix Tool you need the following libraries and tools:

  • Qt (base, svg and tools) >= 5.11
  • qpdf (version >= 10.0.0 recommended)
  • Magick++, provided by ImageMagick or GraphicsMagick
  • CMake >= 3.6

Run the following commands inside the git repository directory:

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make

Starting from version 1.0, Qt 6 is supported. To build PDF Mix Tool using Qt 6, run the following commands inside the git repository directory:

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_VERSION=6
make

Optionally, GraphicsMagick can be used instead of ImageMagick by calling cmake with the flag -DUSE_GRAPHICSMAGICK=ON.

Run the following command to install PDF Mix Tool system-wide:

sudo make install

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.