Search
Follow Us
Categories
- News Release(3)
Text Indexing and Search your Directories using C#
Using the .NET API, you can perform searching by parts and specify the number of search threads in C#. This feature will be more beneficial when you search text in large indexes that contain thousands of documents. Furthermore, you can now get the start & end time, and the total search time to get the search results.
The Following codf snippet shows how to create an index and then search text in chunks from the mentioned folder in C# using GroupDocs.Search for … Continue Reading
Split or Merge PDF, Word, Excel Documents in Java
Worried about merge or split documents of various types in multiple platforms? There could be many statements in your mind:
- How to merge PDF documents together in Java?
- Want to split word documents, or merge excel spreadsheets.
- What to do if I need to merge PPT/PPTX presentations.
- Many more questions, the list may not end.
GroupDocs provides a document merging solution for all such requirements. It’s Java API allows you to merge documents and manipulate document structure in Java across a
C# Diff Library for Comparing Text Files
The GroupDocs.Comparison for .NET is a C# library which allows you to compare documents and find differences. Compare and merge Microsoft Word, Excel, PowerPoint, OpenDocument, PDF, Text, HTML and many other documents, retrieve a list of changes between source and target document(s), apply or reject changes and save results with GroupDocs.Comparison API. In addition to this, GroupDocs.Comparison can identify styling and formatting changes – like bold, italic, underlines, strikethroughs, font types, etc.
Changes detection algorithms used by GroupDocs.Comparison allows … Continue Reading
Compare Two Files or More in C#
Document comparison is one of the most common requirements for today’s programming world. Whether it is to compare word files, compare excel files, PDF documents or even compare text files or any other document format, accuracy is the key factor while comparing.
This article will give you the idea, how GroupDocs.Comparison facilitates programmers to compare any two or more documents in many ways. On-Premise APIs of GroupDocs.Comparison are currently available for .NET and Java, however, this article is inclined … Continue Reading
Convert PowerPoint PPT, PPTX and OpenOffice Presentations to PDF in C#
PDF is no doubt the Portable Document Format, which is one of the most commonly used file formats. PPT and PPTX formats of Microsoft PowerPoint share the popularity in business documents. Due to the popularity of both the document formats and the fixed layout nature of PDF format, there comes the requirement to convert PPT/PPTX to PDF format.
Considering the .NET developers today, this article will be providing the solution to the above-mentioned file format conversion. GroupDocs supports the … Continue Reading