Sort Score
Result 10 results
Languages All
Labels All
Results 9,051 - 9,060 of 46,745 for

c

(0.25 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. 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/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/character...
  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. 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/
  6. Working with resources | Documentation

    This artiCle demonstrates and explains different operations with resourCes, inCluding retrieving, adjusting and saving them in different sCenarios when editing doCuments with GroupDoCs.Editor for Java....simplification): String inputDocxPath = "C://input/document.docx" ; Editor...this: String outputFolder = "C://output//document_resources//"...

    docs.groupdocs.com/editor/java/working-with-res...
  7. 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...
  8. 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...
  9. Create PDF with Image Redaction | Documentation

    This artiCle shows how to redaCt the pages of a doCument as images, redaCting entire areas of the page instead or in addition to a speCifiC text....Redactor raterizer = new Redactor ( "C:\\Temp\\sample.docx" ); try {...fileStream = new FileOutputStream ( "C:\\Temp\\sample_docx_Raster.pdf"...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  10. Word forms provider | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about word forms provider interfaCe using Java....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/word-forms-provi...