Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,766 for

management

(0.13 sec)
  1. Convert JPG to PPTX using C#

    This tutorial demonstrates how to convert JPG to PPTX using C#. Also, code example will be supplied to export JPG to PPTX using C# without extra software installation....presentations to improving document management workflows. In conclusion...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  2. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document Management by mastering the technique of how to get file properties using Java....using Java In the context of managing and processing documents,...and traits of documents to manage and manipulate them effectively...

    kb.groupdocs.com/metadata/java/get-document-inf...
  3. Convert PDF to DOCX using C#

    Easily convert PDF to DOCX using C# with our step-by-step guide without installing extra tools. We will also provide you code example to export PDF to DOCX using C#....essential for efficient document management. Once you’ve set up the suggested...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  4. Remove Metadata from XLS using C#

    Quickly understand how to remove metadata from XLS using C#. Additionally, you'll get code snippet illustrating the process of how to delete metadata from XLS in C#....developers seeking robust data management solutions. By following the...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  5. Remove Text Watermark from DOCX Using C#

    Explore how to remove text watermark from DOCX using C#. We'll furnish you with code to delete watermark text from DOCX in C# without extra software installation....for document processing and management. With the step-by-step guidance...

    kb.groupdocs.com/watermark/net/remove-text-wate...
  6. Issues during PPTX files tile watermarking - Fr...

    Hey, another issue is related to PPTX files during tile watermarking. There are two issues that I would like to underline. Firstly, it looks like line_spacing value is completely broken (e.g there is almost no differenc…...access to our Paid Support management team. alexndr December 19...

    forum.groupdocs.com/t/issues-during-pptx-files-...
  7. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Node.js via Java....analyzed using the Database Management System (DBMS) which is the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Working with metadata in GIF images | Documenta...

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Developer Guide / Advanced Usage / Managing metadata for specific formats...Metadata for .NET also allows managing XMP metadata in GIF files...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Convert DOCX to XPS using Node.js

    In this article, we will provide you detail on how to convert DOCX to XPS using Node.js. Also, you will be provide a code example to export DOCX to XPS in Node.js....document management and distribution. You can manage document...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  10. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;imanage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/nodejs-java/getting...