Re: [dspace-tech] Re: [Dspace-tech] Media Filter does not work with non-english documents (?) SOLVED

2018-10-14 Thread Alan Orth
Hi, If you're using Tomcat 7, make sure your HTTP connector is using UTF-8 in server.xml (this is the default in Tomcat 8): wrote: > Hi Dimitris, > > can you elaborate on "changing the system locale to UTF-8"? > When I view bitstream of extracted text in a browser I cannot see special >

Re: [dspace-tech] Thumbnails and sRGB

2018-10-14 Thread Alan Orth
Hello, The CMYK support is only related to correct handling of colors when creating JPG thumbnails from CMYK PDFs. If you set the cmyk_profile and srgb_profile options in the DSpace configuration, filter-media will attempt to detect if a PDF is using the CMYK color space. This does not affect

Re: [dspace-tech] Need to delete records on OAI

2018-10-14 Thread admin
Did you try running [dspace]/bin/dspace oai import -c ? I had many old records, with old handle, and this command helped to clear them. See: https://wiki.duraspace.org/display/DSDOC6x/OAI+2.0+Server Peter W dniu piątek, 13 kwietnia 2018 19:51:41 UTC+1 użytkownik Aprendiz 2018 napisał: > >

[dspace-tech] filter-media vs. filter-media -f

2018-10-14 Thread admin
Hi, I noticed that when I run filter-media (no params) command via cron the thumbnails look differently to those generated manually via filter-media -f. I did a test and: 1. Thumbnail generated via filter-media (cron) had no frame around image and it was a grey-mode image (checked in

[dspace-tech] Re: filter-media vs. filter-media -f

2018-10-14 Thread admin
Ok I had enabled different plugins for the same purpose (like PDFBox JPEG Thumbnail and ImageMagick PDF Thumbnail Generator) that probably caused overlapping. Anyways, I'm still curious why the same commands but with different parameters give different results. W dniu niedziela, 14

[dspace-tech] Moving repositories, need to modify existing handles

2018-10-14 Thread Gary Browne
Hi all, Running DSpace 4.1 on Tomcat 7, RHEL 7. We are moving our repository to another platform and I need to update the handles from our existing repository to point to the migrated items in the new location. I am told I need to "recreate the current DSpace handles". Is that correct? How