Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 540 for

printing annotations

(0.03 sec)
  1. Delete Barcode signatures from documents | Docu...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Signature with Barcode "...

    docs.groupdocs.com/signature/java/delete-barcod...
  2. 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 for Java v21.6: 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/java/using-ocr/
  3. 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...
  4. 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...
  5. View Image files online | Free GroupDocs Apps

    Free online viewer for Image files. Open and view Image files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/image
  6. View Outlook files online | Free GroupDocs Apps

    Free online viewer for Outlook files. Open and view Outlook files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/outlook
  7. View Archive files online | Free GroupDocs Apps

    Free online viewer for Archive files. Open and view Archive files online for free.... You can print the file you are viewing directly...navigate between pages. Step 3 Print or download the source file...

    products.groupdocs.app/viewer/archive
  8. Update Text signatures in document | Documentation

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...( result ) { System . out . print ( "Signature with Text '" +...

    docs.groupdocs.com/signature/java/update-text-s...
  9. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...save_options , compare_options ) print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/compar...
  10. Extract text from ZIP archive files | Documenta...

    To extract files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the file indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Annotation Product Solution GroupDocs...ContainerItem item : attachments ) { // Print the file path System . out ...

    docs.groupdocs.com/parser/java/extract-text-fro...