Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 6,742 for

may

(0.04 sec)
  1. 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...
  2. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/spelling-corrector/
  3. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/getting-document...
  4. 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...
  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. 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...
  7. Reference to CommonUtilities - Free Support For...

    Hi I just installed GroupDocs.Assembly via nuget in Visual Studio. In C#, I have added references to GroupDocs.Assembly amd GroupDocs.Assembly.Data, but I couldn’t find reference to CommonUtilities, eg. assembler.Assemb…... I wonder GraphDocs may be an option. private static...

    forum.groupdocs.com/t/reference-to-commonutilit...
  8. Redact Text in XLSX using Java

    In this tutorial, you will learn how to redact text in XLSX using Java. Additionally, you will get a simple code example to replace text in XLSX using Java.... Updated on 30 May 2024 English Türkçe Ελληνικά...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  9. How to Add Text Signature to DOCX using Java

    In this topic, we will provide you guide on how to add text signature to DOCX using Java. We will also supply code example to insert text signature to DOCX in Java.... You may enhance your document management...

    kb.groupdocs.com/signature/java/how-to-add-text...
  10. How to Convert MSG to PDF using C#

    In this topic, you will learn how to convert MSG to PDF using C# without installing third-party softwares. Also, we will provide code to export MSG to PDF in C#.... However, there may be instances when converting...

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