Sort Score
Result 10 results
Languages All
Labels All
Results 7,701 - 7,710 of 46,129 for

(c )

(0.06 sec)
  1. Merge HTML | Documentation

    Learn how to merge HTML files, combine HTML files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....Merger ( "c:/sample1.html" ) as merger : merger . join ( "c:/sample2..."c:/sample2.html" ) merger . save ( "c:/merged.html" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/html/
  2. Merge pages from various documents | Documentation

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....filePath = @"c:\sample.docx" ; string filePath2 = @"c:\sample2.docx"...docx" ; string filePathOut = @"c:\output\result.docx" ; PageJoinOptions...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  3. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the index that are indexed from a stream or structure.... C# // Implementing document loader...; } } ... string filePath = @"c:\MyDocuments\SomeDocument.pdf"...

    docs.groupdocs.com/search/net/delete-indexed-do...
  4. How to merge BMP images using Java | Documentation

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.bmp" ) // Define image...file to merge merger . join ( "c:\sample2.bmp" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  5. How to merge PNG images using Java | Documentation

    Learn how to merge PNG image files, combine PNG image files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.png" ) // Define image...file to merge merger . join ( "c:\sample2.png" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...
  6. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....reverse image search: C# string indexFolder = @"c:\MyIndex" ; string...string documentFolder = @"c:\MyDocuments" ; // Creating an index...

    docs.groupdocs.com/search/net/reverse-image-sea...
  7. Scatter Chart in Presentation Document | Docume...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... groupBy ( c => c . getDate (). getMonth ())]>>...Contract Price«x [key + 1]»«y [sum(c => c.getPrice())]» 0.7 2.7 1.8 3...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  8. Scatter Chart in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... groupBy ( c => c . getDate (). getMonth ())]>>...Contract Price«x [key + 1]»«y [sum(c => c.getPrice())]» 0.7 2.7 1.8 3...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  9. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...() - 1 ; i >= 0 ; i --) { char c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/java/search-for-text-...
  10. Merge text files | Documentation

    Learn how to merge TXT files, combine TXT files into one file programmatically in net language using GroupDocs.Merger for Python via .NET library....Merger ( "c:/sample1.txt" ) as merger : merger . join ( "c:/sample2..."c:/sample2.txt" ) merger . save ( "c:/merged.txt" ) Code Examples Please...

    docs.groupdocs.com/merger/python-net/merge/txt/