Git Product home page Git Product logo

pdfexpress's Introduction

PDF eXpress

[English] [简体中文]

PDF eXpress, an application used to operate PDF, wrote by using Python.

Developing Environment

  • Python 3.10
  • Pillow
  • psutil
  • PyMuPDF
  • Nuitka
  • ordered-set

Current Version

The current version is 0.3.3-BETA, tested on Windows 7 , 10 and 11. Planing to test on Linux/FreeBSD.

Main Functions

  • Merge: Merge multiple PDF files into one PDF
  • Split: Splits a PDF into multiple PDFs, supporting single page splitting, split by number of pages, by number of copies, and by range
  • Rotate : Rotate each PDF page with 90° clockwise, counterclockwise, and 180°
  • Compression: Reduces PDF file size by compressing the images contained in the page
  • Extract Images: Extracts the images contained in the PDF file and saves them in the original data format
  • Extract Text: Extracts plain text contained in a PDF file, without formatting
  • PDF to Image : Converts each entire pages of a PDF file to images
  • Image to PDF: Converts images file to PDF

Running Method

There are two type binary, installer and portable packages. Download and install or unzip it, run PDFeXpress.exe.

Can also download from: Baidu

Build

If you want to build the application yourself. Please follow these steps below:

> git clone https://github.com/chianjin/PDFeXpress.git
> cd PDFeXpress
> pip install -r requirements
> python <Python Path>\Tools\i18n\msgfmt.py locale\zh_CN\LC_MESSAGES\PDFeXpress.po
> python build.py

The compiled binary package and installer are saved in release folder.

pdfexpress's People

Contributors

chianjin avatar

Watchers

 avatar

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.