Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 545 for

audio

(0.03 sec)
  1. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....consisting of digital images, audio/video clips, and hand sketch...

    docs.groupdocs.com/conversion/net/convert/note/
  2. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Node.js via Java....consisting of digital images, audio/video clips, and hand sketch...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple net code lines and GroupDocs.Merger for Python via .NET....shapes, text, animations, video, audio and embedded objects. A presentation...

    docs.groupdocs.com/merger/python-net/merge/powe...
  4. Merge files | Documentation

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using c# programming language and GroupDocs.Merger API....Merge Word documents Merge audio Merge PowerPoint Presentations...

    docs.groupdocs.com/merger/net/merge/
  5. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....PowerPoint presentations, images, audio or video files to your original...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  6. MP3 Tags Editor – View & Edit MP3 Tags

    Discover ways to view and edit MP3 metadata. Either edit MP3 Tags online or do it programmatically using C# & Java....Discover the ease of managing your audio and video collection effortlessly...

    blog.groupdocs.com/metadata/view-edit-mp3-tags/
  7. Load Markup document with options | Documentation

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for .NET API....external resources include images, audio, video, fonts, CSS, scripts...

    docs.groupdocs.com/conversion/net/load-markup-d...
  8. How to add attachment to PDF document | Documen...

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....PowerPoint presentations, images, audio or video files to your original...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  9. Load Markup document with options | Documentation

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....external resources include images, audio, video, fonts, CSS, scripts...

    docs.groupdocs.com/conversion/java/load-markup-...
  10. 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 the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....acts as a wrapper for various audio and video coding formats. As...

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