forked from josch/img2pdf
do not ignore metadata
This commit is contained in:
parent
c76c63ab72
commit
8c293291c5
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ def main(images, dpi, title=None, author=None, creator=None, producer=None,
|
||||||
def warning_out(message):
|
def warning_out(message):
|
||||||
sys.stderr.write("W: "+message+"\n")
|
sys.stderr.write("W: "+message+"\n")
|
||||||
|
|
||||||
pdf = pdfdoc()
|
pdf = pdfdoc(3, title, author, creator, producer, creationdate, moddate, subject, keywords)
|
||||||
|
|
||||||
for im in images:
|
for im in images:
|
||||||
rawdata = im.read()
|
rawdata = im.read()
|
||||||
|
|
Loading…
Reference in a new issue