Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 3,414 for

document security

(0.14 sec)
  1. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/updating-qr-co...
  2. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/extracting-com...
  3. Add watermarks to diagram documents | Documenta...

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a Document. It consists of following steps....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. OCR support | Documentation

    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....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/java/ocr-support/
  5. Advanced search for Metadata signatures | Docum...

     This article explains how to search various data values types within electronic signatures in the Document metadata by GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/advanced-searc...
  6. Logging | Documentation

    Logging when converting Documents with GroupDocs.Conversion for Java...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/java/logging/
  7. Use Aspose.OCR for Cloud SDK | Documentation

    This article explains that how to use Aspose.OCR for Cloud SDK in Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  8. Extract images from Microsoft Office PowerPoint...

    This article explains that how to extract images from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/extract-images-fr...
  9. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on Document page....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/sign-documents...
  10. Loading Documents | Documentation

    Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint Documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/java/developer-gu...