Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 4,897 for

groupdocs.viewer,

(0.06 sec)
  1. Individual Series Point Coloring in Spreadsheet...

    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 Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....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 Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries.

    docs.groupdocs.com/assembly/net/individual-seri...
  2. Working with Outer Document Insertion | Documen...

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <<doc [document_expression]>> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time.

    docs.groupdocs.com/assembly/java/working-with-o...
  3. Features overview | Documentation

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more.

    docs.groupdocs.com/watermark/python-net/feature...
  4. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality.

    docs.groupdocs.com/comparison/java/accept-or-re...
  5. Installation | Documentation

    Install from Nuget NuGet is the easiest way to download and install GroupDocs.Search for .NET. There are ways to install it in your project. Install via Package Manager GUI Follow these steps to reference GroupDocs.Search using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu....Install from Nuget NuGet is the easiest way to download and install GroupDocs.Search for .NET. There are ways to install it in your project. Install via Package Manager GUI Follow these steps to reference GroupDocs.Search using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu.

    docs.groupdocs.com/search/net/installation/
  6. Evaluation Limitations and Licensing | Document...

    Evaluation Limitations You can easily download GroupDocs.Classification for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: Texts with more than 200 characters are not supported. Documents with more than 200 characters are not supported. For the sentiment classification this limitations are 100 for English and 30 Chinese....Evaluation Limitations You can easily download GroupDocs.Classification for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: Texts with more than 200 characters are not supported. Documents with more than 200 characters are not supported. For the sentiment classification this limitations are 100 for English and 30 Chinese.

    docs.groupdocs.com/classification/net/evaluatio...
  7. Search text in PDF documents | Documentation

    To search a keyword in PDF documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in PDF document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....To search a keyword in PDF documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in PDF document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document.

    docs.groupdocs.com/parser/java/search-text-in-p...
  8. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects.

    docs.groupdocs.com/parser/java/search-text-in-h...
  9. Extract images from document page | Documentation

    This article explains that how to extract images from document page....This article explains that how to extract images from document page.

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Extract highlights | Documentation

    This article explains that how to extract highlights from documents in Java....This article explains that how to extract highlights from documents in Java.

    docs.groupdocs.com/parser/java/extract-highlights/