Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 3,218 for

document processing

(0.3 sec)
  1. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. Lock PPT files with password protection using free online app & programmatically using GroupDocs....you can keep your important documents super safe. You get to choose...‘Protect’ button to start the process of password protection. Wait...

    blog.groupdocs.com/merger/password-protect-powe...
  2. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...Create and delete indexes. Add documents to opened index. Search opened...

    docs.groupdocs.com/search/java/index-browser/
  3. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...Create and delete indexes. Add documents to opened index. Search opened...

    docs.groupdocs.com/search/net/index-browser/
  4. Working with GroupDocs.Assembly Engine | GroupDocs

    About this section The articles in this section will be talking about technical concepts to be considered when creating Document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...be considered when creating document templates in order to generate...

    docs.groupdocs.com/assembly/net/working-with-gr...
  5. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in Document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the Document metadata with GroupDocs.Signature....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...class instance and pass to it. Process each Metadata signature and...

    docs.groupdocs.com/signature/java/search-for-em...
  6. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser provides the functionality to extract emails from remote servers. The following email protocols are supported: Post Office Protocol (POP) Internet Message Access Protocol (IMAP) Exchange Web Services (EWS) To create an instance of Parser class to extract emails from a remote server the following constructor is used: Parser(EmailConnection connection); Parser(EmailConnection connection, ParserSettings parserSettings) The second constructor allows to use ParserSettings object to control the process; for example, by adding logging functionality....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...use object to control the process; for example, by adding logging...

    docs.groupdocs.com/parser/java/extract-emails-f...
  7. Result compare 2 files word is wrong - Free Sup...

    Input and output files: input_231215.7z (449.9 KB) GroupDocs.Comparison .NET version: 25.2.0 Please retest my input files Thank you!...Comparison Product Family document-comparison , dotnet , csharp...Elapsed; Console.WriteLine("Time process API: " + elapsedTime.ToString());...

    forum.groupdocs.com/t/result-compare-2-files-wo...
  8. Customize Changes Styles | GroupDocs

    Customize the highlight colour, font colour, and text decorations of inserted, deleted, and changed items in comparison results with GroupDocs.Comparison for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Developer guide / Comparing documents / Customize changes styles...

    docs.groupdocs.com/comparison/python-net/develo...
  9. How to Add Watermark Annotation to PDF using C#

    Review the step-by-step guide to add watermark annotation to PDF using C# by annotation library and how to use these instructions to insert watermark to PDF in C#....walks you through the stepwise process to add watermark annotation...method with the resultant document path to save the output PDF...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  10. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the Document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...specific changes during redaction process or to keep a full log of changes...

    docs.groupdocs.com/redaction/java/use-redaction...