Giter VIP home page Giter VIP 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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pdfexpress's Issues

"FileNotFoundError: [WinError 3] 系統找不到指定的路徑。: 'release\\0.3.4-BETA'"

你好,我在執行build.py時出現 "FileNotFoundError: [WinError 3] 系統找不到指定的路徑。: 'release\0.3.4-BETA'"
懇請您幫我看看,不知道哪邊的操作有誤
以下是我執行的紀錄,十分感謝您的分享^^

//-------------------------------------------------------------------------------------------------------
E:[SW] EXE_File>git clone https://github.com/chianjin/PDFeXpress.git
Cloning into 'PDFeXpress'...
remote: Enumerating objects: 888, done.
remote: Counting objects: 100% (168/168), done.
remote: Compressing objects: 100% (102/102), done.
remote: Total 888 (delta 95), reused 131 (delta 66), pack-reused 720
Receiving objects: 100% (888/888), 457.51 KiB | 1.94 MiB/s, done.
Resolving deltas: 100% (620/620), done.

E:[SW] EXE_File>cd PDFeXpress

E:[SW] EXE_File\PDFeXpress>python3 C:\Users\jiapinglin\AppData\Local\Programs\Python\Python38\Tools\i18n\msgfmt.py locale\zh_CN\LC_MESSAGES\PDFeXpress.po
[Errno 2] No such file or directory: 'locale\zh_CN\LC_MESSAGES\PDFeXpress.po'

E:[SW] EXE_File\PDFeXpress>cd src

E:[SW] EXE_File\PDFeXpress\src>python3 C:\Users\jiapinglin\AppData\Local\Programs\Python\Python38\Tools\i18n\msgfmt.py locale\zh_CN\LC_MESSAGES\PDFeXpress.po

E:[SW] EXE_File\PDFeXpress\src>python3 build.py
python3: can't open file 'build.py': [Errno 2] No such file or directory

E:[SW] EXE_File\PDFeXpress\src>cd ..

E:[SW] EXE_File\PDFeXpress>python3 build.py
Traceback (most recent call last):
File "build.py", line 19, in
RELEASE_DIR.mkdir()
File "C:\Users\jiapinglin\AppData\Local\Programs\Python\Python38\lib\pathlib.py", line 1288, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [WinError 3] 系統找不到指定的路徑。: 'release\0.3.4-BETA'

zip

could you add the "pdf to zip" function? thx

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.