Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,277 for

management

(0.14 sec)
  1. Convert ODT to RTF using Node.js

    Learn how to convert ODT to RTF using Node.js with a simple script. This guide shows how to export ODT to RTF in Node.js using powerful file conversion library....handling, and improved workflow management. This solution is ideal for...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  2. Features overview | GroupDocs

    Salient features of file conversion API using Java are described in this article...contents and more; Project Management – project start and end dates...

    docs.groupdocs.com/conversion/nodejs-java/featu...
  3. Java NoClassDefFoundError exception for GroupDo...

    Following previous advice from support, we have packaged the parser and viewer modules in a standalone Java app, the main goal being to avoid crashing the app server when document conversion crashes. Versions used : 25.…...access to our Paid Support management team....

    forum.groupdocs.com/t/java-noclassdeffounderror...
  4. Working with interpreted values | GroupDocs

    This article contains a good example of numeric flag or enumeration....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-in...
  5. Perform Search by Chunks using Java

    Learn how to perform search by chunks using Java for efficient querying. Explore Java chunked search in large indexes to optimize performance and scalability....Search by Chunks using Java Managing searches in extensive datasets...process into smaller, more manageable sections, enabling each part...

    kb.groupdocs.com/search/java/perform-search-by-...
  6. GroupDocs Newsletter April 2018 – Document Mani...

    Share this issue: Monthly Newsletter April 2018 Java APIs to Add & Remove Watermarks from PDF, Microsoft Office, Email and Image File Formats Perform complex watermarking operations with simple syntax, easy to use methods and a few lines of code within Java applications. GroupDocs.Watermark for Java is a powerful document watermarking API to add, search and remove watermarks in popular business and image file formats. The watermarks added by the API are hard to be automatically removed by third-party tools, while it can be easily used for searching and removing previously added watermarks of popular types....Document Viewer with File Management Support # GroupDocs.Viewer....MSG Attachments and File Manager to view document in both HTML...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  7. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....will simplify handling and managing the content within PPTX files...numerous possibilities for managing and automating presentation...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  8. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Developer Guide / Advanced Usage / Managing metadata for specific formats...a CAD file. advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Convert MSG to MHTML using Node.js

    Learn how to convert MSG to MHTML using Node.js in a few simple steps. This guide also shows how to export MSG to MHTML in Node.js using an efficient conversion APIs....integration with content management platforms or archiving tools...helpful for applications that manage user messages, documentation...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  10. Extract Images from PPTX using C#

    Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX files efficiently for your projects....handling presentations more manageable. Whether you’re building...processing system or a document management solution, extracting images...

    kb.groupdocs.com/parser/net/extract-images-from...