Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 4,084 for

classification

(0.27 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(); }...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Set Checkbox Values Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  3. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/python-net/update-...
  4. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....요소를 업데이트하고, 크기를 줄이기 위해 Classification 라이브러리를 제거하며, 중요한 버그 수정을...

    blog.groupdocs.com/ko/page/2/
  5. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/single-document-o...
  6. Basic Usage | GroupDocs

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/java/basic-usage/
  7. Supported Image Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported image types. The Library supports JPEG, GIF, TIFF and many more....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/java/supported-image-...
  8. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your .NET applications....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/get-supported-fil...
  9. GroupDocs.Watermark for .NET | GroupDocs

    A .NET API for adding watermarks to the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Classification Product Solution Purchase...

    docs.groupdocs.com/watermark/net/
  10. Basic usage | GroupDocs

    Basic usage examples for GroupDocs.Parser for .NET. Learn how to extract text, metadata, images, table of contents, and parse data from documents in C#....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/net/basic-usage/