Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
how to fetch Word document through LAPI as text/html ? Please help
Loretta_Goralczyk_(goralczyk.loretta@gene.com_-_(d
I want to retrieve a Word document as HTML through LAPI so I can return the content on a JSP page. I can view the document as HTML in the LiveLink web interface with the func=doc.View url, so there must be a parser somewhere in LiveLink, but I can't figure out how to access it through LAPI.It seems that fetchVersion returns the doc format, and fetchRendition requires me to first create the rendition. I want it to automatically render the html. Thanks
Find more posts tagged with
Comments
eLink User
Message from Andrew Foti <
afoti@opentext.com
> via eLink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">eLink
The html on the fly rendition is generated by a component in the Livelink cgi directory called llview.exe. You can't access it or its output from LAPI. You can implement html view in your jsp by creating a framed page like doc.View does.
Andrew
-----Original Message-----
From:
eLink Discussion: LAPI Discussion [mailto:lapi@elinkkc.opentext.com]
Sent:
Wednesday, 3 March 2004 8:36 AM
To:
eLink Recipient
Subject:
how to fetch Word document through LAPI as text/html ? Please help
how to fetch Word document through LAPI as text/html ? Please help
Posted by GenenUser (User, Genentech) on 03/02/2004 04:32 PM
I want to retrieve a Word document as HTML through LAPI so I can return the content on a JSP page.
I can view the document as HTML in the LiveLink web interface with the func=doc.View url, so there must be a parser somewhere in LiveLink, but I can't figure out how to access it through LAPI.
It seems that fetchVersion returns the doc format, and fetchRendition requires me to first create the rendition. I want it to automatically render the html.
Thanks