Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 9,996 for

document signature

(0.89 sec)
  1. Parse data from PDF documents | GroupDocs

    This article explains that how to parse data from PDF Documents...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/parse-data-from-p...
  2. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image Documents for Optical Character Recognition (OCR): image files, such as printed Document scans (PNG, JPG, etc.) embedded images within office Documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/using-ocr/
  3. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the Document as a rasterized PDF file...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/save-in-raster...
  4. Features Overview | GroupDocs

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/features-overview/
  5. Introducing GroupDocs.Parser for .NET | GroupDocs

    Powerful .NET Document parsing API for extracting text, images, metadata, and structured data from 50+ file formats including PDF, Word, Excel, PowerPoint. Features template-based extraction, full-text search, and enterprise-ready Document processing capabilities....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/introducing-group...
  6. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple Documents with different customisations - style detection, change comparison detalisation level and more....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/compare-multi...
  7. Search in Documents with Keyboard Layout Correc...

    Perform search in Documents with keyboard layout correction using C#. We will provide code for performing how to correct keyboard layout for Document search in C#....Signature Product Family GroupDocs.Metadata...Product Family Search in Documents with Keyboard Layout Correction...

    kb.groupdocs.com/search/net/search-in-documents...
  8. Add watermark annotation | GroupDocs

    The page describes how to add watermark annotation to a Document using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/add-watermar...
  9. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Signature Product Family GroupDocs.Metadata...to Extract Images from Word Document using Java How to Convert...

    kb.groupdocs.com/categories/page/40/
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the Document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-advanced-...