Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 5,753 for

file comparison

(0.06 sec)
  1. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for Java features....Comparison Product Solution GroupDocs...with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/java/output-format-an...
  2. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...The password for protected files. Specific pages or ranges of...

    docs.groupdocs.com/conversion/java/load-options...
  3. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Comparison Product Solution GroupDocs...signatures ); // sign document to file signature . sign ( "SampleSigned...

    docs.groupdocs.com/signature/java/esign-image-w...
  4. Installation | GroupDocs

    This guide helps you quickly install GroupDocs.Watermark for .NET, a powerful library to add, edit, or remove watermarks from PDF, Word, Excel, PowerPoint, Visio, and image formats. Choose your preferred method below. Install via NuGet (Recommended) Follow these steps to reference GroupDocs.Watermark 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....Comparison Product Solution GroupDocs...the GroupDocs.Watermark.dll file. You have referenced GroupDocs...

    docs.groupdocs.com/watermark/net/installation/
  5. Working with CAD metadata | GroupDocs

    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.CadPackage property. The following code snippet reads metadata associated with a CAD File. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Comparison Product Solution GroupDocs...read basic metadata in CAD files. The supported CAD formats are:...

    docs.groupdocs.com/metadata/net/working-with-ca...
  6. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Comparison Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "signed.jpg"...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Output format and password | GroupDocs

    Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....Comparison Product Solution GroupDocs...with binary nature, support file encoding with the password....

    docs.groupdocs.com/editor/net/output-format-and...
  8. Load 3D document with options | GroupDocs

    Learn how to load and convert 3D model documents (FBX, OBJ, GLTF, 3DS) with advanced options using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs... U3D, and other 3D modeling file formats. The following options...

    docs.groupdocs.com/conversion/net/load-3d-docum...
  9. 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)....Comparison Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...
  10. Installation | GroupDocs

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

    docs.groupdocs.com/editor/net/installation/