Goitopdf GUI
Graphical interface for goitopdf - a cli tool for converting images to pdf.
Just pick a directory, enter output directory or leave empty to save the output file to input directory, and enter a name for the output file.
Keep Going ;)
Installation
Windows
Binaries for windows are coming soon.
Linux
Binaries for linux are coming soon.
Build from source
On windows
The easiest way is to install TDM-GCC and then run the following commands (make sure that you have git installed):
> git clone https://github.com/br3w0r/goitopdf-gui.git
> cd goitopdf-gui
> go download
> go build -o ./goitopdf-gui.exe
On linux
Set up a build environment as follows in linux section of Fyne Getting Started guide and then get and build from source (make sure you have git installed):
$ git clone https://github.com/br3w0r/goitopdf-gui.git
$ cd goitopdf-gui
$ go download
$ go build -o ./goitopdf-gui.exe
TODO
[ ] Add ability to choose multiple directories and files
[ ] Add ability to set recursion mode (now images from all subdirectories are added by default)
[ ] Cover code with unit tests
License
The software is released under GNU GPL-3.0