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
LAPI Method to edit a document
Dan_Duffy
Hi,Is there any LAPI method to edit a document (Office files,textpad etc.) ?Thanks in Advance
Find more posts tagged with
Comments
Appu_Nair
Once you do a doc.FetchVersion you have a copy of the document in the path you choose.So if it is MSOffice you do have the ability to do stuff there.If its like the in place editing activex stuff that is part of the ll gui,i don't know how to accomplish that.That stuff could probably be done without difficulty using activex and oscript.In ll9.6 onwards oscript can call java methods.Then there's the ultimate the lldropin stuff that is not available to lapi or oscript developers.Once again these are just my suggestions.The activex package is documented in the documentation and I have been able to call notepad.exe thru oscript that is about it.Somebody is going to steer you right.I just remembered llexplorer has its own sdk called XDK.
Louis_Routhier
Could you detail a bit more about what you want to do because right now, I don't think this is clear mostly since editing a document could be either on a UI perspective than a programatic one and LAPI is exclusively a programming interface. What is the context of your request?