mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Despite being available configs in 1.5, these two 'pdffilter.' configurations were missing from the 1.5 dspace.cfg file. I've added them, but they are commented out by default.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2922 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -464,6 +464,15 @@ filter.org.dspace.app.mediafilter.WordFilter.inputFormats = Microsoft Word
|
||||
filter.org.dspace.app.mediafilter.JPEGFilter.inputFormats = BMP, GIF, JPEG, image/png
|
||||
filter.org.dspace.app.mediafilter.BrandedPreviewJPEGFilter.inputFormats = BMP, GIF, JPEG, image/png
|
||||
|
||||
#Custom settings for PDFFilter
|
||||
# If true, larger PDFs are written to a temp file as they are indexed...this
|
||||
# is slower, but helps ensure that PDFBox software DSpace uses doesn't eat up
|
||||
# all your memory
|
||||
#pdffilter.largepdfs = true
|
||||
# If true, PDFs which still result in an Out of Memory error from PDFBox
|
||||
# are skipped over...these problematic PDFs will never be indexed until
|
||||
# memory usage can be decreased in the PDFBox software
|
||||
#pdffilter.skiponmemoryexception = true
|
||||
|
||||
|
||||
#### Crosswalk and Packager Plugin Settings ####
|
||||
|
Reference in New Issue
Block a user