Commit 7a4120bc authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove document that is not used anymore

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@43579 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e85e728d
...@@ -77,6 +77,7 @@ class PDFHandler(object): ...@@ -77,6 +77,7 @@ class PDFHandler(object):
info_name = info_name.replace(":", "") info_name = info_name.replace(":", "")
info_value = info_value.strip() info_value = info_value.strip()
metadata[info_name.lower()] = info_value metadata[info_name.lower()] = info_value
self.document.trash()
return metadata return metadata
def setMetadata(self, metadata): def setMetadata(self, metadata):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment