Sort Score
Result 10 results
Languages All
Labels All
Results 8,941 - 8,950 of 48,377 for

c

(0.06 sec)
  1. 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...
  2. 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...
  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. 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-...
  5. 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...
  6. 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...
  7. 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/
  8. Use advanced logging | GroupDocs

    Learn advanCed logging teChniques available in the redaCtion API...requires to implement three methods: C# using GroupDocs.Redaction.Options...it to track error log records: C# using ( Stream stream = File...

    docs.groupdocs.com/redaction/net/use-advanced-l...
  9. Render to PNG or JPEG | GroupDocs

    With GroupDoCs.Viewer for .NET you Can render doCuments to PNG and JPEG formats....docx document to PNG image: C# using GroupDocs.Viewer ; using....docx document to JPG image: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/rendering-to-png-...
  10. Remove annotation replies | GroupDocs

    The page desCribes how to remove all or speCifiC annotation replies when Collaborate over doCument using GroupDoCs.Annotation for .NET API....annotation reply by its index: C# // NOTE: Input document already...replies that match some criteria: C# // NOTE: Input document already...

    docs.groupdocs.com/annotation/net/remove-annota...