goitopdf-gui

command module
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

README

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 ;)

GUI look

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL