Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 12,279 for

new

(0.13 sec)
  1. Advanced search for QR-code signatures | GroupDocs

     This article explains how to provide advanced search for QR-code electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/advanced-sear...
  2. Verify QR-code signatures | GroupDocs

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  3. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/case-sensitive-s...
  4. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...'c:/MyDocuments/' ; const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/case-sens...
  5. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Consulting Blog Knowledge Base New Releases Status Websites aspose...DocumentAssembler assembler = new DocumentAssembler (); assembler...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Advanced search for Image signatures | GroupDocs

     This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/advanced-sear...
  7. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputEml...

    docs.groupdocs.com/metadata/net/working-with-sa...
  8. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....Consulting Blog Knowledge Base New Releases Status Websites aspose...xlsx" ; using ( Parser parser = new Parser ( excelPath )) { // Check...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  9. Remove Empty Paragraphs in GroupDocs.Assembly f...

    We are delighted to announce a New feature in the monthly release of GroupDocs.Assembly for .NET 18.10. Using the latest version, you can now remove empty paragraphs in word processing, presentation, and email documents. We recommend you to install and use the latest version of the API. Features Introduced While assembling a document, if syntax tags are removed or replaced with empty values, the output document will have empty paragraphs....are delighted to announce a new feature in the monthly release...18.10, we have introduced a new member **RemoveEmptyParagraph...

    blog.groupdocs.com/assembly/remove-empty-paragr...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputPptx...

    docs.groupdocs.com/metadata/net/working-with-me...