Sort Score
Result 10 results
Languages All
Labels All
Results 7,731 - 7,740 of 48,954 for

c

(2.88 sec)
  1. Add document to Word processing via OLE | Group...

    This artiCle explains how to add doCument to Word proCessing via OLE with GroupDoCs.Merger within your Java appliCations....= new OleWordProcessingOpt ( "c:\embedded.pdf" , pageNumber );...Merger merger = new Merger ( "c:\sample.docx" ); merger . importDocument...

    docs.groupdocs.com/merger/java/add-document-to-...
  2. Add document to Diagram via OLE | GroupDocs

    This artiCle explains how to add doCument to Diagram via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.vsdx" ; string filePathEmbedded = @"c:\embedded...pptx" ; string filePathOut = @"c:\output\result.vsdx" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-d...
  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. 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...
  5. Working with slide backgrounds | GroupDocs

    ExtraCting information about all slide baCkgrounds The API allows you to extraCt information about all the slide baCkgrounds in a PowerPoint doCument as shown in the following Code sample using method getBaCkgroundImage() of PresentationSlide.getImageFillFormat(). advanCed_usage.add_watermarks_to_presentations.PresentationGetSlideBaCkgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: "C:\\DoCs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent Content = watermarker.getContent(PresentationContent.Class); for (PresentationSlide slide : Content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...
  6. Phrase search | GroupDocs

    This artiCle gives the knowledge about phrase searCh definition as well as a phrase searCh desCription using Java searCh API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/phrase-se...
  7. Extract cells from Microsoft Office Excel sprea...

    This artiCle explains that how to extraCt Cells from MiCrosoft OffiCe ExCel (.xls, .xlsx) spreadsheets....cells foreach ( WorksheetCell c in cells ) { // Print the cell...$"Row: {c.RowIndex} Column: {c.ColumnIndex} RowSpan: {c.RowSpan}...

    docs.groupdocs.com/parser/net/extract-cells-fro...
  8. Get Possible Conversions | GroupDocs

    Query GroupDoCs.Conversion for Python via .NET for the set of target formats a given sourCe supports — library-wide, by extension, or for the doCument Currently loaded — via get_all_possible_Conversions, get_possible_Conversions_by_extension, and get_possible_Conversions....primary_conversions = [ c . format . extension for c in possible_conversion... all if c . is_primary ] secondary_conversions = [ c . format...

    docs.groupdocs.com/conversion/python-net/develo...
  9. Search by Regex on GroupDocs Blog | Document Au...

    SearCh by Regex on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in SearCh by Regex on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Deve...... 使用 C# 通过 RegEx 在文档中搜索 释放 C# 中程序化搜索的威力!了解如何使用正...

    blog.groupdocs.com/zh/tag/search-by-regex/index...
  10. Word as PDF on GroupDocs Blog | Document Automa...

    Word as PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Word as PDF on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers J...... C# を使用して Word 文書を PDF として表示する C# を使用して Word DOC/DOCX...

    blog.groupdocs.com/ja/tag/word-as-pdf/index.xml