Sort Score
Result 10 results
Languages All
Labels All
Results 7,721 - 7,730 of 46,666 for

(c )

(0.09 sec)
  1. 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/' ; const documentsFolder = 'c:/MyDocuments/'...- 1 ; i >= 0 ; i -- ) { const c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  2. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in Email Document Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Email Document format. In-Table List with Filtering, Grouping, and Ordering in Email Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Outlook 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]>><<[key.getName()]>>...

    docs.groupdocs.com/assembly/java/in-table-list-...
  3. Convert CSV to JSON - Online and Free Image Con...

    Convert CSV to JSON format using free online conversion tool. Developers can use .NET, Java, and Cloud API to build CSV to JSON Converter.... C# Java Cloud CSV to JSON Conversion in C# # Here’s...to convert CSV data to JSON in C# using GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/convert-csv-to-json/
  4. How to merge images to PDF using Java | Documen...

    Learn how to merge images to PDF file, combine images into one PDF file programmatically in Java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.jpeg" , new LoadOptions...file to merge merger . join ( "c:\sample2.png" ); // Add next image...

    docs.groupdocs.com/merger/java/getting-started/...
  5. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using CSharp programming language....XLSX files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( @"c:\sample1.xlsx" )) { // Add another...

    docs.groupdocs.com/merger/net/merge/excel/
  6. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.... Ex: "C:\\Docs\\image.png" Watermarker...relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...

    docs.groupdocs.com/watermark/java/adding-text-w...
  7. Text file encoding detection | Documentation

    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...
  8. Alias dictionary | Documentation

    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/
  9. Word forms provider | Documentation

    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/
  10. Convert Files Within Document Containers | Docu...

    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...