Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 4,767 for

assembly

(0.23 sec)
  1. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/merge/epub/
  2. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/removing...
  3. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/indexing-with-st...
  4. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/features-over...
  5. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/features-ove...
  6. System requirements | GroupDocs

    GroupDocs.Conversion for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/system-requir...
  7. System Requirements | GroupDocs

    GroupDocs.Conversion for Python via .NET sustem requirements....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/python-net/system...
  8. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert/note/
  9. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  10. 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 the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...