Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.24 KB

Readme.md

File metadata and controls

49 lines (30 loc) · 1.24 KB

Pdf Merge & Compress

A simple Desktop app built on Electron. Simplicity to merge pdfs & Compress.

Any suggestions or feature addition is highly appreciated.

Modified From

https://github.com/niksingh710/PdfMerger Thanks to @niksingh710

Added Compress feature using Ghostscript WASM

@jspawn/ghostscript-wasm Thanks to @jsscheller

Build

Using Node JS

Clone the repository using git clone https://github.com/harimayco/electron-pdf-merge-compress.git

In cloned Directory.

# install Modules
npm i

# start
npm start

Windows

Just download it from releases and run .exe file.

Mac

Just download it from releases and run .dmg file.

Preview

image image

TODO

  • Build for mac
  • Create Config File
  • Refactor Code
  • Update setup