Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 1,964 for

management

(0.03 sec)
  1. SugarCRM Plugin Tutorial Using GroupDocs Viewer...

    GroupDocs offers a full set of document Management tools for SugarCRM: we’ve developed a bunch of plugins which help you use Viewer, Annotation, Assembly, Comparison and Signature apps in SugarCRM. This article gives some recommendations on how to create your own custom plugin for SugarCRM. We will use the GroupDocs Viewer plugin for SugarCRM as an example. SugarCRM is an open-platform web-based CRM solution which has an on-demand cloud platform. Today we show you how to create an on-site version plugin....offers a full set of document management tools for SugarCRM: we’ve...is a customer relationship management program developed by \* SugarCRM...

    blog.groupdocs.com/total/sugarcrm-plugin-tutori...
  2. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document Management....user-friendly and efficient document management systems tailored to their...

    kb.groupdocs.com/search/net/export-indexed-docu...
  3. Convert PDF to RTF using Python

    Learn how to convert PDF to RTF using Python with simple steps. Effortlessly export PDF to RTF using Python, without installing extra software....building a custom document management system or simply need to...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  4. Convert DOCX to TIFF using Python

    Easily convert DOCX to TIFF using Python with clear code examples. Follow this guide to export DOCX to TIFF using Python for high-quality image output....when working with document management systems or print workflows...

    kb.groupdocs.com/conversion/python/convert-docx...
  5. 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-...
  6. Features overview | Documentation

    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...
  7. Working with interpreted values | Documentation

    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...
  8. 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-...
  9. 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...
  10. Working with CAD metadata | Documentation

    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...