Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 7,133 for

may

(0.13 sec)
  1. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/composing-sig...
  2. Verify Text Signatures in Document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature for Python via .NET API....Resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/python-net/verify-...
  3. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format....Please note that the chosen ID may intersect with the IDs used by...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-ex...
  4. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/ocr-support/
  5. Sign document with Digital signature - advanced...

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

    docs.groupdocs.com/signature/java/sign-document...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. OverflowException: Arithmetic operation resulte...

    Hello, Unfortunately, we experienced an exception when one of our customers dealt with many (and Maybe larger) files that they wanted to add to the index. We got the exception via this event: pIndex.Events.ErrorOccurr…...Product Family dotnet jamsharp May 12, 2025, 11:32am 1 Hello, Unfortunately...critical for us… atir.tahir May 12, 2025, 6:59pm 2 @jamsharp...

    forum.groupdocs.com/t/overflowexception-arithme...
  8. Convert email formats | GroupDocs

    This article demonstrates how you can convert to and from email formats with GroupDocs.Conversion for Node.js via Java.... Additional types of files may also be using the Email file...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. 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-...
  10. 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...