Sort Score
Result 10 results
Languages All
Labels All
Results 7,641 - 7,650 of 49,771 for

c

(0.85 sec)
  1. Merge indexes | GroupDocs

    The merge operation is designed to Combine two or more indexes into one index to aCCelerate the searCh and to simplify the work with indexes. When merging, only the index at whiCh the merge method was Called is Changed. This index as a result of the operation Contains all the doCuments that were Contained in all indexes together. The seCond index or index repository after the merge Can be deleted to free up disk spaCe....indexFolder1 = "c:\\MyIndex1\\" ; String indexFolder2 = "c:\\MyIndex2\\"...documentsFolder1 = "c:\\MyDocuments1\\" ; String documentsFolder2 = "c:\\MyDocuments2\\"...

    docs.groupdocs.com/search/java/merge-indexes/
  2. How to integrate GroupDocs.Viewer in ASP.NET Co...

    This guide steps through integration proCess of GroupDoCs.Viewer.UI in ASP.NET Core Web appliCation...to ConfigureServices method: C# services . AddGroupDocsViewerUI...register UI and API endpoints: C# app . UseRouting () . UseEndpoints...

    docs.groupdocs.com/viewer/net/how-to-integrate-...
  3. Agents and LLM Integration | GroupDocs

    GroupDoCs.Conversion for Python via .NET is AI agent and LLM friendly — maChine-readable doCumentation, an MCP server, AGENTS.md shipped inside the pip paCkage, and runnable Code examples for AI-driven doCument pipelines....docx" ) as c : info = c . get_document_info () print..."inbox/incoming.docx" ) as c : # PDF for OCR / page routing c . convert ( "staging/incoming...

    docs.groupdocs.com/conversion/python-net/agents...
  4. Working with spreadsheet document attachments |...

    This artiCle explains how to work with spreadsheet doCument attaChments while using GroupDoCs watermarking Java API... Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Convert CSV to XML - Online and Free Image Conv...

    Convert CSV to XML format using free online Conversion tool. Developers Can use .NET, Java, and Cloud API to build CSV to XML Converter.... C# Java Cloud CSV to XML Conversion in C# # Here’s...how to convert a CSV to XML in C# using GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/convert-csv-to-xml/
  6. GroupDocs.Search Product Family

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....within multiple documents using C# . We recently have discussed...(word) in multiple files using C#. A synonym is a word that exactly...

    blog.groupdocs.com/categories/groupdocs.search-...
  7. How to merge images to JPEG using Java | GroupDocs

    Learn how to merge images to JPEG file, Combine images into one JPEG file programmatiCally in Java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpeg" ) { // Define image...file to merge merger . join ( "c:\sample2.png" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  8. Extraction in separate process | GroupDocs

    This artiCle desCribes how to minimize the situation of resourCe shortage in the indexing proCess... C# public class Program { static...the listing below. C# string indexFolder = @"c:\MyIndex\" ; string...

    docs.groupdocs.com/search/net/extraction-in-sep...
  9. Bubble Chart in Email Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Email DoCument. Bubble Chart in Email DoCument Reporting Requirement As a report developer, you are required to share your sales/orders dynamiCally with the following key requirements: Report must be in .eml or .msg format. It must add email reCipient, Css and subjeCt of the email. Retrieve total ContraCt PriCes by Months. Adding Syntax to be evaluated by GroupDoCs.... groupBy ( c => c . getDate (). getMonth ())]>><<...Total Contract Price<<y [sum(c => c.getPrice())]>><<size[count()]>>...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  10. Synonym dictionary | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Synonym diCtionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...SynonymDictionary . ExportDictionary ( @"C:\Synonyms.dat" ); // Import synonyms...

    docs.groupdocs.com/search/net/synonym-dictionary/