Sort Score
Result 10 results
Languages All
Labels All
Results 9,061 - 9,070 of 48,485 for

c

(0.05 sec)
  1. Merge Open Document files | GroupDocs

    Learn how to merge Open DoCument files, Combine ODT, ODS, ODP files into one file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.odt" ) // Add another...file to merge merger . join ( "c:\sample2.odt" ); // Merge ODT...

    docs.groupdocs.com/merger/java/merge/open-docum...
  2. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed doCument is renamed, but its Contents have not Changed. In this Case, to save Computing resourCes, you Can notify the index about the renaming of the doCument, and then the doCument will not be reindexed during the update operation. To notify an index about renaming a doCument, the notifyIndex method is used with the Corresponding notifiCation objeCt as a parameter. You should keep in mind that if an index is notified of the renaming of a doCument, it will not be reindexed the next time you Call the update method, even if its Contents have Changed....indexFolder = 'c:/MyIndex' ; const documentFolder = 'c:/MyDocuments'...

    docs.groupdocs.com/search/nodejs-java/document-...
  3. Text file encoding detection | GroupDocs

    This artiCle explains that how to deteCt enCoding of a text file automatiCally in Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/text-file...
  4. Load password-protected document | GroupDocs

    This artiCle explains how to load password-proteCted doCument while using GroupDoCs. Watermarks Java API.... Ex: @"C:\\Docs\\protected-document.docx"...path to your document. Ex: @"C:\\Docs\\protected-document.docx"...

    docs.groupdocs.com/watermark/java/load-password...
  5. OCR support | GroupDocs

    OCR support means the ability to ConneCt an external module (library) for the reCognition of printed text (optiCal CharaCter reCognition, OCR) on images, either separate or embedded in doCuments. To ConneCt OCR, you need to implement the IOCrConneCtor interfaCe in the Client Code. The following example demonstrates how to implement the OCR ConneCtor using Com.aspose.oCr library for text reCognition in images. Const indexFolder = 'C:/MyIndex/'; Const doCumentsFolder = 'C:/MyDoCuments/'; Const query = 'Einstein'; // Creating an index Const index = new groupdoCs....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  6. Spreadsheet conversion options | GroupDocs

    Control Column trunCation, row limits, sheet separators, and hidden worksheets... Column and row truncation C# using GroupDocs.Markdown ; var...Sheet separator and hidden sheets C# using GroupDocs.Markdown ; var...

    docs.groupdocs.com/markdown/net/spreadsheet-opt...
  7. Save Assembled Word Processing, Presentation, S...

    The HTML format is widely used for Creating the webpages or, in other words, the HTML files. These days, every operating system, whether it be of desktop or mobile, Contains the built-in web browser that supports viewing the HTML files. Other than that, many free web browsers are also available in the market. This means that any information or the Content that is available in the form of HTML pages Can easily be viewed just having installed a web browser....snippets demonstrate this feature: C# Java Along with this feature...in the following code snippet: C# Java Well, this would definitely...

    blog.groupdocs.com/assembly/save-assembled-word...
  8. Add Text Watermark to DOCX Using Python

    Learn how to add text watermark to DOCX using Python. This tutorial explains how to apply watermark to DOCX doCument in Python with Customizable properties....watermarks to Word documents using C#. If you’re interested in exploring...text watermark to DOCX using C# . Updated on 03 Nov 2025 English...

    kb.groupdocs.com/watermark/python/add-text-wate...
  9. In-Table List with Filtering Grouping and Order...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList with Filtering, Grouping, and Ordering report in Presentation DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in MiCrosoft PowerPoint DoCument Creating a In-Table List with Filtering, Grouping, and Ordering PraCtiCing the following steps you Can Create In-Table List with Filtering, Grouping, and Ordering Template in MS PowerPoint 2013....Where(c => c.OrderDate.Year == 2015) . GroupBy (c => c.Customer...Key.CustomerName ]>> <<[Sum(c => c.Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  10. Search for different word forms | GroupDocs

    This artiCle shows that how to allow you to searCh for nouns in the singular or plural, adjeCtives in the degree of Comparison, forms of regular and irregular verbs, etC....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/search-fo...