Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 3,857 for

classification

(0.06 sec)
  1. Using redaction filters | Documentation

    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....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/redacti...
  2. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/load-from-str...
  3. Searching | Documentation

    The articles in this section describe advanced topics related to search operations. You will find details about different search aspects. Search types, advanced options, internal implementation details: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/searching/
  4. Merger Use Cases | Documentation

    This section will describe typical problems with merging files and ways to solve them using GroupDocs.Merger for .NET library...Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/getting-started/u...
  5. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/python-net/remove-doc...
  6. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/python-net/add-passwo...
  7. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/python-net/remove-pages/
  8. Barcode Image Generation in Word Processing Doc...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  9. List and print all supported file types | Docum...

    This article explains how to list and print file types supported by GroupDocs.Viewer for Java...Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/how-to-list-and-...
  10. Reorder pages | Documentation

    Reorder PDF pages during rendering with GroupDocs.Viewer for Python via .NET. Control the output page sequence....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/reorder-pa...