Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 3,247 for

library

(0.09 sec)
  1. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/net/extend-support...
  2. Export Data | GroupDocs

    How to export data to JSON or XML files....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/export-data/
  3. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/verify-digita...
  4. Verifying documents with exception handling | G...

     This article explains how to handle exceptions when verifying document electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/verifying-doc...
  5. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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-b...
  6. Remove Text Watermark from ODT Using Python

    Remove text watermark from ODT using Python to process OpenDocument files automatically. This guide explains removing embedded watermark text with Python code....document watermark removal library, ODT files can be scanned for...

    kb.groupdocs.com/watermark/python/remove-text-w...
  7. Convert PDF to JPG using Python

    Discover how to convert PDF to JPG using Python. This tutorial explains how to export PDF to JPG using Python for easier sharing, and streamlined workflows.... Using the recommended library, you can automate the conversion...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  8. Remove Text Watermark from XLS Using Python

    Remove text watermark from XLS using Python and clean legacy Excel files efficiently. Discover how Python can locate and delete watermark text in spreadsheets....spreadsheet watermark removal library, XLS files can be examined...

    kb.groupdocs.com/watermark/python/remove-text-w...
  9. Convert XLSX to TXT using Python

    Convert XLSX to TXT using Python using GroupDocs.Conversion. In this topic, you will learn how to export XLSX to TXT in Python with complete steps and code example....conversion, start by installing the library, which provides a comprehensive...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  10. Merge TXT files using Java

    Discover the method of how to merge TXT files using Java. Enhance your document management efficiency by learning how to combine TXT files in Java programming....up the suggested document library and making the necessary adjustments...

    kb.groupdocs.com/merger/java/merge-txt-files-us...