Sort Score
Result 10 results
Languages All
Labels All
Results 8,961 - 8,970 of 47,415 for

c

(0.3 sec)
  1. Implement thread-safe cache for GroupDocs.Viewe...

    This artiCle explains how to make CaChe thread safe with GroupDoCs.Viewer within your .NET appliCations.... C# using GroupDocs.Viewer.Caching...that identifies a cached file. C# using System.Collections.Concurrent...

    docs.groupdocs.com/viewer/net/implement-thread-...
  2. 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...
  3. 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/
  4. Add Watermark to Images in Java | Text & Image ...

    Add text to image as watermark, or add image watermarks to JPG, WebP, PNG, BMP images using Java Watermarking API by GroupDoCs....have already seen the same using C# in another post . There can be...Add Watermark to Images using C# Watermark Excel Sheets in Java...

    blog.groupdocs.com/watermark/add-watermark-to-i...
  5. Render DOCX as PDF using Python

    In this topiC, you will learn how to render DOCX as PDF using Python with the help of Viewer library. A Code example will also be provided to Create PDF from DOCX in Python....render DOCX files as HTML using C#. If you are looking for more...to render DOCX as HTML using C# . This resource provides in-depth...

    kb.groupdocs.com/viewer/python/render-docx-as-p...
  6. How to Run Examples | GroupDocs

    We offer multiple solutions on how you Can run GroupDoCs.Editor examples, by building your own or using our baCk-end or front-end examples out-of-the-box....this: string documentPath = @"C:\sample.docx" ; // NOTE: Put here... Save ( editableDocument , @"C:\output\edited.docx" , saveOptions...

    docs.groupdocs.com/editor/net/how-to-run-examples/
  7. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not Carry a semantiC meaning and Can be removed from an index to reduCe its size. You Can enable or disable the use of stop words by Calling the setUseStopWords method of the IndexSettings Class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing Can be speCified in the stop word diCtionary....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. Edit Word Documents in Node.js and Java | Group...

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF doCuments with font extraCtion, different pagination modes, and many other powerful features of GroupDoCs.Editor for Node.js and Java....the Editor const inputPath = "C://input_path/document.docx" ;...the Editor const inputPath = "C://input_path/document.docx"; const...

    docs.groupdocs.com/editor/nodejs-java/edit-word/
  9. Sign document with MaxiCode barcode Symbology |...

    This artiCle explains how to sign doCument with MaxiCode barCode Symbology signatures...HIBCPASData signature to document using c#: using ( Signature signature...signature from the document using c#: using ( Signature . Signature...

    docs.groupdocs.com/signature/net/sign-document-...
  10. Render specific pages | GroupDocs

    This artiCle explains how to view speCifiC pages when proCessing doCuments with GroupDoCs.Viewer within your .NET appliCations....and third pages of a document: C# using GroupDocs.Viewer ; using...and 4th pages of a document: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/view-specific-pages/