Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 5,099 for

file signature

(0.03 sec)
  1. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Signature Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. How to Convert ODT to SVG using C#

    In this topic, you will learn how to convert ODT to SVG using C# without installing third-party software. Also, we will provide code to export ODT to SVG in C#....Signature Product Family GroupDocs.Metadata...era, the ability to convert files between different formats is...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Save attachments | Documentation

    Retrieve and save attachments from emails, Outlook Files, archives, and PDFs....Signature Product Solution GroupDocs...Instantiate the object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/python-net/how-to-ext...
  4. Render to PDF | Documentation

    Rendering Files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Signature Product Solution GroupDocs...single PDF document. To render files to PDF, follow these steps:...

    docs.groupdocs.com/viewer/python-net/rendering-...
  5. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources....Signature Product Solution GroupDocs...various sources: From files in the file system. From a stream...

    docs.groupdocs.com/search/java/indexing-from-di...
  6. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text File....Signature Product Solution GroupDocs...the encoding of a plain text file. The following encodings are...

    docs.groupdocs.com/parser/net/detect-encoding/
  7. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, 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. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Signature Product Solution GroupDocs...txt" ; new File ( oldDocumentPath ). renameTo ( new File ( newDocumentPath...

    docs.groupdocs.com/search/java/document-renaming/
  8. Render SVG as PDF using Java

    Effectively grasp the understanding to render SVG as PDF using Java. Furthermore, explore detailed step-by-step instructions and Java code for rendering SVG to PDF....Signature Product Family GroupDocs.Metadata...Viewer class by supplying the SVG file path as an argument to its constructor...

    kb.groupdocs.com/viewer/java/render-svg-as-pdf-...
  9. How to Add Text Field Annotation in PDF using Java

    This topic will demonstrate how to add text field annotation in PDF using Java. We will also help you in writing code to insert text field annotation to PDF in Java....Signature Product Family GroupDocs.Metadata...class by passing the path of PDF file to its constructor Create an...

    kb.groupdocs.com/annotation/java/how-to-add-tex...
  10. How to Convert PowerPoint to HTML in C#

    Let's review the workflow to convert PowerPoint to HTML in C# using simple API calls and how to create code for the C# PPT to HTML converter application....Signature Product Family GroupDocs.Metadata...class for loading the input PPT file from the disk for transforming...

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