Menu

Tree [4ab3fd] main v2.0 v2.0.0 v2.0.0-rc3 /
 History

HTTPS access


File Date Author Commit
 .github 2021-05-25 Ole-André Ole-André [9d3d6a] Create c-cpp.yml
 assets 2021-06-02 Ole-André Rodlie Ole-André Rodlie [0b204b] www
 docs 2021-06-02 Ole-André Rodlie Ole-André Rodlie [a56bba] typo
 src 2021-06-02 Ole-André Rodlie Ole-André Rodlie [4f6455] better UX #7
 .gitignore 2021-02-10 Ole-André Rodlie Ole-André Rodlie [54d0e2] make install support + docs
 COPYING 2021-02-10 Ole-André Rodlie Ole-André Rodlie [f512c1] GPLv3
 README.md 2021-06-02 Ole-André Ole-André [4ab3fd] Update README.md
 fusepdf.pro 2021-06-02 Ole-André Rodlie Ole-André Rodlie [4f6455] better UX #7
 fusepdf.qrc 2021-06-02 Ole-André Rodlie Ole-André Rodlie [4f6455] better UX #7

Read Me

FusePDF

GitHub C/C++ CI GitHub issues

FusePDF is a simple cross-platform (Windows/macOS/Linux) application used for merging, splitting and exporting (PNG/TIFF RGB/CMYK) PDF pages and documents.

screenshot1

screenshot2

License

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.

NettStudio

Build

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.