Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 11,663 for

new

(0.1 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 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....Consulting Blog Knowledge Base New Releases Status Websites aspose...FlvReadHeaderPropert try ( Metadata metadata = new Metadata ( Constants . InputFlv...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Control temporary files | GroupDocs

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...CustomTemporaryFileM customTemporaryFileM = new CustomTemporaryFileM (); TemporaryFileManager...

    docs.groupdocs.com/viewer/java/control-temporar...
  3. Error converting EML to PDF due to allegedly co...

    When converting some emails, the converter fails with “Cannot convert. The file is corrupt or damaged. Incorrect file header”. However, when opening this email in Outlook, it loads just fine including attachments. No er…...code: EmailLoadOptions options = new() { DisplayHeader = true, DisplayFromEmailAddr...Converter converterGroupDocs = new(() => mailStream, _ => options);...

    forum.groupdocs.com/t/error-converting-eml-to-p...
  4. Read APEv2 Tags in Mp3 Files using GroupDocs.Me...

    It gives us immense pleasure to announce the release of version 17.9.0 of the GroupDocs.Metadata for .NET API. The latest release comes up with a number of New features along with an enhancement and a bug fix. In addition to the tags the API already supports, the API also supports reading APEv2 tags in Mp3 files. Furthermore, the API also allows reading metadata of OpenDocument Spreadsheet files(ODS format) starting from version 17....release comes up with a number of new features along with an enhancement...NET Metadata Extraction API - New Features # Ability to Read: #...

    blog.groupdocs.com/metadata/read-mp3-apev2-tag-...
  5. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the New features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features....customers, we keep introducing the new features. Recently, we have released...give you an overview of what is new in the latest release. Dynamic...

    blog.groupdocs.com/assembly/net-java-document-a...
  6. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...Consulting Blog Knowledge Base New Releases Status Websites aspose... C# SearchOptions options = new SearchOptions (); // Creating...

    docs.groupdocs.com/search/net/build-search-query/
  7. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = New Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputJpeg2000...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...file: JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ge...
  9. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...`c:/sample1.epub` ; const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/merge/epub/
  10. Image search in network | GroupDocs

    This page contains information about reverse image search in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...ImageSearchOptions options = new ImageSearchOptions (); options...

    docs.groupdocs.com/search/net/image-search-in-n...