Search
Follow Us
Categories
- News Release(3)
It’s Time to Upgrade to GroupDocs.Viewer for .NET v19.8
GroupDocs.Viewer for .NET has been serving the developers in creating the document viewer applications for many years. With the efforts of our hard-working team and the support of our valuable customers, we are able to make the API stand among the top-ranked document viewer APIs. Since the Sky is the only limit, we always keep on enriching the API with more features, improving its performance, and making its usage easier for the developers. And today, I am excited to announce … Continue Reading
Adding Ellipse Annotation in a PDF Document
GroupDocs.Annotation API
GroupDocs.Annotation comes with an extensive set of tools that you can use to easily add common shapes to your documents as an annotation. The list of tools is not limited to area, point, text, polyline, etc. In this section, we will primarily discuss how the Ellipse annotation could be added in a PDF document by using GroupDocs.Annotation API.
Adding Ellipse Annotation
While discussing the family of annotation types, we cannot ignore ellipse annotation. It could be regarded as … Continue Reading
Posted in GroupDocs.Annotation Product Family Tagged Annotation, Ellipse, Ellipse Annotation, GroupDocs.Annotation
Searching in a Large Number of Documents
Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book.
Using GroupDocs.Search for Indexing and Searching
Problem: Suppose you have 10 million documents of different file formats, e.g. MS Word, Spreadsheets, … Continue Reading
Posted in GroupDocs.Search Product Family Tagged Facet Search, Fuzzy, GroupDocs, GroupDocs.Search, Indexing, lucene, search api, Searching, Stop Words
Add Ellipse Annotation in Multiple Documents
We are always keen to make our APIs rich in features and enhance usability. When we talk about annotation types. One cannot neglect ellipse annotation. Its a multi purposed annotation type. For instance you can use it to display extra information on your gauge or capture graph hits against a target line. Previously, Ellipse annotation was implemented in .NET version and it seemed very useful. We are pleased to announce that Ellipse annotation is now added in GroupDocs.Annotation for Java … Continue Reading
Posted in GroupDocs.Annotation Product Family Tagged GroupDocs.Annotation for Java
Restart the List Numbering Dynamically within Your Document
Nested or the multi-level numbered lists allow you to group the items based on the parent item. Put it simply, you can separately list the items under each group. This becomes very useful when you have to list the items having multiple sub-items. Let’s have a look at the following figure which makes it simpler to understand the scenario.
In this figure, you can observe that there are listed 3 groups and each group further has multiple items listed under … Continue Reading
Posted in GroupDocs.Assembly Product Family Tagged .NET, API, document automation, Dynamic Report Generation, Generate Reports, GroupDocs.Assembly for .NET Releases, GroupDocs.Assembly for Java Releases, java, numbered list, Report Generation API for .NET, Report Generation API for Java, restart numbered list
Control Documents Comparison Sensitivity
Integrate GroupDocs.Comparison for .NET 19.6 in your project and take control of documents comparison sensitivity. Detecting source and target documents style changes or inserted/deleted items and then highlighting them in the resultant file is a common yet major feature.
But we have something new, something enormous for you. You can now get detailed comparison of the documents. In ComparisonSettings class we added SensitivityOfComparison method using that you can set sensitivity of documents comparison. Let’s see its implementation and then details.… Continue Reading
Posted in GroupDocs.Comparison Product Family Tagged GroupDocs.Comparison for .NET
Get Image Representation of Document Pages
Getting image representation of document pages is one of the most successful feature that is already implemented in .NET version of the API. Keeping your interest in view, we’ve now implemented this feature for Java developers. GroupDocs.Comparison for Java 19.6 allows you to save document comparison results in image format as well.
What does it take to implement such a feature?
You just have to pass the output folder path to convertToImages method and API will take care of conversion … Continue Reading
Posted in GroupDocs.Comparison Product Family Tagged GroupDocs.Comparison for Java
Retrieve Count of Credits Consumed In GroupDocs.Conversion for .NET
As you know that API already supports metered licensing.
Can we get count of credits consumed?
Yes, we have a good news for you. There is a new method GetConsumptionCredit() implemented in Metered class. This method returns count of credits that are consumed in case of Metered licensing is used.
Following example demonstrates how to retrieve count of credits consumed.
Let’s talk about the new file formats introduced. Most of you might be working with XLAM, an Excel Macro-Enabled Add-In … Continue Reading
Posted in GroupDocs.Conversion Product Family Tagged GroupDocs.Conversion for .NET
Issue with Footnote Number is Resolved
If you worked with earlier versions of the API, you are probably aware that there was issue in footnote number conversion. A Word document with such footnotes was converted to PDF or any other supported file format successfully but the footnote number order was disturbed.
There was one more issue reported in the forum. It was about converting a PowerPoint document with black SmartArt text to PDF. And the SmartArt text in the resultant document was changed to white text. … Continue Reading
Posted in GroupDocs.Conversion Product Family Tagged GroupDocs.Conversion for Java