Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,169 for

management

(0.18 sec)
  1. Features overview | GroupDocs

    With GroupDocs.Viewer for Node.js you can render files to HTML, PNG, JPEG and PDF formats, list and save attachments, embedded files and compressed files, and extract document text....js provides two resources management options for CSS, fonts, images...printing restrictions; Project Management – project start and end dates...

    docs.groupdocs.com/viewer/nodejs-java/features-...
  2. Convert PDF to PS using C#

    This tutorial demonstrates how to convert PDF to PS using C#. Also, code example will be supplied to export PDF to PS using C# without extra software installation....only streamlines document management but also contributes to elevating...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  3. Perform Homophone Search using Java

    Learn how to perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software....you’re creating a document management system or a search-focused...

    kb.groupdocs.com/search/java/perform-homophone-...
  4. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....applications, streamlining document management workflows and enhancing productivity...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  5. Word document added an Undefined Label - Free S...

    Hi, we have an issue when saving a word document after an edition, in the word saved document is adding a label at the beginning of the content. proces-editor error.PNG (241.7 KB) We are using GroupDocs editor 23.9 and…...access to our Paid Support management team....

    forum.groupdocs.com/t/word-document-added-an-un...
  6. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET GroupDocs.......View PPT Online metadata management Docx Viewer Merge DOCX in...Success Stories Correspondence Management System GroupDocs Success...

    blog.groupdocs.com/tags/index.xml
  7. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Developer Guide / Advanced Usage / Managing metadata for specific formats...information advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. 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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in PNG images...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Generate document preview | GroupDocs

    This article shows you how to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online....features and get familiar how to manage watermarks and more, please...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/generate-docume...
  10. 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....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/python-net/removing...