Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 12,742 for

docx comparison

(0.09 sec)
  1. Convert files to various formats | GroupDocs

    Artcles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Comparison Product Solution GroupDocs...ToMarkdown ( "business-plan.docx" ); // # Quarterly Report //...

    docs.groupdocs.com/markdown/net/convert/
  2. Text redaction | GroupDocs

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....Comparison Product Solution GroupDocs...different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...

    docs.groupdocs.com/redaction/python-net/text-re...
  3. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Comparison Product Solution GroupDocs...redactor = new Redactor ( @"sample.docx" )) { // Here we can use document...

    docs.groupdocs.com/redaction/net/save-in-origin...
  4. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....Comparison Product Solution GroupDocs...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/load-fr...
  5. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Comparison Product Solution GroupDocs...with gr . Redactor ( "source.docx" ) as redactor : # Apply the...

    docs.groupdocs.com/redaction/python-net/save-in...
  6. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Comparison Product Solution GroupDocs...snippet shows how to render a .docx document to PDF: Python from...

    docs.groupdocs.com/viewer/python-net/rendering-...
  7. Render documents | GroupDocs

    Convert documents to HTML, PDF, or images with GroupDocs.Viewer for Python....Comparison Product Solution GroupDocs...For example, if you have a .docx file with three pages, converting...

    docs.groupdocs.com/viewer/python-net/rendering-...
  8. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Comparison Product Solution GroupDocs...to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/synchronizing-sh...
  9. 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....Comparison Product Solution GroupDocs...within office documents (PDF, DOCX, etc.) You have to implement...

    docs.groupdocs.com/redaction/net/using-ocr/
  10. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...Comparison Product Solution GroupDocs...redactor = new Redactor ( @"sample.docx" )) { // Here we can use document...

    docs.groupdocs.com/redaction/net/save-overwriti...