mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add application/csv
This commit is contained in:
parent
aead80ee5c
commit
8d0b501978
|
@ -3,6 +3,7 @@ Conversion to text for fulltext search
|
||||||
|
|
||||||
text/plain
|
text/plain
|
||||||
text/csv
|
text/csv
|
||||||
|
application/csv
|
||||||
cat '%s'
|
cat '%s'
|
||||||
|
|
||||||
application/pdf
|
application/pdf
|
||||||
|
@ -31,6 +32,7 @@ Conversion to pdf for pdf preview
|
||||||
|
|
||||||
text/plain
|
text/plain
|
||||||
text/csv
|
text/csv
|
||||||
|
application/csv
|
||||||
application/vnd.oasis.opendocument.text
|
application/vnd.oasis.opendocument.text
|
||||||
application/msword
|
application/msword
|
||||||
application/vnd.wordperfect
|
application/vnd.wordperfect
|
||||||
|
@ -83,6 +85,7 @@ application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
||||||
text/rtf
|
text/rtf
|
||||||
application/vnd.ms-powerpoint
|
application/vnd.ms-powerpoint
|
||||||
text/csv
|
text/csv
|
||||||
|
application/csv
|
||||||
application/vnd.wordperfect
|
application/vnd.wordperfect
|
||||||
unoconv -d document -e PageRange=1 -f pdf --stdout -v '%f' | gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -dPDFFitPage -r72x72 -sOutputFile=- -dFirstPage=1 -dLastPage=1 -q - | convert -resize %wx png:- '%o'
|
unoconv -d document -e PageRange=1 -f pdf --stdout -v '%f' | gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -dPDFFitPage -r72x72 -sOutputFile=- -dFirstPage=1 -dLastPage=1 -q - | convert -resize %wx png:- '%o'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user