Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 24,551 for

may

(0.09 sec)
  1. GitHub - groupdocs-conversion-cloud/groupdocs-c...

    .NET SDK to work with the GroupDocs.Conversion Cloud API. Convert between 50+ document & image formats with zero initial cost. - GitHub - groupdocs-conversion-cloud/groupdocs-conversion-cloud-dotnet: .NET SDK to work with the GroupDocs.Conversion Cloud API. Convert between 50+ document & image formats with zero initial cost....branch on this repository, and may belong to a fork outside of the...

    github.com/groupdocs-conversion-cloud/groupdocs...
  2. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/annotation-red...
  3. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/adding-metadata/
  4. Optimize index | Documentation

    This article explains that how to optimize index to reduce the number of segments in an index using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/nodejs-java/optimize-...
  5. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  6. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/sign-document...
  9. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Search for Image e-signatures | Documentation

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API.... GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/search-for-im...