From 7cc9047c6062132c43483c5dc0607b95ff9c17fd Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Wed, 23 Apr 2008 15:18:21 +0000 Subject: [PATCH] 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 --- dspace/config/dspace.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index cf1c5d8a1b..2fe98edafb 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -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 ####