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

(c )

(0.06 sec)
  1. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  2. Set image size limits | Documentation

    This article shows how to set output image size limits when rendering image to HTML...the image width or/and height: C# /// <summary> /// Max width of...the output image size limits: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  3. 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...
  4. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code.... Ex: @"C:\Docs\document.pdf" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.pdf" using ( Watermarker...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  5. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/storing-text-of-...
  6. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-replac...
  7. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/search-by-chunks/
  8. OCR support | Documentation

    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. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....indexFolder = "c:\\MyIndex" ; String documentFolder = "c:\\MyDocuments"...

    docs.groupdocs.com/search/java/ocr-support/
  9. Set image size limits | Documentation

    Set image size limits when rendering image to PDF...the image width or/and height: C# /// <summary> /// Max width of...the output image size limits: C# using GroupDocs.Viewer.Options...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  10. Custom text extractors | Documentation

    GroupDocs.Search for Java supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones.... String indexFolder = "c:\\MyIndex\\" ; // Specify path...folder String documentsFolder = "c:\\MyDocuments\\" ; // Specify...

    docs.groupdocs.com/search/java/custom-text-extr...