Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 3,776 for

conholdate

(0.59 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....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/redaction-fil...
  2. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/conversion/net/convert-speci...
  3. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/conversion/net/get-default-c...
  4. System Requirements | GroupDocs

    GroupDocs.Signature for Python via .NET sustem requirements....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/python-net/system-...
  5. Save comparison result in different format | Gr...

    Learn how to save the comparison result to different output formats using GroupDocs.Comparison for Python via .NET....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/comparison/python-net/save-c...
  6. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/net/load-document-...
  7. Embedded QR data | GroupDocs

    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....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/net/sign-document-...
  8. How to Run Examples | GroupDocs

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  9. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. 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(); }...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/save-in-origi...