Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 5,314 for

text redaction

(0.12 sec)
  1. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Python via .NET API....Redaction Product Solution GroupDocs...and TSV), XML, HTML, and plain text. — common for all documents...

    docs.groupdocs.com/editor/python-net/extracting...
  2. Compare Word Documents | GroupDocs

    Compare Microsoft Word (.doc, .docx) documents and detect Text, formatting, and style differences using GroupDocs.Comparison for Python via .NET....Redaction Product Solution GroupDocs...and highlights differences in text, formatting, styles, and structure...

    docs.groupdocs.com/comparison/python-net/develo...
  3. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Redaction Product Solution GroupDocs...signedTypes . add ( SignatureType . Text ); signedTypes . add ( SignatureType...

    docs.groupdocs.com/signature/java/delete-signat...
  4. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Redaction Product Solution GroupDocs...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to Text or PDF using OCR with GroupDocs.Conversion for Java....Redaction Product Solution GroupDocs...recognitionAreasText . size (); i ++) { String text = result . recognitionAreasText...

    docs.groupdocs.com/conversion/java/convert/imag...
  6. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....Redaction Product Solution GroupDocs...ability to search for encrypted text of metadata signature and decrypt...

    docs.groupdocs.com/signature/java/search-for-em...
  7. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Redaction Product Family How to Convert...with Microsoft Word and various text editors. There may be instances...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Convert PDF to DOCX using Node.js

    Learn how to convert PDF to DOCX using Node.js with a simple guide. Easily export PDF to DOCX in Node.js for editable and formatted document conversion....Redaction Product Family Convert PDF...and enhance the usability of text-based content. Converting PDFs...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  9. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Redaction Product Family Scan Barcode...Handling documents in Open Document Text ( ODT ) format is quite common...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  10. Edit Email | GroupDocs

    This guide demonstrates how to edit the content of documents from the Email format family like common Text documents using GroupDocs.Editor for Python via .NET....Redaction Product Solution GroupDocs...differs from editing common text documents. Loading Loading Email...

    docs.groupdocs.com/editor/python-net/edit-email/