Document loading use cases with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
The articles in this section describe advanced search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Explains GroupDocs.Markdown for .NET converter features and shows how to convert PDF, Word, Excel, Epub, Text inside your .NET applications...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This documentation sections describe how to customize document conversion process - convert specific document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template:
Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
The Bulleted List As per wikipedia, a Bulleted List can be described as:
In typography, a bullet ( • ) is a typographical symbol or glyph used to introduce items in a list. For example:
Item 1 Item 2 Item 3 For more information, please visit wikipedia article.
Articles in this section...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature.... We had recently released an article on converting CSV...
This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...