Sort Score
Result 10 results
Languages All
Labels All
Results 5,171 - 5,180 of 9,483 for

document signature

(0.55 sec)
  1. Converting JSON to a Spreadsheet | GroupDocs

    Learn how to convert a JSON Document as a data source to a spreadsheet using GroupDocs.Conversion for Java....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert-json...
  2. Select specific pages for rasterized PDF | Grou...

    Select specific pages for rasterized PDF Saving Document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/select-specif...
  3. List and print all supported file types | Group...

    This article explains how to list and print file types supported by GroupDocs.Viewer for .NET...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/how-to-list-and-p...
  4. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/search-flow/
  5. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/get-supported-fil...
  6. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output Document in GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/show-revisions/
  7. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-advanced-...
  8. Convert CSV to MD using C#

    Let's swiftly grasp how to convert CSV to MD using C# without extra software installations. We will present you the key steps and C# code to export CSV to MD....Signature Product Family GroupDocs.Metadata...prepared, human-readable documents, CSV is frequently used for...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  9. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  10. How to Convert MSG to XPS using C#

    Within this article, you will discover how to convert MSG to XPS using C# without installing extra software. Also, we will supply the code to export MSG to XPS in C#....Signature Product Family GroupDocs.Metadata...C# In the world of digital documents, versatility is key. Sometimes...

    kb.groupdocs.com/conversion/net/how-to-convert-...