forked from josch/img2pdf
README.md: add screenshot
This commit is contained in:
parent
f1e1dab850
commit
be9e48871c
2 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -114,6 +114,21 @@ You can then test the converter using:
|
||||||
|
|
||||||
$ ve/bin/img2pdf -o test.pdf src/tests/test.jpg
|
$ ve/bin/img2pdf -o test.pdf src/tests/test.jpg
|
||||||
|
|
||||||
|
For Microsoft Windows users, PyInstaller based .exe files are produced by
|
||||||
|
appveyor. If you don't want to install Python before using img2pdf you can head
|
||||||
|
to appveyor and click on "Artifacts" to download the latest version:
|
||||||
|
https://ci.appveyor.com/project/josch/img2pdf
|
||||||
|
|
||||||
|
GUI
|
||||||
|
---
|
||||||
|
|
||||||
|
There exists an experimental GUI with all settings currently disabled. You can
|
||||||
|
directly convert images to PDF but you cannot set any options via the GUI yet.
|
||||||
|
If you are interested in adding more features to the PDF, please submit a merge
|
||||||
|
request. The GUI is based on tkinter and works on Linux, Windows and MacOS.
|
||||||
|
|
||||||
|
![](screenshot.png)
|
||||||
|
|
||||||
The package can also be used as a library:
|
The package can also be used as a library:
|
||||||
|
|
||||||
import img2pdf
|
import img2pdf
|
||||||
|
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in a new issue