Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 5,022 for

file merger

(0.05 sec)
  1. 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....Merger Product Solution GroupDocs...locate the GroupDocs.Search.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/search/net/installation/
  2. Installation | Documentation

    Install from Nuget NuGet is the easiest way to download and install GroupDocs.Classification for .NET. There are ways to install it in your project. Install via Package Manager GUI Follow these steps to reference GroupDocs.Classification 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 Select Browse tab and type “GroupDocs....Merger Product Solution GroupDocs...GroupDocs.Classification.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/classification/net/installat...
  3. Installation | Documentation

    This guide explains how to install GroupDocs.Editor for .NET to your environment...Merger Product Solution GroupDocs...locate the GroupDocs.Editor.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/editor/net/installation/
  4. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Merger Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  5. Sign document with QR-code signature - advanced...

     This article explains how to sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....Merger Product Solution GroupDocs...DarkGreen ) } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Installation | Documentation

    On this page you will find system requirements supported platforms, development environments. GroupDocs.Comparison for .NET does not require any external software or third party tool to be installed....Merger Product Solution GroupDocs...reference the downloaded assembly files in your project, follow these...

    docs.groupdocs.com/comparison/net/installation/
  7. Installation | Documentation

    The page describes how to add the GroupDocs.Annotation library to your .NET project....Merger Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...

    docs.groupdocs.com/annotation/net/installation/
  8. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD Files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD File. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Merger Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Installation | Documentation

    This guide explains how to install GroupDocs.Signature for .NET to your environment...Merger Product Solution GroupDocs...the GroupDocs.Signature.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/signature/net/installation/
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Merger Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...