DEV Community

Stephan Nordnes Eriksen
Stephan Nordnes Eriksen

Posted on

PDF Merge GUI, cross platform

When doing some accounting at work, I was asked to merge some PDFs together. Having used Mac for this kind of work before I found it quite difficult to achieve on Windows, so I made this tool for it.

PDF merger lets you simply drag-n-drop PDF files to merge them together.

Hopefully it is useful to others as well. It should work on most platforms, eg. Windows, Linux, MacOS.

I used Electron to build the GUI, and HummusJS to do the actual PDF-merging. It uses Github actions for automated releases.

Check it out here:
https://github.com/stephan-nordnes-eriksen/pdf-merger

Also, this is my first post here on Dev.to. Let me know what you think!

The current user interface

Alt Text

Top comments (0)