Commit Graph

36 Commits (main)

Author SHA1 Message Date
Johannes Schauer Marin Rodrigues 114d7270a2
release version 0.4.1 3 years ago
Johannes Schauer Marin Rodrigues cd1088a5a9
format with black 3 years ago
Johannes 'josch' Schauer 692b54ac67
release version 0.4.0 4 years ago
Johannes 'josch' Schauer 042aac71eb
reformat with black 4 years ago
Johannes 'josch' Schauer 2c8e417c51
run tox on travis 4 years ago
James R. Barlow bca3f802ac
Add support for pikepdf 4 years ago
Johannes 'josch' Schauer 7b58c4e58d
add pikepdf to test dependencies 4 years ago
Johannes 'josch' Schauer 60fa588cfb
release version 0.3.6 4 years ago
Johannes 'josch' Schauer 6da2bc3aee
release version 0.3.5 4 years ago
Johannes 'josch' Schauer ceba6a8223
Rip out remaining python3 support
https://www.enricozini.org/blog/2020/python/python-2-is-dead/
4 years ago
Johannes 'josch' Schauer a270c987f0
setup.py: stop declaring support for Python2 4 years ago
Johannes 'josch' Schauer fb2916e6b2
release version 0.3.4 4 years ago
Johannes 'josch' Schauer cbbddf7fe0
setup.py: set long_description_content_type to text/markdown 4 years ago
Johannes 'josch' Schauer 2b26daeb47
first draft of a tkinter gui 5 years ago
Johannes 'josch' Schauer 8d7996709a
release version 0.3.3 5 years ago
Johannes 'josch' Schauer 68ca35f39e
release version 0.3.2 6 years ago
Johannes 'josch' Schauer a9f4c9b665
release version 0.3.1 6 years ago
Johannes 'josch' Schauer 1aa71e3746
release version 0.3.0 6 years ago
Johannes 'josch' Schauer 725462462b release version 0.2.4 7 years ago
Stephan Richter 162721b88e Properly setup additional Python 2.7 and PyPy support. Note that Py2 does not have enum, but thankfully somone ported it already. 7 years ago
Johannes 'josch' Schauer e20fe4944c release version 0.2.3 7 years ago
Johannes 'josch' Schauer 1513ab3421 release version 0.2.2 7 years ago
Johannes 'josch' Schauer 68d67508b4 setup.py: bump python version to 3.5 7 years ago
Johannes 'josch' Schauer c3e1662649 release version 0.2.1 8 years ago
josch 251238b410 release version 0.2.0 - big rewrite and lots of new features
- now Python3 only
 - pep8 compliant code
 - update my email to josch@mister-muffin.de
 - move from github to gitlab.mister-muffin.de/josch/img2pdf
 - use logging module
 - add extensive test suite
 - ability to read from standard input
 - pdf writer:
      - make more compatible with the interface of pdfrw module
      - print floats which equal to their integer conversion as integer
      - do not print trailing zeroes for floating point numbers
      - print more linebreaks
      - add binary string at beginning of PDF to indicate that the PDF
        contains binary data
      - handle datetime and unicode strings by using utf-16-be encoding
 - new options (see --help for more details):
      - --without-pdfrw
      - --imgsize
      - --border
      - --fit
      - --auto-orient
      - --viewer-panes
      - --viewer-initial-page
      - --viewer-magnification
      - --viewer-page-layout
      - --viewer-fit-window
      - --viewer-center-window
      - --viewer-fullscreen
 - remove short command line options for metadata arguments
8 years ago
josch 36fb9173fe add --version option and __version__ module variable and use ~git version suffix 9 years ago
josch 4e6a4b9378 release 0.1.5 9 years ago
josch 454952724d prepare 0.1.4 release 9 years ago
josch b143867a72 add Python 3 support 9 years ago
josch d217f1403f prepare 0.1.3 release 10 years ago
josch 439d976129 prepare 0.1.2 release 10 years ago
josch 2afa1e4ca5 fix typo 10 years ago
josch 43bbb27f00 prepare 0.1.1 release 10 years ago
josch 818db1902f license change from GPL to LGPL 10 years ago
Stephan Richter 90b2a7efa5 Added changelog and tweaked license entry. 10 years ago
Stephan Richter b47cc04dd3 Start of converting the module to a proper package. 10 years ago