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

embedded license reading

(0.85 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. 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...
  5. 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...
  6. Evaluation Limitations and Licensing | GroupDocs

    GroupDocs.Metadata for Python via .NET offers a Free Trial and a 30-day Temporary License for evaluation, plus several purchase plans....Information Free Trials Temporary License Policies My Orders & Quotes...Started / Licensing Evaluation Limitations and Licensing Leave feedback...

    docs.groupdocs.com/metadata/python-net/evaluati...
  7. 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...
  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/