Support for Office 2007 files (especially docx) ?

Hi,
can you please give me a hint if it's possible to use ora-text with the current office 2007 file formats ?
I need to have support for word 2007 (docx) format very soon
Is it already available ?
If not, is there a plan to support those formats ?
Thank you

Hi,
the workaround descrived above would also work for your plsql app. Therefore you can use the PL/SQL XSLT Processor in order to extract the content needed from the office 2007 documents. See DBMS_XSLPROCESSOR.
What is your business case? How do you store and index your documents?
p.s Here is an example of an xslt to extract the text content from an docx document. The internal structure of docx document is based on the Open Packaging Conventions (see http://openxmldeveloper.org/articles/OPC_parts.aspx )
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:v="urn:schemas-microsoft-com:vml"
exclude-result-prefixes="w v">
<xsl:output method="text" indent="no" encoding="UTF-8" version="1.0"/>
<!-- document root -->
<xsl:template match="/">
<!-- root element in document -->
<xsl:apply-templates select="w:document"/>
<!-- root element in header -->
<xsl:apply-templates select="w:hdr"/>
<!-- root element in footer -->
<xsl:apply-templates select="w:ftr"/>
<!-- root element in comments -->
<xsl:apply-templates select="w:comments"/>
<!-- root element in foornodes -->
<xsl:apply-templates select="w:footnotes"/>
<!-- root element in endnodes -->
<xsl:apply-templates select="w:endnotes"/>
<!-- root element in glossary -->
<xsl:apply-templates select="w:glossaryDocument"/>
</xsl:template>
<!-- ****************************
start document
**************************** -->
<xsl:template match="w:document">
<xsl:for-each select="//w:p">
<xsl:apply-templates select="*/w:t"/>
<xsl:text>
</xsl:text>
</xsl:for-each>
<!-- used for word art text -->
<xsl:apply-templates select="//v:textpath"/>
</xsl:template>
<!-- get all text nodes within a para -->
<xsl:template match="*/w:t">
<xsl:value-of select="."/>
</xsl:template>
<!-- gword art text -->
<xsl:template match="//v:textpath">
<xsl:value-of select="@string"/>
</xsl:template>
<!-- ****************************
end document
**************************** -->
<!-- ****************************
start header
**************************** -->
<xsl:template match="w:hdr">
<xsl:for-each select="//w:p">
<xsl:apply-templates select="*/w:t"/>
<xsl:text>
</xsl:text>
</xsl:for-each>
</xsl:template>
<!-- ****************************
end header
**************************** -->
<!-- ****************************
start footer
**************************** -->
<xsl:template match="w:ftr">
<xsl:for-each select="//w:p">
<xsl:apply-templates select="*/w:t"/>
<xsl:text>
</xsl:text>
</xsl:for-each>
</xsl:template>
<!-- ****************************
end footer
**************************** -->
<!-- ****************************
start comments
**************************** -->
<xsl:template match="w:comments">
<xsl:for-each select="//w:t">
<xsl:value-of select="."/>
<xsl:text> </xsl:text>
</xsl:for-each>
</xsl:template>
<!-- ****************************
end comments
**************************** -->
<!-- ****************************
start footnodes
**************************** -->
<xsl:template match="w:footnotes">
<xsl:for-each select="//w:p">
<xsl:apply-templates select="*/w:t"/>
<xsl:text> </xsl:text>
</xsl:for-each>
</xsl:template>
<!-- ****************************
end footnodes
**************************** -->
<!-- ****************************
start endnodes
**************************** -->
<xsl:template match="w:endnotes">
<xsl:for-each select="//w:p">
<xsl:apply-templates select="*/w:t"/>
<xsl:text> </xsl:text>
</xsl:for-each>
</xsl:template>
<!-- ****************************
end endnodes
**************************** -->
<!-- ****************************
start glossary
**************************** -->
<xsl:template match="w:glossaryDocument">
<xsl:for-each select="//w:p">
<xsl:apply-templates select="*/w:t"/>
<xsl:text>
</xsl:text>
</xsl:for-each>
<!-- used for word art text -->
<xsl:apply-templates select="//v:textpath"/>
</xsl:template>
<!-- ****************************
end glossary
**************************** -->
</xsl:stylesheet>
Edited by: user304344 on Mar 30, 2009 10:23 PM

Similar Messages

  • Zen V Plus support for Office 2007 Supp

    Hi All?Anybody heard when the Zen V PLus will have support for Office 2007 to be able to synchronize contacts, etc.Message Edited by stevenvj on 06-20-200703:20 AM

    well, I got a very very quick response from Creative. I don;t know if what they said to do will solve my problem but they sent a very detailed list of things to do so we are now off to copy the info from our zen v pluses in case we lose what we put on them and will post an update to let you all know if we solved this and how. While I am not impressed with the product at this moment if this works? then I will be very impressed with how this has been handled so far....

  • MS Office 2007 files are not being indexed (Failed to Index)  in oracle

    Oracle is not able to index MS Office 2007 files who are having extensions like *.docx, *.pptx, *.xlsx. I googled and found that its a bug in oracle. Have they released the fixes for it.
    Request to please help me in this regard

    user10933671 wrote:
    There is no particular error it shows. The files are not getting indexed. In our application it says currently *.docx files are not index. My Oracle client is of version 10.2.0.
    Since am really new to this, can you please tell me where i can find Metalink note 732823 as am not a paid customer.
    That would be a problem. Access to patches (and MetaLink) are part of what you pay for when you buy a support contract.
    Plz help me in this regard
    Thanks in advance
    Edited by: user10933671 on Apr 15, 2009 5:53 AM

  • Pub 6.4 and Office 2007 file extensions.

    Hello all,
    I had an issue pop up recently regarding ALUI 6.5.1, Publisher 6.4, and Office 2007 files.
    Our user base was upgraded to Office 07 several months ago, and we modified our crawlers to handle the new file extensions. We also have a Publisher portlet where users can post various for sale items; kind of a company bulletin board. This portlet uses the News template and sometimes users will attempt to publish a Word or Excel document link to accompany their for sale item. The portlet will publish okay, but when we click on the doc link we get a pop up window that shows the file name with a .ZIP extension and not the correct .DOCX or .XLSX extension. Of course the file does not open either.
    Other than instructing users to save files in the older format/name, is there a way for Publisher 6.4 to support the new file extensions of Office 07? Would this work in Pub 6.5?
    Thanks for any help.

    Any solution to this?
    We are on Publisher 6.5 and are getting the same error.
    I'm assuming this is an issue with the Publisher mime-types (which aren't the same as the general portal mime-types) not being set for the new extensions?
    But it is curious that it is redoing them as .zip files!

  • Reading office 2007 files on my curve 8900

    Hi
    I have recently been provided with a curve 8900 by my company. I can read office 2003 file e.g. .ppt but not office 2007 files e.g. .pptx
    does anyone know if I can do this  please and if so how

    I was wondering whether there is anyway of getting a 512mb or 1gb graphics card into the new iMac?
    Sorry but no, there isn't.
    Does anyone know how I can open docx files or any other Office 2007 files on Microsoft Office for Mac 2004
    Try Microsoft's Open XML File Format Converter

  • IFilter 9 not searching OCR .PDFs post SP2 for Office 2007 Servers

    Prior to the installation of Service Pack 2 for Office 2007 Servers, .PDF files that were scanned in and then ran against Optical Character Recognition software could be searched with the iFliter 9 for Windows MOSS, x64.  Now, those specific files no longer are searchable however; files that were converted directly from another application, such as MS Word or Excel, that were converted directly into .PDF files work fine.  Has anyone ever seen anything like this or can give me a direction to go to get this resolved?  Adobe's support for this product is non-existant and I am sure Microsoft will not be a help since it is not their product.

    See if this discussion helps:
    http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.sha repoint.general&tid=d11d3de7-8344-4dad-9f09-bd84c39e9817&mid=d11d3de7-8344-4dad-9f09-bd84c 39e9817&cat=en_US_2BE0F7C1-F80B-C480-EA27-790E679D7E1B&lang=en&cr=US&sloc=&p=1
    or
    http://www.adobe.com/special/acrobat/configuring_pdf_ifilter_for_ms_sharepoint_2007.pdf

  • Gaming on new iMac. / Office 2007 files on Mac.

    1)
    My brother plays a lot of games and is currently using a N-Vidia GeForce 512MB Graphics Card.
    I want to get him the new iMac because his current PC is too outdated (yeah it runs windows, lol). I was wondering whether there is anyway of getting a 512mb or 1gb graphics card into the new iMac?
    2)
    Does anyone know how I can open docx files or any other Office 2007 files on Microsoft Office for Mac 2004. I haven't been able to find anything anywhere.
    Thanks.
    Message was edited by: sidmenda

    I was wondering whether there is anyway of getting a 512mb or 1gb graphics card into the new iMac?
    Sorry but no, there isn't.
    Does anyone know how I can open docx files or any other Office 2007 files on Microsoft Office for Mac 2004
    Try Microsoft's Open XML File Format Converter

  • Add-On to Open Office 2007 Files

    An Apple salesman told me there is an add-on to open Office 2007 files in Office:Mac. Can someone point me to the download location for this? I'm a brand new Mac user so I'm still a little lost. Thanks!

    The salesman was wrong. The converter is not yet available.
    Please search the discussions before posting, as your question has already been asked and answered:
    http://discussions.apple.com/thread.jspa?messageID=4394289&#4394289

  • Export to excel using service for office 2007

    Hi All,
    I am using a service to download the opport search result data into excel. Inside the code, it gets all the data and opens one window of excel download and closes automatically after few second. And finally does not download anything.
    It is working for office 2003, not for office 2007.I am following piece of code.Please help me how to achieve the same.
    DATA: l_xstring TYPE xstring,
          app_type type string,
          app_type_c(50) type c.
    app_type = 'APPLICATION/MSEXCEL; charset=utf-16le'.
          app_type_c = app_type.
          CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
            EXPORTING
              text     = output      "my data to be exported into excel
              mimetype = app_type_c
            IMPORTING
              buffer   = l_xstring.
          CONCATENATE  cl_abap_char_utilities=>byte_order_mark_little
                       l_xstring
                       INTO l_xstring IN BYTE MODE.
    server->response->set_header_field( name =  'content-type'
                                        value = app_type ).
    server->response->delete_header_field( name = if_http_header_fields=>cache_control ).
    server->response->delete_header_field( name = if_http_header_fields=>expires ).
    server->response->delete_header_field( name = if_http_header_fields=>pragma ).
    server->response->set_header_field( name = 'Content-Disposition'
                                        value =  'attachment;filename=Opportunity_Result.xls'  ).
    CLEAR lv_length.
    lv_length = XSTRLEN(  l_xstring ).
    server->response->set_data( data =  l_xstring
                                 length = lv_length ).

    Maybe it's possible, but I doubt it.
    Reason is that you're asking the URL to run the report and then once done export out the values and I just don't think the 'i' - or now 'g' versions support this.
    This was why the command line interface with the Desktop version was so popular as this is exactly the kind of thing you can do, plus much more.
    I checked the documentation for Plus and can find nothing about doing this in the URL. Maybe someone will say otherwise, but with Plus I don't think it's possible.
    Russ

  • Is there support for animated .gif files?

    Is there support for animated gif files using
    form builder? I can't get it to work.
    Thanks
    Sean
    I am using forms 6.0

    She used the Link Tool, specfied 'Image URL' as the Source File Format and the url of the animated GIF in the Source Filename. Hope that helps.
    Makes sense but the form is not for the web.
    I have looked at doing it with timers and switching canvases, but that is just too much
    for sloppy animation. It's just not tight enough.
    Thanks,
    Sean
    null

  • GroupWise 7.0 API Gateway is supported for Exchange 2007?

    Can someone confirm that GroupWise 7.0 API Gateway is supported for Exchange 2007?
    I found a note in a guide that stated it was not YET supported as of 1/27/2008.

    bwalker2,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Just bought a Nikon d750 and confused about adobe LR4 and PS6 support for the RAW files. I have DNG 8.7 but wondering if LR and PS will import direct soon Thanks for any advice

    Just bought a Nikon d750 and confused about adobe LR4 and PS6 support for the RAW files. I have DNG 8.7 but wondering if LR and PS will import direct soon Thanks for any advice

    Support for the Nikon D750 was introduced in the latest version of LR 5.7 and ACR 8.7 on Novemder 18th 2014.
    Further updates to LR 4 were stopped when LR 5 was released on June 9th 2013. No further updates for bug fixes and new camera support.
    Nada, LR 4 will never support Nikon D750. The Nikon D750 was introduced into the market in September 2014 some 15 months after further development of LR 4 was discontinued.
    You can use the Adobe DNG program (free download for the package) to convert the Nef (raw) files from your Nikon D750 to the Adobe DNG format which will permit you to import those into LR 4. This is the crutch provided by Adobe to allow for the processing of raw files with outdated versions of LR and ACR.
    You can also update the ACR plugin for PS CS6 to version 8.7 which can also work with the raw files from the D750. For direct support in Lightroom you will need to upgrade (paid) to version 5.7.

  • Office 2007 files

    How can I open office 2007 files from BB 8820?
    Baha

    if you receive the file by email, you can view it by clicking on it.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Web Location URLs for Office 2007 documents (pptx, xlsx, docx) not working

    In our current Content Server solution implemented, each content has a Web Location URL and a Native File associated with it. The Web Location URL(for a content in Public security group) is of the following format:
    http://ucmurl/groups/public/intranetcontent/CONTENT_ID.doc
    So far when a user clicks on this link, they are just presented with an 'Open' 'Save' dialog box, which clearly shows that UCM identifies this file format. So for a Word 2003 document called test.doc, the Open-Save dialog box says:
    Name: test.doc
    Type: Microsoft Word document..etc.
    The behaviour is the same for all Office 2003 documents, pdfs and images. However, it seems like UCM does not identify Office 2007 documents. When I check-in a content - test.pptx, and click on the Web Location URL, it prompts me to Open/Save a 'ZIP' file, which is what UCM does for any unidentified file formats.
    Any suggestions on how to fix this?
    The file formats under configuration manager have been updated to include the following formats with PASSTHRU conversion (since we dont need any conversion on these):
    pptx: application/vnd.openxmlformats-officedocument.presentationml.presentation
    docx: application/vnd.openxmlformats-officedocument.wordprocessingml.document
    xlsx: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    The desired functionality is that when the user clicks on web location url, UCM should identify these file formats, and NOT consider them as ZIP files. Any help would be greatly appreciated.

    Try these - if you're using IIS. If not, them something similar should fix.
    Update IIS to include additional MIME types
    Also, if you want to add all of the Microsoft Office 2007 mime-types to IIS in one step you can do this:
    1. Stop IIS
    2. Edit the metabase XML file (C:\WINDOWS\system32\inetsrv\MetaBase.xml) using a text editor.
    3. Search for the <IIsMimeMap Location="/LM/MimeMap" …> element and append the lines below to the MimeMap attribute
    .docm,application/vnd.ms-word.document.macroEnabled.12
    .docx,application/vnd.openxmlformats-officedocument.wordprocessingml.document
    .dotm,application/vnd.ms-word.template.macroEnabled.12
    .dotx,application/vnd.openxmlformats-officedocument.wordprocessingml.template
    .potm,application/vnd.ms-powerpoint.template.macroEnabled.12
    .potx,application/vnd.openxmlformats-officedocument.presentationml.template
    .ppam,application/vnd.ms-powerpoint.addin.macroEnabled.12
    .ppsm,application/vnd.ms-powerpoint.slideshow.macroEnabled.12
    .ppsx,application/vnd.openxmlformats-officedocument.presentationml.slideshow
    .pptm,application/vnd.ms-powerpoint.presentation.macroEnabled.12
    .pptx,application/vnd.openxmlformats-officedocument.presentationml.presentation
    .xlam,application/vnd.ms-excel.addin.macroEnabled.12
    .xlsb,application/vnd.ms-excel.sheet.binary.macroEnabled.12
    .xlsm,application/vnd.ms-excel.sheet.macroEnabled.12
    .xlsx,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    .xltm,application/vnd.ms-excel.template.macroEnabled.12
    .xltx,application/vnd.openxmlformats-officedocument.spreadsheetml.template
    4. Save the C:\WINDOWS\system32\inetsrv\MetaBase.xml file
    5. Start IIS
    6. Perform Collection Rebuild on Content Server

  • Uploading files Mime Type not correct for Office 2007 default extensions.

    hi all,
    My company has recently moved over to MS Office 2007 and the default extensions for word, excel etc are now .docx, xlsx etc (ie xml based).
    Unfortunately now when we upload files through APEX to the database the MIME TYPE value for these files isn't being recognised and not loadeding correctly into the APEX_APPLICATION_FILES table and subsequently any future retrieval of these files fails.
    I could put some logic inthe up load procedure to look at the filename in APEX_APPLICATION_FILES and hard code in the releavnt mime types but this still causes problems when retrieving the content.
    Has anyone come across this and got a workround? Is it a bug in AE?
    regards
    James
    FYI - using APEX 3.0.2 over 11G.

    I have not any response to my question and not sure if it is in Apex I need to look or the tomcat server that I need to look. I have a useful application to try to show others what Apex can do for our customers to collaborate. However, most of our customers are using office 2007 so, hoping this is possible.
    I am using apex 3.2.0.00.27 if that helps someone to point me where to find more info on being able to have Word 2007 or excel 2007 fire up to open a .docx or .xlss file stored in a table blob column. Word or Excel does fire up to open .doc and .xls files.
    The following is the query for a report selecting the filenames uploaded into a blob column in my table:
    { SELECT s.ID, SUBSTR(s.NAME,INSTR(s.NAME, '/',1,1)+1,length(s.NAME)) SHORT_FNAME, s.SUBJECT
    FROM spp_attachments s
    WHERE s.PROGRAM_ID = :P2_PROGRAMID }
    Below is the stored procedure called from the link on the short_fname column in report query above.
    { create or replace PROCEDURE  download_file(p_file IN number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
    APEX_APPLICATION.G_FLOW_ID :=245;
    IF NOT (wwv_flow_custom_auth_std.is_session_valid) then
    owa_util.status_line(404, 'Page Not Found',true);
    return;
    else
    SELECT MIME_TYPE, BLOB_CONTENT, name,DBMS_LOB.GETLENGTH(blob_content)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM spp_attachments
    WHERE id = p_file;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'),
    FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment;
    filename="'||replace(REPLACE(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),NULL),chr(13),NULL)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end if;
    end download_file; }
    Thank you,
    Mark

Maybe you are looking for

  • IPhone 5 Camera stuck in Macro mode

    The camera on the back of the phone suddenly stopped working. When I open the app the picture is in focus for about a second then everything is blurry except when I hold the phone close to an object. I have restarted the phone and reset it but it is

  • How do i know if time capsule is 802.11n?

    how can i check if airport express is 802.11 g or n?

  • Why does pic. turn to 'broken lightning rod'?

    I have replaced RAW 4.2 w/5.1 in PSE6. Now when I duplicate DNG pic. in organizer or process it in RAW than click Done' or move it to full edit than save it shows up in the organizer as the box w/lightning rod rather than a picture. What am I doing w

  • IPod Nano data recovery

    Hi. I own an iPod Nano, and yesterday, I accidentally dropped it into a sink. It flashed a message about firewire connections and prompty shut off. Now, I tried to turn it on, about 5 times, and plugged it in once, so it's probably gone. But here's m

  • HT2186 Why won't my Macbook update? Mac OS X Version 10.5.8

    Im trying to update my software but it keeps saying no update found & when I try to download/update the new iTunes it tells me my software basically wont support it. And says "This software requires Mac OS X Version 10.6.8 or later" Whats really goin