Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 5,033 for

assemble

(0.08 sec)
  1. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  3. 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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/using-ocr/
  4. GroupDocs.Total für .NET 25.8 – Aktuelle Update...

    Entdecken Sie, was es Neues bei GroupDocs.Total für .NET 25.8 gibt. Jetzt verfügbar auf NuGet und der GroupDocs‑Website....Laden Sie die kompilierten Assemblies für sowohl .NET 6 als auch...

    blog.groupdocs.com/de/total/groupdocs-total-for...
  5. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/get-supported-...
  6. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  7. Extract data from ePUB eBooks | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from EPUB e-books. Also CHM and FB2 formats are supported. The following table provides the list of supported formats: Format Description CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2.0 File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.Parser for Java examples Free online document parser App Along with full featured ....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  9. GroupDocs.Watermark for Node.js via Java | Grou...

    GroupDocs.Watermark for Java developer documentation. Learn how to add watermarks using nodejs...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/
  10. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/synchronizing-sha...