Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 3,720 for

packaging

(0.06 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....encountered in a particular package. a file to examine Get a collection...instances for any desired metadata package Iterate through the extracted...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using C# programming language....internal content is divided onto packages and if yes, then how. This...is stored in the packages, usually, a package per chapter. And...

    docs.groupdocs.com/editor/net/how-to-edit-mobi-...
  3. Install GroupDocs.Conversion for Java | Documen...

    Learn how to install GroupDocs.Conversion for Java. Follow a step-by-step guide for Maven, Gradle, Kotlin, and manual JAR setup, and integrate seamless document conversion into your Java projects....GroupDocs Repository All Java packages are hosted at . You can easily...the project files: App.java package com.mycompany.app ; import...

    docs.groupdocs.com/conversion/java/installation/
  4. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...6:58am 8 Removing all Nuget packages and adding only GroupDocs...exception. Removing all Nuget packages and adding only GroupDocs...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  6. Latest release for Modern SharePoint WebPart fo...

    Great news for SharePoint Developers, GroupDocs proudly announces latest release for GroupDocs.Viewer for .NET Modern SharePoint WebPart. In this v1.1 we updated all features that were implemented in ASP.NET MVC Modern UI v1.1. Our aim is to provide same features in all of our modern front ends, so that customer’s across different platforms can enjoy similar features. We have introduced a bunch of new features in this new version. We would recommend you to download this release and provide your valuable feedback....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/latest-release-modern...
  7. Announcing GroupDocs.Comparison for .NET 3.4.0 ...

    We are glad to see GroupDocs.Comparison API’s growth and users trust across the world. User’s trust and feedback always motivates us to make improvements and add more features in our Document Comparison API. Therefore we are happy to announce GroupDocs.Comparison for .NET 3.4.0 monthly release. In this new release we have introduced 8 new Features, 2 Improvements and 2 Fixes. New Features - GroupDocs.Comparison for .NET 3.4.0In this new release of GroupDocs....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/announcing-groupd...
  8. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Install...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  9. Install GroupDocs.Total for Java | Documentation

    This topic describes how to install GroupDocs.Total for Java....Note Starting from , the JAR package is signed using a GPG signature...GroupDocs packages are hosted at . You can download packages or reference...

    docs.groupdocs.com/total/java/installation/
  10. Menggabungkan File Excel dan Spreadsheet menggu...

    Gabungkan file spreadsheet Excel menggunakan C#. Gabungkan lembar file XLS/XLSX tertentu menggunakan .NET merger API oleh GroupDocs....paket dari NuGet Packages Gallery. Install-Package GroupDocs.Merger...Merger OR Update-Package GroupDocs.Merger Unduh MSI atau DLL dari...

    blog.groupdocs.com/id/merger/merge-excel-files-...