Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 5,033 for

assembly

(0.13 sec)
  1. Working with metadata in FLV files | GroupDocs

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Merge text files | GroupDocs

    Learn how to merge TXT files, combine TXT files into one file programmatically in java language using GroupDocs.Merger for Node.js via Java library....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/merge/txt/
  3. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Java language using GroupDocs.Merger for Java library....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/merge/archives/
  4. Search for Form Field e-signatures | GroupDocs

    This article explains how to search for Form Fields signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/search-for-for...
  5. Verify Text signatures in the document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/verify-text-si...
  6. GroupDocs.Parser para .NET 25.12 – Atualizações...

    Explore as novidades do GroupDocs.Parser para .NET 25.12. Disponível agora no NuGet e no site da GroupDocs.... Download direto – Assemblies para .NET e .NET Framework...

    blog.groupdocs.com/pt/parser/groupdocs-parser-f...
  7. GroupDocs.Comparison cho .NET 26.1 – Cập nhật m...

    Khám phá những tính năng mới trong GroupDocs.Comparison cho .NET 26.1. Hiện đã có sẵn trên NuGet và trang web GroupDocs....trực tiếp # Tải xuống các assembly cho cả .NET và .NET Framework...

    blog.groupdocs.com/vi/comparison/groupdocs-comp...
  8. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/load-from-loca...
  9. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Add watermarks to images | GroupDocs

    Add watermark to photos or multi-framed images using c#....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/add-watermarks...