Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 1,855 for

management

(0.03 sec)
  1. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  2. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/save-a-modified...
  3. An unhandled exception of type 'GroupDocs.Compa...

    I got the error as shown below when running sqk on a win 11 laptop with word file containing 529 pages, 8MB in size and running for about 30 minutes then ending with an error. image.png (25.8 KB) image.png (3.1 KB) Th…...access to our Paid Support management team. trucnv January 2, 2025...access to our Paid Support management team. aspose.notifier January...

    forum.groupdocs.com/t/an-unhandled-exception-of...
  4. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....{ // Initialize the export manager with the root metadata package...ExportManager manager = new ExportManager ( root ); manager . Export...

    docs.groupdocs.com/metadata/net/exporting-metad...
  5. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...{ // Initialize the export manager with the root metadata package...ExportManager manager = new ExportManager ( root ); manager . export...

    docs.groupdocs.com/metadata/java/exporting-meta...
  6. Working with metadata in TIFF images | Document...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in TIFF 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 TIFF images. Please find appropriate code samples in the Working with EXIF metadata section. Working with IPTC metadata GroupDocs.Metadata for .NET is also able to work with IPTC metadata in TIFF images....Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in TIFF images...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in TIFF images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in TIFF 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 TIFF images. Please find appropriate code samples in the Working with EXIF Metadata section. Working with IPTC metadata GroupDocs.Metadata for Java is also able to work with IPTC metadata in TIFF images....Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for Java allows managing XMP metadata in TIFF images...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/java/get-supported-...
  9. TIFF to PDF Conversion Result is Too Large - Fr...

    Hello, I am trying to convert multi-size, multi-page TIFF streams into PDF files. I am able to convert the file and the PDF can load in Chrome but it is far too large (larger than 200 inches on at least one side). As a …...access to our Paid Support management team. We’ll let you know...

    forum.groupdocs.com/t/tiff-to-pdf-conversion-re...
  10. Word table columns shrink with GroupDocs.Editor...

    Hello, I’ve integrated the GroupDocs Editor into our project to enable online editing of Word documents. Here’s how it works: we upload a Word file, which is then converted into HTML using the GroupDocs Editor. Subseque…...access to our Paid Support management team....

    forum.groupdocs.com/t/word-table-columns-shrink...