-
Integration of Atlassian Jira with Documentum
Hi All, We have a current requirement where we need to integrate Atlassian Jira with Documentum. Please let us know if Documentum supports integration with Atlassian Jira. Thanks and Regards, Amit Gaikwad
-
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…