Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 3,250 for

library

(0.08 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....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. How to Compare CSV Files in Java

    Let's learn the step-by-step process to compare CSV files in Java by consuming API and how to consume this guide to develop Java compare CSV files functionality....best document comparison libraries. You do not need to install...Install the document comparison library from the Maven repository in...

    kb.groupdocs.com/comparison/java/how-to-compare...
  3. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....popular document conversion libraries and show you how to convert...to install the appropriate library and make a few API calls. Code...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Third and last question from us for now - Free ...

    We would like to use GroupDocs.Conversion to convert DOCX’s to and from the flat XML format (flat OPC).  From your responses to our other recent requests, it seems that Conversion is more about producing human-friendly …...in the next release of our library, which is planned for the end...

    forum.groupdocs.com/t/third-and-last-question-f...
  5. How to Add Image Signature to PDF using C#

    Quickly and easily add image signature to PDF using C# with one of the popular signature Library. Also, examine the sample code to sign pdf with image in C#....utilize a popular signature library to sign a PDF document using...

    kb.groupdocs.com/signature/net/how-to-add-image...
  6. How to Convert HTML to Excel using Java

    Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature....project with the required library and importing essential classes...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert HTML to Word using Java

    Learn how to convert HTML to Word in Java and look at sample code to generate DOCX from HTML in Java to conduct document transformations quickly.... To summarise, add the library to your Java project, create...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert XLSX to HTML using Java

    Understand document conversion for Excel to web format, review steps to convert XLSX to HTML using Java, and how to develop code to export Excel to HTML in Java....API calls of the conversion library for performing document transformation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Searching | GroupDocs

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET Library we provide simple, but powerful free Apps....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/searching/
  10. Working with metadata in WEBP images | GroupDocs

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Along with full featured Java library we provide simple, but powerful...

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