Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 19,602 for

management

(0.15 sec)
  1. PDF Annotation, Word Annotation and Others in J...

    We are excited to launch the GroupDocs Annotation plugin for Joomla. Our annotation plugin lets you embed documents to Joomla sites and allows PDF annotation, Microsoft Word annotation, and annotation of other files easily. GroupDocs Annotation simplifies document review and collaboration between teams. The powerful tool lets you add comments, draw text, strikeout content to Word, PDF or any image file through a browser. Share documents online with your colleagues for faster review and approval process....helps writers and managers in document management . GroupDocs is...collaboration; you can also manage contacts and have complete...

    blog.groupdocs.com/annotation/pdf-annotation-wo...
  2. 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...
  3. 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....contributing to robust document management solutions. This approach...approach empowers developers to manage document metadata efficiently...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  4. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....do this using NuGet Package Manager within Visual Studio. After...you with efficient document management solutions in your projects...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  5. GroupDocs.Conversion.Options.Convert Namespace ...

    The namespace provides classes to specify additional options for document conversion process....for conversion to Project management file type. PsdColorModes...

    apireference.groupdocs.com/conversion/net/group...
  6. Remove MP3 Tags using C# - (ID3, Lyrics, APE) |...

    Remove MP3 tags from the mp3 files using C#. Eliminate the ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from the mp3 files using .NET Metadata API....Metadata showcases metadata management .NET API to deal with various...Metadata of WAV files in C# Manage XMP and EXIF Data of HEIF/HEIC...

    blog.groupdocs.com/metadata/remove-mp3-tags-usi...
  7. Redact Text in PDF using C#

    In this tutorial, you will discover how to redact text in PDF using C#. Additionally, you will receive a simple code example to replace text in PDF using C#....developers working on document management systems, legal applications...be added via NuGet Package Manager, before delving into the code...

    kb.groupdocs.com/redaction/net/redact-text-in-p...
  8. Extract Text from EPUB using C#

    This article provides a detailed guide on how to extract text from EPUB using C#. It includes a code example to assist you for text extraction from EPUB in C#....digital publishing, eBook management, or content analysis. EPUB...powerful and efficient way to manage and process eBook content within...

    kb.groupdocs.com/parser/net/extract-text-from-e...
  9. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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...