Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 2,032 for

resource

(0.03 sec)
  1. Releasing GroupDocs.Comparison for Java 16.11.0...

    In order to enrich the document comparison experience, team GroupDocs is pleased to release GroupDocs.Comparison for Java 16.11.0 that comes with multitude of new features such as comparison of comments, WordArt objects, forms and many more. API also sums up a lot of improvements and bug fixes. We would recommend you to download latest release of the API and integrate it in your project. GroupDocs.Comparison for Java 16.11.0 - New FeaturesAPI comes with following new features: Added page numbers comparison for MS Word Added comparison of group shapes for Word Documents Comparison of comments for MS Word Comparison of WordArt objects in MS Word Comparison of tables in MS Word Comparison of Forms in MS Word Comparison of multi-language in MS Word Object model of Paragraph for PDF Implemented absorber of paragraphs for the basic cases for PDF Added option to compose multiple result list from result lists of each document for MS Word Support comparing multiple documents with track changes for MS Words Added support of absorption of the Page Footer for PDF Added support of absorption of the Page Header for PDF Added apply/discard changes support for multiple result changes list for MS Word Added support for new components: media objects, image positioning for PDF Added support of comparing watermarks for PDF Added support of comparing charts for MS Power Point Presentations Added support of comparing comments for MS Power Point Presentations Added support of style changes detection for MS Power Point Presentations Added support of detection of Picture Frames for MS Power Point Presentations Document Comparison API for Java - ImprovementsFollowing are the features that are improved in the latest version of the GroupDocs....ResourcesHere are a few channels and resources for you to download, learn...

    blog.groupdocs.com/comparison/groupdocs.compari...
  2. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....both physical and digital resources. You can modify Dublin Core...

    blog.groupdocs.com/metadata/manage-epub-metadat...
  3. How to Edit XML File | Documentation

    This article demonstrates how to edit XML files and XML documents using Node.js via Java....htmlContent ); // Dispose of resources editableDocument . dispose...additional computational resources and, in general, most XML...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  4. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties... OutputZip ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-z...
  5. 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.... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. eSign document with QR-code signature | Documen...

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....pdf" , options ); More resources Advanced Usage Topics To learn...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Convert project management formats | Documentation

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for .NET....is a collection of tasks, resources, and scheduling to get a measurable...

    docs.groupdocs.com/conversion/net/convert/proje...
  8. Search index repository | Documentation

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Search ( "Einstein" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/search-index-repo...
  9. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....dat" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/synonym-dictionary/
  10. Indexing password protected documents | Documen...

    This article demonstrates that how to perform indexing of password protected documents....( documentsFolder ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/indexing-password...