Sort Score
Result 10 results
Languages All
Labels All
Results 7,041 - 7,050 of 46,737 for

(c )

(0.06 sec)
  1. Indexing additional fields | Documentation

    This article demonstrate that how to associate each document with certain additional metadata.... C# // Defining somewhere a dictionary...string >(); subjects . Add ( @"C:\MyDocuments\BhagavadGitaAsItIs...

    docs.groupdocs.com/search/net/indexing-addition...
  2. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....indexFolder1 = "c:\\MyIndex1\\" ; String indexFolder2 = "c:\\MyIndex2\\"...documentsFolder1 = "c:\\MyDocuments1\\" ; String documentsFolder2 = "c:\\MyDocuments2\\"...

    docs.groupdocs.com/search/java/merge-indexes/
  3. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for Java features.... String inputFilePath = "C:\\input_path\\document.docx" ;...String outputHtmlFilePath = "C:\\output_path\\document.html"...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  4. Remove Password Protection form Word | Unlock W...

    Remove password from Word documents. Unlock password protected Word documents using free online password remover app & programmatically....Unlocking Word Documents using C# # Allow me to demonstrate how...eliminating its password using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/unlock-word-documents...
  5. Password Protect PDF Files | Add Password to Lock

    Add password to your PDF files. Lock PDF documents with password protection using free online app & programmatically using GroupDocs....NET Java C# Way to Add Password to PDF #...file to lock your document using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/password-protect-pdf-...
  6. Merge Word Documents Online | Combine Two or Mo...

    Merge two or more Word documents online into one. Combine whole document or only the selective pages of multiple files online & programmatically....NET Java C# Way to Combine Word Documents...or more Word documents using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/merge-word-files-online/
  7. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Java language using GroupDocs.Merger for Java library....EPUB files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( "c:\sample1.epub" ) // Add another...

    docs.groupdocs.com/merger/java/merge/epub/
  8. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Editor for Java...sourceStream = new FileInputStream ( "C:\\sample.docx" ); try { InputHtmlDocument...outputStream = new FileOutputStream ( "C:\\output\\edited.docx" ); EditorHandler...

    docs.groupdocs.com/editor/java/migration-notes/
  9. GroupDocs.Parser Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....text from Markdown files using C#. Writing is not just a simple...Email document formats using C#. ZIP Archives are one of the...

    blog.groupdocs.com/categories/groupdocs.parser-...
  10. Perform Fuzzy Search in Documents Online

    Unlock the power of fuzzy search! Learn how to search almost matching results in text-based documents online & programmatically....a few lines of code in either C# or Java to make your computer...Fuzzy Search in C# using .NET API # Here is the C# code performing...

    blog.groupdocs.com/search/online-fuzzy-search/