Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 5,083 for

file signature

(0.11 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Signature Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Signature Product Solution GroupDocs...It allows to skip unnesesary file loading. /// </summary> public...

    docs.groupdocs.com/parser/net/handle-loading-of...
  3. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Signature Product Solution GroupDocs...SpreadsheetContent . class ); File file = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  4. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....Signature Product Family GroupDocs.Metadata...Metadata from DOCX using Java DOCX files, which are the standard format...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  5. Convert PDF to HTML using Python

    Convert PDF to HTML using Python with GroupDocs.Conversion. Export PDF to HTML using Python easily and display documents online with accurate formatting....Signature Product Family GroupDocs.Metadata...walkthrough shows how to turn PDF files into HTML pages, preserving...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  6. 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...
  7. EditableDocument | Documentation

    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/
  8. GroupDocs.Conversion for Java | Documentation

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert Files of different formats from within Java applications....Signature Product Solution GroupDocs...transformation between multiple file formats. It supports conversion...

    docs.groupdocs.com/conversion/java/
  9. Saving files to different locations | Documenta...

    Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to local disk, stream or FTP....Signature Product Solution GroupDocs...Advanced usage / Saving Saving files to different locations Leave...

    docs.groupdocs.com/conversion/net/saving-files-...
  10. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java....Signature Product Family GroupDocs.Metadata...Java . The conversion of TXT files to PowerPoint presentations...

    kb.groupdocs.com/conversion/java/how-to-convert...