User Profile

Collapse

Profile Sidebar

Collapse
Rebecca999
Rebecca999
Last Activity: Jul 29 '16, 05:55 AM
Joined: Feb 22 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The most easy way is some third part tools like Google Docs. If you have a web application and want to edit word in this web app, you can try aceoffix.
    See more | Go to post

    Leave a comment:


  • Rebecca999
    replied to Word Processor in VB.Net
    in .NET
    Maybe you can try Aceoffix tool. It works like call MS Office in web page, so it has full function of Office. The good thing is, it can be put in your APP as a plugin.
    See more | Go to post

    Leave a comment:


  • Rebecca999
    replied to Online Word Document editing
    in .NET
    Without uploading or downloading, you can try Ace-offix. The following code is about how to save document online directly.
    Code:
    FileRequest freq = new FileRequest(request, response);
    freq.saveToFile(request.getSession().getServletContext().getRealPath("doc/") + "\\" + freq.getFileName());
    freq.close();
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...