Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 8,233 for

document signature

(0.09 sec)
  1. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-st...
  2. Common conversion options | Documentation

    This Documentation sections describe how to customize Document conversion process - convert specific Document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/common-conver...
  3. Minify HTML | Documentation

    Learn how to minify HTML and CSS when rendering of Documents into HTML and make your HTML Documents load faster with GroupDocs.Viewer....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/minify-html/
  4. Update index | Documentation

    This article explains that how to update indexed Documents, as well as updating an index version in Java....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/update-index/
  5. Extract text by table of contents item | Docume...

    This article explains that how to extract text by table of contents item....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  6. Specify file type for comparison manually | Doc...

    Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/specify-file-...
  7. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/image-redacti...
  8. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API to reduce size....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  9. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  10. 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....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/searching/