Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 5,398 for

file signature

(0.06 sec)
  1. Extract metadata from MSG using C#

    Let’s explore how to extract metadata from MSG using C#. We will also provide MSG metadata extraction C# code that is compatible with Windows, macOS, and Linux....Signature Product Family GroupDocs.Metadata...metadata from MSG using C# MSG files, commonly used by Microsoft...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  2. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Signature Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  3. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Signature Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...
  4. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book File format that uses the “.epub” File extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB Files. The following are the steps to read native EPUB metadata. Load an EPUB File Get the root metadata package Extract the native metadata package using EpubRootPackage....Signature Product Solution GroupDocs...is an e-book file format that uses the “.epub” file extension....

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Merge SVG files using Java

    This article will detail the key steps to merge SVG Files using Java and provide a sample code example to demonstrate how to combine SVG Files in Java programming....Signature Product Family GroupDocs.Metadata...Redaction Product Family Merge SVG files using Java Merging SVG (Scalable...

    kb.groupdocs.com/merger/java/merge-svg-files-us...
  6. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local File path, stream or third-party storage for further processing with GroupDocs.Comparison for Java API....Signature Product Solution GroupDocs...Leave feedback Load file from local disk Load file from stream Load...

    docs.groupdocs.com/comparison/java/loading/
  7. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local File path, stream or third-party storage for further processing with GroupDocs.Comparison for Python via .NET API....Signature Product Solution GroupDocs...Leave feedback Load file from local disk Load file from stream Load...

    docs.groupdocs.com/comparison/python-net/loading/
  8. Comparison basic | GroupDocs

    Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just a couple lines of code....Signature Product Solution GroupDocs...feedback Get supported file formats Get file info Compare documents...

    docs.groupdocs.com/comparison/python-net/basic-...
  9. Comparison basic | GroupDocs

    Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just a couple lines of code....Signature Product Solution GroupDocs...feedback Get supported file formats Get file info Compare documents...

    docs.groupdocs.com/comparison/nodejs-java/basic...
  10. EditableDocument | GroupDocs

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for .NET API....Signature Product Solution GroupDocs...to specify this content via file path. Or user may need to save...

    docs.groupdocs.com/editor/net/editabledocument/