Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 48,049 for

c

(0.09 sec)
  1. Perform Text Search in Documents Online

    UnloCk the power of text searCh using GroupDoCs.SearCh! Learn how to searCh text-based doCuments using regular expressions....Just use a few lines of code in C# or Java to swiftly scan through...multiple files across folders: C# Java Explore these helpful links...

    blog.groupdocs.com/search/online-text-search/
  2. Search network deployment | GroupDocs

    This page Contains information about deployment of the searCh network.... C# SearchNetworkNode node1 = SearchNetworkNode...a master node on the server. C# SearchNetworkNode node0 = SearchNetworkNode...

    docs.groupdocs.com/search/net/search-network-de...
  3. Separate data extraction | GroupDocs

    This artiCle explains how to separately extraCt data from doCuments and add the extraCted data to the index.... C# string indexFolder = @"c:\MyIndex" ; string...string documentPath = @"c:\MyDocuments\MyDocument.pdf" ; // Extracting...

    docs.groupdocs.com/search/net/separate-data-ext...
  4. Output adapters | GroupDocs

    This artiCle gives the knowledge about output adapters whiCh are used to output generated HTML or plain text to various output objeCts....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...search . OutputFormat . Html , 'c:/Result.html/' ); index . getDocumentText...

    docs.groupdocs.com/search/nodejs-java/output-ad...
  5. Modifying found watermark properties | GroupDocs

    This artiCle explains how to modify found watermark properties while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\document.pdf" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.pdf" using ( Watermarker...

    docs.groupdocs.com/watermark/net/modifing-found...
  6. Modifying found watermark properties | GroupDocs

    This artiCle explains how to modify found watermark properties while using GroupDoCs.Watermarks Java API.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/modifying-fou...
  7. Watermarks in Word document | GroupDocs

    This artiCle explains how to add watermarks in word proCessing doCument in Java.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/watermarks-in...
  8. Merge TEX | GroupDocs

    Learn how to merge TEX files, Combine TEX files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.tex" ) // Add another...file to merge merger . join ( "c:\sample2.tex" ); // Merge TEX...

    docs.groupdocs.com/merger/java/merge/tex/
  9. How to merge archives to ZIP using Java | Group...

    Learn how to merge arChives to ZIP file, Combine arChives into one ZIP file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.zip" ); { // Add another...file to merge merger . join ( "c:\sample2.zip" ); // Merge archive...

    docs.groupdocs.com/merger/java/getting-started/...
  10. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is neCessary to assoCiate eaCh doCument with Certain additional metadata, for example, a set of tags, a number in the library Catalog, the subjeCt of a doCument, etC. To aCComplish this task, additional fields Can be added to eaCh indexed doCument in addition to those already in the doCument itself. Additional fields are assoCiated with the doCument through the arguments of the FileIndexing event that oCCurs before indexing eaCh added doCument.... put ( "C:\\MyDocuments\\BhagavadGitaAsItIs...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-additio...