Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 2,805 for

management

(0.12 sec)
  1. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...access to our Paid Support management team. atir.tahir March 7...access to our Paid Support management team. agilelaw February 19...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  2. Render XLSX as PNG using Python

    Learn how to render XLSX as PNG using Python. This tutorial explains how to convert XLSX to PNG in Python for visual representation....statement for efficient resource management Create PngViewOptions and...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  3. Remove Metadata from EPUB using Java

    This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java....practices for digital content management. By following the provided...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. Remove Metadata from DOC using C#

    Efficiently learn how to remove metadata from DOC using C# with a code example demonstrating how to delete metadata from DOC in C# without installing extra software....enhancing overall document‑management solutions. This approach...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. Getting known property descriptors | GroupDocs

    Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....online document metadata management App You are welcome to view...

    docs.groupdocs.com/metadata/python-net/getting-...
  6. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/removing-metadata/
  7. Issue with Fonts Rendering Artifacts in PDF Con...

    Hello, I am using GroupDocs conversion java lib to convert PowerPoint files (.pptx) to PDF, but I am encountering an issue where some characters appear with artifacts after the conversion. The text becomes distorted, ma…...access to our Paid Support management team. frossard April 11,...

    forum.groupdocs.com/t/issue-with-fonts-renderin...
  8. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/removing-metad...
  9. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....metadata is useful: Document Management: Automatically organize documents...associated with the file manager The manager associated with the document...

    docs.groupdocs.com/parser/net/extract-metadata-...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Developer Guide / Advanced Usage / Managing metadata for specific formats...properties advanced_usage.managing_metadata_for_specific_formats...

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