Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 5,309 for

assemble

(0.39 sec)
  1. Using redaction filters | GroupDocs

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/redaction-fil...
  2. 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 for Java v21.6: 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/java/using-ocr/
  3. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/java/load-document-fr...
  4. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Memory optimization option | GroupDocs

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Java API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/memory-optimizat...
  6. Electronic Signatures | GroupDocs

    This section contains articles with explanation how to sign documents with electronic signatures using .Net c#...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/electronic-sig...
  7. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  8. Save specific page range | GroupDocs

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for Java API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/save-specifi...
  9. Extract an image from an image annotation | Gro...

    The page describes how to extract image from image annotation....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/extracting-im...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...