Skip to content
Snippets Groups Projects
Commit ef956e84 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Remove a leftover pdf metadata

parent b02d7288
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ class PDFParser(abstract.AbstractParser):
document = Poppler.Document.new_from_file('file://' + in_file)
document.set_producer('')
document.set_creator('')
document.set_creation_date(-1)
document.save('file://' + os.path.abspath(out_file))
return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment