| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2021-05-25 |
|
[9d3d6a] Create c-cpp.yml |
| assets | 2021-06-02 |
|
[0b204b] www |
| docs | 2021-06-02 |
|
[a56bba] typo |
| src | 2021-06-02 |
|
[4f6455] better UX #7 |
| .gitignore | 2021-02-10 |
|
[54d0e2] make install support + docs |
| COPYING | 2021-02-10 |
|
[f512c1] GPLv3 |
| README.md | 2021-06-02 |
|
[4ab3fd] Update README.md |
| fusepdf.pro | 2021-06-02 |
|
[4f6455] better UX #7 |
| fusepdf.qrc | 2021-06-02 |
|
[4f6455] better UX #7 |
FusePDF is a simple cross-platform (Windows/macOS/Linux) application used for merging, splitting and exporting (PNG/TIFF RGB/CMYK) PDF pages and documents.


This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
Copyright (c) 2021 NettStudio AS. All rights reserved.
FusePDF requires Qt5+ (Core/Gui/Widgets/Concurrent) to build, and Ghostscript (gs) available during runtime.
git clone https://github.com/nettstudio/fusepdf
cd fusepdf
mkdir build && cd build
qmake CONFIG+=release PREFIX=/usr .. && make
sudo make install