Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 46,667 for

(c )

(0.05 sec)
  1. Seamlessly Build an ASP.NET Document Viewer to ...

    GroupDocs.Viewer for .NET is a web-oriented middleware designed to display over 50 different document types in a browser. It is a client-server library that converts documents into an HTML-compatible format and then renders them in a browser just as a regular web-page. As a result, you don’t have to install any third-party software or browser plugins on the client. Documents can be viewed from any modern web-browser, including IE8+, Chrome, FireFox, Opera, Safari 5+ and their mobile versions....NET WebForms C# project that was created using...

    blog.groupdocs.com/viewer/seamlessly-build-asp-...
  2. full text search on GroupDocs Blog | Document A...

    full text search on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in full text search on GroupDocs Blog | Document Automation Solutions for .NET & Java De...... C#で全文検索ソリューションを構築する インデックスを介して検索する...

    blog.groupdocs.com/ja/tag/full-text-search/inde...
  3. Individual Series Point Coloring in Presentatio...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Presentation Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS PowerPoint 2013: Add a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Sum(c => c.Price)]»«pointColor [Color] » A 8.2 B 3.2 C 1.5 D...

    docs.groupdocs.com/assembly/java/individual-ser...
  4. Extract Data Fields from the Documents using Gr...

    Hello everyone! I am back with something new and exciting for the developers who use to deal with the automated data extraction from the documents. A few years back, we released GroupDocs.Parser API which aimed to extract the text from various document formats. We kept on adding the features to it and today, it has become a giant API that provides a wide range of features including formatted text extraction, highlighted and structured text extraction, metadata extraction, extraction of images and the list goes on.... C# Java Apart from extracting by...can be achieved using the code. C# Java Now, you have seen how you...

    blog.groupdocs.com/parser/extract-data-fields-f...
  5. Visual Studio Plugin to Explore GroupDocs.Assem...

    Visual Studio Plugin to Explore GroupDocs.Assembly Examples GroupDocs.Assembly for .NET plugin is providing an ease to compile GroupDocs.Assembly for .NET 3.0.0 examples and to explore the examples. It has reduced the efforts to download examples and the DLL file from different resources (GitHub, NuGet). You can quickly run CSharp project. So all the manual steps to explore the examples have been exempted. Features Following are the key features of the plugin... Provides C# examples. Supports Visual Studio...to build any of the project (C#). Note For video demonstration...

    docs.groupdocs.com/assembly/net/visual-studio-p...
  6. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....indexFolder = "c:\\MyIndex" ; String documentPath = "c:\\MyDocuments\\MyDocument...

    docs.groupdocs.com/search/java/separate-data-ex...
  7. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/homophone...
  8. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/word-form...
  9. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document....Parser in C# # Let’s write a PhotoParser class in C#: Photo Parser...

    blog.groupdocs.com/metadata/best-practices-in-m...
  10. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....path String inputFilePath = "C:\\input_path\\document.docx" ;...path String inputFilePath = "C:\\input_path\\document.docx" ;...

    docs.groupdocs.com/editor/java/load-document/