Aceoffix is a rapid developing product. We have been constantly improving product functionalities and user experience. Please visit our website and benefit from the new version timely.
Aceoffix can not develop without continuous demand of customers, we value suggestions from customers for product improvement and proposals for new features. If you have good ideas for the next version of the product, please do not hesitate to contact us.
Support Team: support@aceoffix.com
- 2020-08-10 6.0.0.1 Supports high resolution screens perfectly.
Removes dialog asking to confirm whether to open Acebrowser when open Aceoffix in Chrome, Firefox etc.
Supports multiple monitors.
Supports asp.net core 3.1.
Add keyboard comment in docCommentOnly method at server side.
Adds jsFunction_OnWordSelectionChange at server side.
Adds ProtectDoc() and UnProtectDoc() to Excel at client side.
Adds underline, strikethrough, and shadow for the DataTag.font object.
OpenDocument method can open .docm and .xlsm files from server disk path. - 2020-03-31 5.8.0.2 Fix the issue that dead process happens in PowerPoint2016/2019 when edit and save the document.
- 2020-03-05 5.8.0.2 Fix the issue that “Trial” doesn’t display on progress bar when Aceoffix downloading upgrading package.
- 2020-02-29 5.8.0.2 Fix the issue that pluginsetup.exe cannot detect if .net framework 4.5 is installed at server side.
- 2019-12-04 5.8.0.1 Update client. Fix the issue that Office toolbar freezes occasionally after calling RunMacro method.
- 2019-11-19 5.7.0.11 Update client. Fix the issue that OnWordDataRegionClick may be falsely triggered when saving.
- 2019-11-14 5.7.0.11 Re-build aceoffix.js. The new version does not depend on jquery, which avoids the issues may happen in cross-domain/token/ajax global.
- 2019-11-08 5.7.0.11 Add underline, strikethrough, and shadow for the DataTag.font object.
- 2019-11-04 5.7.0.11 Update client. For excel, old Aceoffix version can only support formula reference like Sheet2!$A$1. Now it can support formula reference like Sheet2!A1.
- 2019-08-23 5.7.0.10 Fix the issue that AceBrowser can be blank occasionally after Win10 updating.
- 2019-05-15 5.7.0.9 Server components update. Add new file formats. OpenDocument method can open .docm and .xlsm files from server disk path.
- 2019-05-07 5.7.0.9 Update client. Fix the issue that current tag will be removed if only set font when use FillDataTag. FillDataTag will support to replace the DataTag of header and footer.
- 2019-1-22 5.7.0.7 Fix aceoffix.js for asp.net. Support server button. Postback will have no problem. It’s a special issue of asp.net. On asp.net webform, there will be a button or a link button. These two kinds of buttons are server side buttons.To realize server button mechanism, Microsoft uses post back technology. The post back technology will cause the problem that Aceoffix installation dialog occasionally and randomly pops up on client PC.
- 2018-10-17 5.7.0.4 httpbasic=yes option is added into Acebrowser. Acebrowser will support httpbasic. Users only need to login once instead of using HTTPBasic_UserName and HTTPBasic_Password from server side.
- 2018-07-18 5.7.0.3 http://127.0.0.1:51010/json.htm ACCService can support TLS1.2.
- 2018-08-04 5.7.0.2 http://localhost:8080/examples5/index.html?url=/test.doc. Since there is “/” in the query parameters, AceBrowser cannot open parent page. This is fixed by adding “global: false,//ajax global event will not be triggered” in js.
- 2018-07-18 5.7.0.2 Fix aceoffix.js and ACCService. Using AceBrowser to call back javascript functions from parent page will not fail any more.
- 2018-06-21 5.7.0.1 Fix the possible crash when call-back Javascript functions from the parent page.
- 2018-06-21 5.7.0.1 Add FileMaker object at server side.
- 2018-06-21 5.7.0.1 Support converting Word documents to PDF files in batch.
- 2018-02-20 5.6.0.5 The aceoffixcc4.ocx is packed in client installation package to support 4.0 at the same time.
- 2018-02-20 5.6.0.4 Fix “Sub-procedure or procedure function not defined” error when RunMacro at client side.
- 2018-02-09 5.6.0.3 Fix the possibility of crashing when call OfficeToolbars=false
- 2018-02-09 5.6.0.3 Enable highlight text, right-click menu in html dialog launched by ShowHtmlModalDialog() at client side.
- 2018-01-24 5.6.0.3 Add AceBrowser.isInstalled() at client side to check if V5 is installed.
- 2017-11-19 5.6.0.1 Add SaveWordWithoutMacro() at client side. You can save docm file as docx file without macro. (enterprise edition)
- 2017-11-19 5.6.0.1 For Java, the update will be just a jar package. Developer only needs to replace the .jar package to update Aceoffix. Because pluginsetup.exe is included in the jar package.
- 2017-11-19 5.6.0.1 Add AceBrowser.openWindowModeless() method to open a modeless window.
- 2017-11-19 5.6.0.1 Aceoffix supports Springboot at server side.
- 2017-11-19 5.6.0.1 AceBrowser supports keydown js event.
- v5.5.0.10 Oct. 31,2017 Use Java to set an image as watermark in Word document on server side.
- v5.5.0.10 Oct. 31,2017 Add SetWordWaterMarkImage in JS to set an image watermark. URL, the first parameter, can be a relative path or a full path. Please note the second parameter is in centimeter (cm). And “0” is the default width of the image. The third parameter is whether to set the watermark as washout.
- v5.5.0.8 Aug. 25,2017 The client issue that Word document cannot display decently in high DPI screens is solved.
- v5.5.0.1 Jun. 22, 2017 To deal with onunload and onbeforeunload not working in browsers, we add a function BeforeBrowserClosed() to AceBrowser. When user closes AceBrowser window, this function will definitely be triggered. In this function, developer can remind user to save the document.
- v5.5.0.1 Jun. 22, 2017 Developer can open an AceBrowser window with pure JS link instead of using server code. This solution can easily pass parameter and call back the JS function of parent page.
- v5.4.0.2 Jan. 5, 2017 RunMacroWithParams method is added at client side to pass at most 5 parameters.
- v5.4.0.1 Jan. 5, 2017 New technology of AceBrowser is developed to support Firefox/Chrome/Edge/ IE. Since ChromeV45 and Firefox V52, Chrome and Firefox have given up support any plugins. To handle this issue, Aceoffix 5.5 use AceBrowser.openWindow to pop up an AceBrowser window, and no longer use AceoffixLink in 5.4. AceBrowser performs much better in passing session between parent window and child window than AceoffixLink. If client machine does not install Aceoffix client plugin, V5.5 will pop up a dialog to require the installation. V5.4 and previous versions cannot check whether the client machine has installed Aceoffix plugin.
- v5.4.0.1 Jan. 5, 2017 getHtmlCode() method is added at server side to fully support struts2/springMVC/freemarker/velocity technology in JAVA and all MVC version in ASP.NET.
- v5.4.0.1 Jan. 5, 2017 Aceoffix can be called on a pure HTML page.
- v5.0 August 3, 2015 Customizes the Ribbon bar of Word/Excel.An exciting update: Aceoffix can hide/show some tabs and groups of Ribbon bar.
- v5.0 July 1, 2015 Supports Edge browser.An exciting update: Aceoffix supports all the popular browsers with a new way. Please download the new package to try it.
- v5.0 May 3, 2015 Added WordCompare method at the server side. With Aceoffix, two Word documents can be compared online and all the differences between the two documents will be marked.
- v5.0 May 3, 2015 Added WordInsertComment method at the client side. If you want user to type some comments in Word document, you can call WordInsertComment method at the client side.
- v5.0 May 3, 2015 Supports ASP.NET MVC5. Now Aceoffix can be used in MVC5 architecture.
- v5.0 May 3, 2015 Added WaterMark class. This method can set the water mark in the Word document.
- v5.0 May 3, 2015 Added Font, ParagraphFormat object to DataRegion. Developer can set the style of the text in DataRegion freely.
- v5.0 May 3, 2015 Supports opening document with server disk path. The method OpenDocument now supports the server disk path.
- v4.0 July 19, 2013 Aceoffix supports Chrome, Firefox and Opera browsers.An exciting update: Aceoffix now supports Internet Explorer, Chrome, Firefox and Opera browsers.
- v4.0 July 19, 2013 Added real progress bar when uploading document.Aceoffix can show a real progress when uploading a large document. It’s helpful when the speed of network is slow.
- v4.0 July 19, 2013 Auto add the website to trusted sites.Aceoffix can add your website to trusted sites of IE automatically.
- v4.0 July 19, 2013 Added a new method SaveDocumentAsHTML.Aceoffix supports two methods to save the document as HTML file. The SaveDocumentAsHTML method saves the document as a HTML file with a “files” folder. The SaveDocumentAsMht method saves the document as a single mht file.
- v3.0 Jan 28, 2013 Aceoffix for Java updated.In Struts2 web project, the web page which contains aceoffix control maybe cause the session disappears. This problem has been fixed.
- v3.0 Oct 30, 2012 Added French UI language.Aceoffix can automatically display French UI when it shows on a French Windows client.