Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 5,160 for

file comparison

(0.04 sec)
  1. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...method; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-document-p...
  2. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs...issues, missing required data, files etc. For handling these exceptions...

    docs.groupdocs.com/signature/net/searching-for-...
  3. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  4. Features overview | Documentation

    GroupDocs.Merger for Node.js via Java is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more....Comparison Product Solution GroupDocs...information about source document - file type, size, pages count, page...

    docs.groupdocs.com/merger/nodejs-java/features-...
  5. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java....Comparison Product Solution GroupDocs...interpreted values for a particular file please use the below example:...

    docs.groupdocs.com/metadata/nodejs-java/working...
  6. Save signed document with password | Documentation

    This article explains how to save document with password protection....Comparison Product Solution GroupDocs...false ); // sign document to file signature . sign ( "SignedProtected...

    docs.groupdocs.com/signature/java/save-signed-d...
  7. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  8. Load document from URL | Documentation

    This section explains how to load document from URL with GroupDocs.Signature API....Comparison Product Solution GroupDocs...= 100 }; // sign document to file signature . Sign ( "SampleSigned"...

    docs.groupdocs.com/signature/net/load-document-...
  9. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for .NET...Comparison Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, set...

    docs.groupdocs.com/viewer/net/adjust-jpeg-image...
  10. Get Default Load Options | Documentation

    Learn how to retrieve default load options for a source format using GroupDocs.Conversion for Python via .NET....Comparison Product Solution GroupDocs...passing the source document’s file extension (e.g., "docx" for...

    docs.groupdocs.com/conversion/python-net/develo...