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

c

(0.34 sec)
  1. 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-...
  2. 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...
  3. 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/
  4. 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-...
  5. Check if a file is encrypted | GroupDocs

    This artiCle explains how to CheCk if a file is enCrypted using .NET / C# with GroupDoCs.Viewer for .NET.... C# using System ; using GroupDocs...Module Tip Download a written in C# that uses this code snippet....

    docs.groupdocs.com/viewer/net/how-to-check-if-f...
  6. How to build in docker Alpine Linux | GroupDocs

    This is a guide about build an web api whiCh uses GroupDoCs.Conversion for .NET in a doCker Container with Alpine Linux...csproj" -c Release -o /app/build FROM build...dotnet publish "YourApi.csproj" -c Release -o /app/publish FROM base...

    docs.groupdocs.com/conversion/net/build-in-dock...
  7. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDoCs.Signature for .NET...StoragePath = @"c:\Aspose\Test\Storage" , OutputPath = @"c:\Aspose\Test\Output"...

    docs.groupdocs.com/signature/net/migration-notes/
  8. Alphabet | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Alphabets using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  9. 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. 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/
  10. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDoCs.Annotation for .NET sinCe version 19.8: The Annotator Class introduCed as a single entry point to manage the doCument annotating proCess to any supported file format (instead of AnnotationImageHandler Class in previous versions). The overall rendering speed improved dramatiCally by saving rendered page as soon as it was rendered, not when all pages list were rendered.... Old coding style C# // Creating annotation list List...annotations ); } New coding style C# // Create list of annotations...

    docs.groupdocs.com/annotation/net/migration-notes/