Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 16,618 for

pdf metadata

(0.1 sec)
  1. eSign Document with Image Signature | GroupDocs

    This article demonstrates how to add signature image on document page with GroupDocs.Signature for Python via .NET....Metadata Product Solution GroupDocs...example shows how to sign a PDF document with the image signature...

    docs.groupdocs.com/signature/python-net/esign-d...
  2. Parse data from documents | GroupDocs

    Learn how to parse and extract structured data from documents using template-based extraction with GroupDocs.Parser for .NET. Extract invoice data, tables, and fields in C#....Metadata Product Solution GroupDocs...of various formats including PDF, Microsoft Word, Excel, LibreOffice...

    docs.groupdocs.com/parser/net/parse-data-from-d...
  3. Convert to Image with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for .NET....Metadata Product Solution GroupDocs...document should be converted to PDF first. If this property is set...

    docs.groupdocs.com/conversion/net/convert-to-im...
  4. 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....Metadata Product Solution GroupDocs...IsSignature Image Spreadsheet Pdf Presentation Word Processing...

    docs.groupdocs.com/signature/net/updating-qr-co...
  5. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....Metadata Product Solution GroupDocs...new FileInputStream ( "sample.pdf" ); Signature signature = new...

    docs.groupdocs.com/signature/java/load-document...
  6. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....Metadata Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/load-document-...
  7. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Metadata Product Solution GroupDocs...Signature ( "samplePasswordProtec.pdf" )) { DigitalSearchOptions options...

    docs.groupdocs.com/signature/net/searching-for-...
  8. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Metadata Product Solution GroupDocs...@"C:\\Temp\\sample_output_file.pdf" , FileMode . Open , FileAccess...

    docs.groupdocs.com/redaction/net/save-to-stream/
  9. Comparing Documents | GroupDocs

    Compare two or more documents, tune sensitivity, customize change styles, accept or reject changes, and handle format-specific scenarios with GroupDocs.Comparison for Python....Metadata Product Solution GroupDocs...header_footers_comparison , compare_images_pdf . How sensitively — sensitivity_of_comparison...

    docs.groupdocs.com/comparison/python-net/develo...
  10. 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 v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Metadata Product Solution GroupDocs...images within office documents (PDF, DOCX, etc.) You have to implement...

    docs.groupdocs.com/redaction/net/using-ocr/