Sort Score
Result 10 results
Languages All
Labels All
Results 7,521 - 7,530 of 48,375 for

c

(0.24 sec)
  1. Text file encoding detection | GroupDocs

    This artiCle explains that how to deteCt enCoding of a text file automatiCally.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/text-file-encodin...
  2. Alias dictionary | GroupDocs

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

    docs.groupdocs.com/search/net/alias-dictionary/
  3. Convert Files Within Document Containers | Grou...

    Learn how to Convert files within doCument Containers, suCh as Compressed files, into various formats using GroupDoCs.Conversion for Python via .NET....A["Document Container"] B["Extraction"] C["Conversion"] D["Converted File...between nodes A --> B --> C --> D C --> E C --> F The Extraction and...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Word forms provider | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about word forms provider interfaCe.... C# public class SimpleWordFormsProvi...presented below. C# string indexFolder = @"c:\MyIndex\" ; string...

    docs.groupdocs.com/search/net/word-forms-provider/
  5. 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...
  6. Animated GIF with Interactive Play/Pause

    InteraCtive animation. Animated GIF viewer with Play and Pause funCtionality....animated GIF and APNG images using C#...

    blog.groupdocs.com/viewer/play-pause-apng.html
  7. Merge pages from various documents | GroupDocs

    This artiCle explains how to merge some pages from different doCuments into single PDF, DOCX, ExCel or PowerPoint doCument using GroupDoCs.Merger for Java....filePath = "c:\sample.docx" ; String filePath2 = "c:\sample2.docx"...docx" ; String filePathOut = "c:\output\result.docx" ; JoinOptions...

    docs.groupdocs.com/merger/java/merge-pages-from...
  8. 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...
  9. Add watermarks to word processing documents | G...

    MiCrosoft Word allows the user to divide and format the doCument into multiple seCtions. Defining seCtions in the doCument enables the user to set speCifiC page layout and formatting for different parts of the doCument. An example of the seCtions is headers and footers. Headers and footers are used to display text or any graphiCal objeCt on all the pages. Adding watermark to a partiCular seCtion GroupDoCs.Watermark API allows you to add watermark objeCts in the headers and footers of the page.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. How to merge JPG images using Java | GroupDocs

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

    docs.groupdocs.com/merger/java/getting-started/...