-
properties of IDfTypedObject
Hello , i am trying to get public IDfTypedObject getClientConfig() method of DfClient object , it returns me TypedObject , so from TypedObject how can i retrieve the information about client config, and where does this information available ie. all the properties of IDfTypedObject Regards
-
IDfFormatRecognizer gives different document types for same file
Hello , i have this piece of code for format recognizer IDfFormatRecognizer formatRec = clientX.getFormatRecognizer(idfSession, strPath, null); if(formatRec.getDefaultSuggestedFileFormat() != null) { format = formatRec.getDefaultSuggestedFileFormat(); } else { format =…
-
CTS and Word Transformation
Hello Savvy, I have few question about CTS and especially Word transformation to PDF : * Is it possible to transform Word title, references into PDF bookmark ? * Is it possible to select the hyperlink type in the PDF ? * Is it possible to add the police into the PDF ? * If i have object into my Word file, what i have in my…
-
Content Server High Availability
I have read the configuration guide but I don't understand how the Filestore needs to be shared. We are running 6.7SP1 We want to add a CS on a second host and load balance the the two CSs (use same Oracle 11g RAC and Filestore for one respository). Based on the documentation, I assume the two CSs can point to the same DB…
-
Installing Webtop Extended (Federated) Search 6.6
I've been trying to install Webtop Federated Search for Webtop 6.6 to try it, here you have some tips about problems I've came across: * When you download the zip installer and pdfs (install guide/release notes) from subscribenet, the install guide found in Webtop federated search 6.6, is for the 6.7 version. You'll need…