Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.18 KB

Double PDF

Allows you to scan double-sided documents with a single-sided scanner.

Steps to achieve a double-sided PDF:

  1. Place the pages (front side) in the feeder and verify that the scanner outputs into PDF format.
  2. After the front-sided scanning is complete, place the pages (back-side) in the feeder.
  3. Run DoublePDF.
  4. Select the front and back pages pdfs or upload by dragging the front & back page pdfs onto their respective buttons. Click Generate.
  5. A new file will appear in the same directory as the program with the following name structure: front_side pdf name plus (+) back_side pdf name. For example, "FrontPages + BackPages". If you are on Windows, explorer will open automatically to the directory of the files.

DoublePDf UI

Compiling from source code

Required modules:

  • PyQT5
  • PyPDF2

Double PDF is compiled using pyinstaller with the onefile and noconsole options.

  1. Run the following code in the source code directory: pyinstaller --onefile --noconsole --icon DoublePDF.ico --name DoublePDF main.py

  2. The dist folder will contain the DoublePDF executable.