Search
Follow Us
Categories
- News Release(3)
Category Archive: GroupDocs.Editor Product Family
How to Edit Excel Files in Java
XLS, XLSX, and ODS are among the most common and widely in-use spreadsheet file formats. We normally maintain various accounts and different spreadsheets using famous Microsoft Excel and OpenOffice Calc which support these formats. Therefore, as a developer, we widely require programmatically editing Excel files within our applications. In this article, we will discuss how to edit Excel files in Java.
Edit Word Documents in Java
DOC, DOCX, and ODT are among the most common and widely in-use word-processing file formats. Microsoft Word and OpenOffice Writer support these formats and are used for drafting documents. Therefore, as a developer, we often need to programmatically edit Word documents within the applications. In this article, we will discuss how to edit Word documents using the Java API for document editing.
How to Edit Excel Files using C#
The most common and widely used spreadsheet file formats are XLS, XLSX, and ODS. The famous Microsoft Excel and OpenOffice Calc support these formats and we normally use these formats for maintaining accounts and different spreadsheets. Therefore, as a developer, we widely need to edit Excel files within our applications programmatically. In this article, we will discuss how to edit Excel files in C# using the .NET API.
Edit XML Files in Java
XML is commonly used to store and transmit data within and between the applications. It is often a requirement where developers need to edit the XML file when it is received or before transmitting. In this article, we will discuss how to edit the XML file data in Java.
The following topics are covered in this article:
- XML Editing Java API
- How to Edit XML Files
Edit XML Files using C#
XML is among the W3C recommended, structured formats, commonly used to store and transmit data. It is vastly required by developers to edit the stored XML data with the applications. To ease the requirement of editing, this article guides on how to edit the XML file data using C#.
- XML Editing .NET API
- How to Edit XML Files using C#
Posted in GroupDocs.Editor Product Family Tagged Edit XML File using C#, Edit XML in CSharp, How to Edit XML
Edit Word Documents in C#
The most common and widely used word-processing file formats that are supported by Microsoft Word and OpenOffice Writer are DOC, DOCX, and ODT. We normally use these formats for drafting the documents. Therefore, as a developer, we widely need to edit Word documents in our applications programmatically. In this article, we will discuss how to edit Word documents in C# using the .NET API for document editing.
The following are the topics discussed briefly in this article:
- Word Documents Editing and Automation
- Edit Word Documents in C#
Get Document Metadata without Editing in C#
We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here.
Why to migrate?
- Editor class introduced as a single entry point to manage the
Posted in GroupDocs.Editor Product Family Tagged GroupDocs.Editor for .NET
Enable Pagination in WordProcessing Module
Yes, this is right. Paginal mode is now implemented in GroupDocs.Editor for .NET 19.5. How this mode will effect WordProcessing documents? As you know that previously, there was only float mode. When WordProcessing documents were converted to the page-less HTML, page division was absent. But in this release WordProcessing options class contains new paged (also called paginal) mode. When paged is enabled, it produces HTML markup, optimized and adjusted for per-page edit and it creates ease to enable … Continue Reading
Posted in GroupDocs.Editor Product Family Tagged GroupDocs.Editor for .NET
Stability of Multi-Threaded Environment is Improved in GroupDocs.Editor for .NET 18.12
We are excitedly announcing another monthly release of GroupDocs.Editor for .NET. This latest release 18.12 comes up with some improvements, like compatibility of lists and paragraphs with HTML-Editors and stability in multi-threaded environment. Furthermore, few bug fixes are also introduced in this release, we therefore recommend our users to download latest API and get benefits from improved API features.
Improvements
- Compatibility of lists and paragraphs with HTML-Editors
- Increase accuracy of space and gap distances between document elements
- Stability in
Posted in GroupDocs.Editor Product Family Tagged GroupDocs.Editor for .NET
Introducing Metered License Support in GroupDocs.Editor for Java 18.9
We are glad to announce another monthly release of GroupDocs.Editor for Java 18.9. This release comes up with multitude of new features. Now, you can manipulate documents by applying Metered License. Moreover, improvements like security update and few fixes are also introduced in this release. We’d recommend you to download latest version of the API and share your feedback.
Features
- Conversion to HTML format
- Generation from input HTML
- Ability to specify a
Posted in GroupDocs.Editor Product Family Tagged GroupDocs.Editor for Java