Note: This applies to DocuShare 4.x
Note: You must be a Windows Administrator to perform this solution.
- Stop DocuShare
- Open Windows Explorer and browse to the \lib\verity\data\stylesets\Def_DS4 directory.
Where is replaced with the installation directory for DocuShare. The default installation path is C:\Xerox\Docushare. The path may vary depending on the installation environment.
- Open the style.uni file in a ASCII text editor such as Notepad.
- Search for the following section of text inside the file:
type: "application/pdf" /format-filter = "flt_kv -zoned" # /format-filter = "flt_pdf" # /charset = none
- Comment out the /format-filter = "flt_kv -zoned" line of text by adding the # comment character at the beginning of the line.
Example:
type: "application/pdf" #/format-filter = "flt_kv -zoned" # /format-filter = "flt_pdf" # /charset = none
- Uncomment the /format-filter = "flt_pdf" and the /charset = none lines of text by removing the # comment character at the beginning of the line.
Example:
type: "application/pdf" #/format-filter = "flt_kv -zoned" /format-filter = "flt_pdf" /charset = none
- Save the file.
- Start DocuShare.
- Open a command prompt window and run the dsindex index_all command from the \bin directory.
Note: The flt_kv PDF filter can handle more variations of PDF documents and performs faster than the flt_pdf filter. Using the flt_pdf filter may result in some other types of PDF documents not being extracted or indexed. Some PDF documents that the flt_pdf filter cannot handle may cause indexing to hang.
Solution Updated: February 22, 2011