Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 10,652 for

new

(0.05 sec)
  1. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted objects in the document metadata with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...src = new StringBuilder ( source ); StringBuilder dst = new StringBuilder...

    docs.groupdocs.com/signature/net/search-for-emb...
  2. Release Notes - 2017 | GroupDocs.Assembly for Java

    Toggle navigation GroupDocs Products All Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution Gr......Consulting Blog Knowledge Base New Releases Status Websites aspose...Release Notes Home | Products | New Releases | Pricing | Docs | Live...

    docs.groupdocs.com/assembly/java/release-notes-...
  3. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node....""; var aClient = new groupdocs.ApiClient(new groupdocs.GroupD...GroupDocsSecurityHan(apiKey)); var api = new groupdocs.StorageApi(aClient...

    blog.groupdocs.com/total/how-to-create-a-simple...
  4. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...Consulting Blog Knowledge Base New Releases Status Websites aspose...the obtained struct invoke a new instance method and in this method...

    docs.groupdocs.com/editor/java/generating-page-...
  5. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/phrase-search/
  6. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/boolean-search/
  7. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Creating...

    docs.groupdocs.com/search/net/indexing-options/
  8. GroupDocs.Total Releases

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....dependency simplifications, and new Docker documentation....

    blog.groupdocs.com/categories/groupdocs.total-r...
  9. GroupDocs.Viewer for .NET version 2.13.0 - cach...

    Last week we’ve announced a release of the GroupDocs.Viewer for .NET library version 2.13.0 and its two New features – an option for caching PDF copies of original files and the ability to use the viewer with an unlimited number of different independent root storage paths. Today we’d like to write about these features in more detail to help you quickly set up and get the most out of them....0 and its two new features – an option for caching...PDF format repeatedly for each new request. This was the case until...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  10. Extract text from Emails | Documentation

    To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/extract-text-fro...