Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 2,599 for

library

(0.13 sec)
  1. Product Overview | Documentation

    GroupDocs.Merger for .NET provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....is a cross-platform class library that empowers your applications...GroupDocs.Merger for .NET class-library. Single document operations...

    docs.groupdocs.com/merger/net/product-overview/
  2. How To Install Windows Fonts on Ubuntu | Docume...

    This article will show how you can install Windows fonts on Ubuntu....fontconfig - Install fontconfig library and fc-cache utility. sudo...fontconfig - Install fontconfig library and fc-cache utility. sudo...

    docs.groupdocs.com/viewer/java/how-to-install-w...
  3. Quick Start Guide | Documentation

    This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java.... This library enables developers to convert...Implementation To quickly test the library, let’s convert a DOCX file...

    docs.groupdocs.com/conversion/java/getting-star...
  4. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....specify various settings the library provides the class that allows...with the full-featured .NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object.... By default library uses json format serialization...with the full-featured .NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/sign-documents...
  6. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....Watermark is a robust library for managing watermarks in...Dockerfile # Installing Required Libraries : RUN apt-get update && apt-get...

    blog.groupdocs.com/watermark/using-custom-fonts...
  7. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET Library we provide simple, but powerful free Apps....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/searching/
  9. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/load-a-passwor...