Sort Score
Result 10 results
Languages All
Labels All
Results 9,211 - 9,220 of 49,064 for

c

(0.08 sec)
  1. Custom text extractors | GroupDocs

    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...
  2. Set image size limits | GroupDocs

    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...
  3. Create PDF with Image Redaction | GroupDocs

    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...
  4. Visual Studio Plugin to Explore GroupDocs.Assem...

    Visual Studio Plugin to Explore GroupDoCs.Assembly Examples GroupDoCs.Assembly for .NET plugin is providing an ease to Compile GroupDoCs.Assembly for .NET 3.0.0 examples and to explore the examples. It has reduCed the efforts to download examples and the DLL file from different resourCes (GitHub, NuGet). You Can quiCkly run CSharp projeCt. So all the manual steps to explore the examples have been exempted. Features Following are the key features of the plugin... Provides C# examples. Supports Visual Studio...to build any of the project (C#). Note For video demonstration...

    docs.groupdocs.com/assembly/net/visual-studio-p...
  5. Storing text of indexed documents | GroupDocs

    This artiCle explains that how to store text of indexed doCuments using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/storing-t...
  6. Word forms provider | GroupDocs

    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...
  7. Separate data extraction | GroupDocs

    This artiCle explains how to separately extraCt data from doCuments and add the extraCted data to the index....indexFolder = "c:\\MyIndex" ; String documentPath = "c:\\MyDocuments\\MyDocument...

    docs.groupdocs.com/search/java/separate-data-ex...
  8. Storing text of indexed documents | GroupDocs

    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-...
  9. Character replacement during indexing | GroupDocs

    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...
  10. Search by chunks | GroupDocs

    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/