Home > Back-end >  Online editing to realize electronic document
Online editing to realize electronic document

Time:11-02

Whether by WPS implementation of electronic documents online editor?
Have the WPS SDK, but I don't know can be achieved by secondary development of electronic documents online editor, such as control of WPS menu/toolbar, ban saved to the local, forbidding, save time automatically saved to the remote server, and read the documents from the remote server,

Please have made similar applications under the master to provide train of thought or any other third party solutions, on the Internet, I consulted zhuo as PAGEOFFICE and e - iceblue solutions, their back-end support DELPHI,

CodePudding user response:

Must first clear two points:
1. What format your electronic document to support the
2. What is the meaning of online editing, in their own applications treatment or in a web page

CodePudding user response:

@ play big shoot early nuclear war
DOCX, XLSX
In your own applications: view, edit, print, add watermarks, most commonly used functions, such as the notation can handle in a WEB page can also ah, I can be embedded in a DECF4, use the browser to open the WEB page, my background is GOLANG, can provide. HTM pages and WEB services,
My application so PageOffice and iceblue, only is because of my background is GOLANG, the two products don't support, so want to see again can solve by means of the WPS,

CodePudding user response:

Write the wrong question, their backend support GOLANG, of course also does not support the DELPHI,

CodePudding user response:

In addition, now whether through WPS SDK to control its menu and function button? I remember before is ok, but now the SDK inside can't find relevant methods, such as whether it can cover the WPS's own behavior, "open" menu will pop up my custom dialog, "save" also don't save to cover local files, but according to my own business logic, save to a remote server,

CodePudding user response:

Best method is to use the most simple, compatibility OLE word, excel embedded in their program, the premise is applied on the machine to install Microsoft word, excel,

CodePudding user response:

Which can provide the detailed point of the WPS secondary development paradigm? I have the WPS 2015 SDK, but the inside of the sample code are VB, look not to understand, such as inside the code snippet:
The Set c=CommandBars (" Custom ".) Controls, (2)
With c
If the Type=msoControlButton Then
If the Style=msoButtonIcon Then
The Style=msoButtonIconAndCaption
The Else
The Style=msoButtonIcon
End the If
End the If
End With
# # # # # # # # # #
Which is the object of CommandBars members here? , head ache,,,,

CodePudding user response:

You put his ocx in Delphi import

CodePudding user response:

To have a friend familiar with WPS secondary development to provide some information? In the 2015 version of the SDK is VB code, and test time consuming,
  • Related