Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 2,819 for

library

(0.04 sec)
  1. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/exporting-meta...
  2. Load document from url | Documentation

    Learn how to Load document from url....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/load-document-fro...
  3. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/net/save-overwriti...
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Watermark library is adding text watermarks to...

    docs.groupdocs.com/watermark/python-net/add-text/
  6. Search for embedded object with custom serializ...

    This article explains how to search for embedded electronic signatures with custom serialization in QR code electronic signatures. This topic contains example of custom serialization, class definition and search for serialized objects in the QR-codes with GroupDocs.Signature....implementation is using json library to provide serialization and...with the full-featured .NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/search-for-emb...
  7. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....NET Library. The library is developed based on...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. Viewer of emails with non-latin characters in T...

    Hello, Using java Viewer to convert email files (.msg) to html pages generates wrong characters for TO or subject. In the email user used greek characters for the emails and into the email subject. My environment is: …...your example of using our library but were unable to identify...soon as a new version of the library containing this fix is released...

    forum.groupdocs.com/t/viewer-of-emails-with-non...
  9. Running in Docker | Documentation

    Learn how to run GroupDocs.Total for .NET in Docker containers with complete examples, troubleshooting tips, and best practices for document processing in containerized environments....proper library work: libgdiplus - is the Mono library that provides...

    docs.groupdocs.com/total/net/running-in-docker/
  10. How to Convert PDF to HTML in Java

    Learn how to convert PDF to HTML in Java and execute document transformations quickly. Examine PDF to HTML Java code along with the detailed instructions....a few steps: download the library from the Maven repository,...

    kb.groupdocs.com/conversion/java/how-to-convert...