Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 3,805 for

classification

(0.03 sec)
  1. Set Checkbox Values Dynamically | Documentation

    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...
  2. Save in original format | Documentation

    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...
  3. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Replace missing font | Documentation

    This article explains how to replace missing font when rendering documents with GroupDocs.Viewer within your Java applications....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/replace-missing-...
  5. Reduce image quality | Documentation

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Add text watermarks | Documentation

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

    docs.groupdocs.com/viewer/java/add-text-watermark/
  7. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  8. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  9. Adjust the image size | Documentation

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by GroupDocs for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  10. Embedded QR data | Documentation

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/net/sign-document-...