| Age | Commit message (Collapse) | Author |
|
This commit fixes some issues for dump operating
systems who doesn't handle capitalization.
|
|
The PDF parser used to instantiate a parameter on construction,
which screwed everything up if a method was called multiples times,
since it wasn't re-instantiated.
|
|
|
|
|
|
|
|
|
|
|
|
This is an implementaion of this suggestion:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
|
|
|
|
Set a default value to pdf_quality
|
|
|
|
|
|
|
|
Refactoring of the archive and office parser,
in order to simplify the code and reduce abstraction
|
|
|
|
|
|
|
|
|
|
(Closes: #689409)
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e96e5b8ac44095668198e3e6797a3f77d9fb4634.
Everything is already in a branch
|
|
|
|
|
|
|
|
|
|
This implementation is quick and dirty
|
|
|
|
|
|
When exiftool's -All= option is immediately followed by another known exiftool
option, there is no possible ambiguity and exiftool correctly interprets the
last passed argument as a filename, even if this name contains spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
office.py processing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|