Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 582 for

printing annotations

(0.17 sec)
  1. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Annotation Product Solution GroupDocs...lambda x : x . extension ): print ( file_type ); More resources...

    docs.groupdocs.com/redaction/python-net/get-sup...
  2. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....Annotation Product Solution GroupDocs...loadOptions ); System . out . print ( "Document loaded from URL...

    docs.groupdocs.com/merger/java/load-document-fr...
  3. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your Python applications....Annotation Product Solution GroupDocs...message with the output file path print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/set-do...
  4. Using OCR to redact image documents | Documenta...

    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....Annotation Product Solution GroupDocs...(OCR): image files, such as printed document scans (PNG, JPG, etc...

    docs.groupdocs.com/redaction/net/using-ocr/
  5. Getting Document Information | Documentation

    Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET....Annotation Product Solution GroupDocs...get_document_info () # Print basic document info print ( "Format:" , info...

    docs.groupdocs.com/conversion/python-net/develo...
  6. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-for-en...
  7. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Annotation Product Solution GroupDocs...IdentificationRecord . PhotoUriRecords ) { // Print the property value Console ...

    docs.groupdocs.com/metadata/net/working-with-vc...
  8. Migration notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Annotation Product Solution GroupDocs...string [] { "keyword" }); // Print search results foreach ( SearchResult...

    docs.groupdocs.com/parser/net/migration-notes/
  9. Get supported file formats | Documentation

    This article shows how to check supported file formats....Annotation Product Solution GroupDocs...following example shows how to print all the supported file types:...

    docs.groupdocs.com/parser/net/get-supported-fil...
  10. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...Annotation Product Solution GroupDocs...in the specified directory print ( f "Document redacted successfully...

    docs.groupdocs.com/redaction/python-net/save-wi...