Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie authored Jun 2, 2021
1 parent a56bba4 commit 4ab3fd2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# FusePDF

FusePDF is a simple application used for merging various PDF documents into one.
[![GitHub](https://img.shields.io/github/license/nettstudio/fusepdf)](https://github.com/nettstudio/fusepdf/blob/main/COPYING) [![C/C++ CI](https://github.com/nettstudio/fusepdf/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/nettstudio/fusepdf/actions/workflows/c-cpp.yml) [![GitHub issues](https://img.shields.io/github/issues/nettstudio/fusepdf)](https://github.com/nettstudio/fusepdf/issues)

Copyright (c) 2021 NettStudio AS. All rights reserved.
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](https://github.com/nettstudio/fusepdf/raw/main/assets/fusepdf-screenshot.png "FusePDF screenshot main interface")

![screenshot2](https://github.com/nettstudio/fusepdf/raw/main/assets/fusepdf-screenshot-2.png "FusePDF screenshot pages in document")

## 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](https://nettstudio.no). All rights reserved.

[![NettStudio](https://raw.githubusercontent.com/nettstudio/fusepdf/main/assets/nettstudio.png)](https://nettstudio.no)

## Build

FusePDF requires Qt5+ (Core/Gui/Widgets/Concurrent) to build, and Ghostscript (``gs``) available during runtime.
Expand Down

0 comments on commit 4ab3fd2

Please sign in to comment.