Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 105 for

embedded license reading

(1.1 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....Information Free Trials Temporary License Policies My Orders & Quotes... IPTC IIM metadata can be embedded into a variety of image formats...

    docs.groupdocs.com/metadata/python-net/working-...
  2. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Information Free Trials Temporary License Policies My Orders & Quotes... specifies make fonts not embedded. PdfFormattingOptions class...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Basic usage | GroupDocs

    Core GroupDocs.Redaction for Python via .NET operations — redact text, metadata, images, annotations, and spreadsheet content, remove pages, and read document information, each with a runnable example....Information Free Trials Temporary License Policies My Orders & Quotes...area, clean embedded image metadata, and redact embedded images....

    docs.groupdocs.com/redaction/python-net/basic-u...
  4. Context Objects - Complete Guide | GroupDocs

    Learn how to use Context Objects in GroupDocs.Conversion for .NET v24.10+. Context objects are foundational to all delegate-based patterns....Information Free Trials Temporary License Policies My Orders & Quotes...string Name of the source file (read-only) SourceFormat FileType...

    docs.groupdocs.com/conversion/net/context-objec...
  5. eSign document with QR code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....Information Free Trials Temporary License Policies My Orders & Quotes...background. QR codes can be read by smartphone cameras or specialized...

    docs.groupdocs.com/signature/net/esign-document...
  6. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Information Free Trials Temporary License Policies My Orders & Quotes...quality loss). Makes fonts not embedded. PdfFormattingOptions The...

    docs.groupdocs.com/conversion/java/convert-to-p...
  7. eSign image with Digital signature | GroupDocs

    This article demonstrates how to sign images with digital signatures using steganography (LSB technique) with GroupDocs.Signature for .NET. Learn how to embed invisible digital signatures into PNG and JPG images....Information Free Trials Temporary License Policies My Orders & Quotes...quality. The signature data is embedded into the least significant...

    docs.groupdocs.com/signature/net/esign-image-wi...
  8. Email messages | GroupDocs

    Learn how to add watermark in Outlook email messages....Information Free Trials Temporary License Policies My Orders & Quotes...); watermarker . close (); Embedding image to email message body...

    docs.groupdocs.com/watermark/java/email-messages/
  9. 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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Information Free Trials Temporary License Policies My Orders & Quotes...images, either separate or embedded in documents. To connect OCR...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  10. 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....Information Free Trials Temporary License Policies My Orders & Quotes...images, either separate or embedded in documents. To connect OCR...

    docs.groupdocs.com/search/java/ocr-support/