1
0
Fork 0
forked from josch/img2pdf
Commit graph

12 commits

Author SHA1 Message Date
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
2016-02-02 19:51:27 +01:00
josch
36fb9173fe add --version option and __version__ module variable and use ~git version suffix 2015-03-07 03:20:14 +01:00
josch
4e6a4b9378 release 0.1.5 2015-02-16 19:29:59 +01:00
josch
454952724d prepare 0.1.4 release 2015-01-21 11:00:41 +01:00
josch
b143867a72 add Python 3 support 2015-01-07 15:56:24 +01:00
josch
d217f1403f prepare 0.1.3 release 2014-11-10 10:14:33 +01:00
josch
439d976129 prepare 0.1.2 release 2014-09-07 07:59:12 +02:00
josch
2afa1e4ca5 fix typo 2014-09-07 07:58:40 +02:00
josch
43bbb27f00 prepare 0.1.1 release 2014-09-07 07:57:29 +02:00
josch
818db1902f license change from GPL to LGPL 2014-03-30 08:10:12 +02:00
Stephan Richter
90b2a7efa5 Added changelog and tweaked license entry. 2014-03-14 19:18:38 +01:00
Stephan Richter
b47cc04dd3 Start of converting the module to a proper package. 2014-03-14 19:18:31 +01:00