Newbies Lincoln Sanderson Posted November 20, 2008 Newbies Posted November 20, 2008 To whomever it concerns, I am having something of a difficult time importing the contents of a *.docx file into a field. Using Troi file manipulator 4.5 plugin, i can use the TrFile_GetContents to extract the text out of most documents, but not the cursed *.docx. What i hope to have in the end, is a field that contains the contents of a *.docx file which is referenced in the record, and the users able to do a search on this contents. Any ideas? Thanks in advance, Lincoln
comment Posted November 20, 2008 Posted November 20, 2008 I think you'd better ask Troi if they support or intend to support this format. AFAIK .docx files are actually compressed archives, so there's no "text" that can be extracted from them directly. You could either convert the file to another format (there are numerous free utilities that can do this), or uncompress the archive and look for a file named 'document.xml' in the 'word' directory - that's where the actual text of the document will be.
Recommended Posts
This topic is 5900 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now