Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 6,637 for

page

(0.04 sec)
  1. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....signatures Leave feedback On this page provides class to specify different...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/advanced-searc...
  2. Save to stream | Documentation

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its Pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....custom location and convert its pages to images final FileOutputStream...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-to-stream/
  3. Set password for output document | Documentation

    This article explains how to set document password after files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....document Leave feedback On this page allows you to protect the output...comparison: { error } ' ) Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/set-pa...
  4. Remove annotation from document | Documentation

    The Page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....document Leave feedback On this page allows you to remove all previously..."removed.xlsx" ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/remove-annota...
  5. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for .NET....string Leave feedback On this page allows you to compare values...WriteLine ( result ); } } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/net/load-text-fro...
  6. System Requirements | Documentation

    It does not require any external software or third party tool to be installed...Requirements Leave feedback On this page Overview GroupDocs.Annotation...Rider from JetBrains Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/system-requir...
  7. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications....save Leave feedback On this page Document can contain some metadata..., saveOptions ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/net/set-document-...
  8. Handling password required exception | Document...

    This article shows how to handle missing document password exception with GroupDocs.Signature API....exception Leave feedback On this page class supports handling required...online apps from the . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/net/handling-passw...
  9. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: 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....from different sources Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/indexing/
  10. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....Document The Code Download Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/removing-empty...