Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 6,067 for

file comparison

(0.08 sec)
  1. Extracting Common Image Information | GroupDocs

    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...
  2. How to verify signatures with LINQ queries | Gr...

     This article explains how to verify signatures with LINQ query with GroupDocs.Signature API....Comparison Product Solution GroupDocs...// Define the path to the PDF file. string filePath = Constants...

    docs.groupdocs.com/signature/net/verify-signatu...
  3. Document renaming | GroupDocs

    This article demonstrate that how to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation...Comparison Product Solution GroupDocs...@"c:\MyDocuments\NewDocumentName.txt" ; File . Move ( oldDocumentPath , newDocumentPath...

    docs.groupdocs.com/search/net/document-renaming/
  4. Hello, World! | GroupDocs

    Get started with GroupDocs.Watermark for Python via .NET by creating and running a minimal example....Comparison Product Solution GroupDocs...formats. There are many other file formats are . Steps to Render...

    docs.groupdocs.com/watermark/python-net/hello-w...
  5. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Comparison Product Solution GroupDocs...Image }; // sign document to file signature . Sign ( "signed.docx"...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...An absolute path to the font file must be provided. Substitutes...

    docs.groupdocs.com/conversion/net/load-note-doc...
  7. Extract attachments from PDF portfolios | Group...

    This article explains that how to extract attachments from PDF documents...Comparison Product Solution GroupDocs...attachments ) { // Print the file path Console . WriteLine ( item...

    docs.groupdocs.com/parser/net/extract-attachmen...
  8. Use advanced logging | GroupDocs

    Learn advanced logging techniques available in the redaction API...Comparison Product Solution GroupDocs...records: C# using ( Stream stream = File . Open ( @"sample.docx" , FileMode...

    docs.groupdocs.com/redaction/net/use-advanced-l...
  9. Verify QR-code signatures | GroupDocs

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs.... QR ); // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  10. Handling incorrect document password exception ...

    This article shows how to handle incorrect document password exception with GroupDocs.Signature API....Comparison Product Solution GroupDocs...}; // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/net/handling-incor...