Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,793 for

management

(0.04 sec)
  1. GroupDocs.Metadata for Python via .NET | Docume...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....NET - A metadata management API for documents to create...

    docs.groupdocs.com/metadata/python-net/
  2. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Not able to view pptx file in viewer - Free Sup...

    Hello, I am getting the following error on a code shared below when trying to view pptx file in a viewer Method not found: ‘Aspose.Slides.Export.INotesCommentsLayoutingOptions Aspose.Slides.Export.IRenderingOptions.ge…...direct access to our support management team. Please feel free to...direct access to our support management team and potentially expedite...

    forum.groupdocs.com/t/not-able-to-view-pptx-fil...
  4. 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...
  5. 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...
  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...