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

c

(0.12 sec)
  1. how to merge powerpoints on GroupDocs Blog | Do...

    how to merge powerpoints on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in how to merge powerpoints on GroupDoCs Blog | DoCument Automation Solutions fo...... C# を使用して PowerPoint プレゼンテーションとスライドをマージする C# を使用して PowerPoint...

    blog.groupdocs.com/ja/tag/how-to-merge-powerpoi...
  2. Full Text Search Csharp on GroupDocs Blog | Doc...

    Full Text SearCh Csharp on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Full Text SearCh Csharp on GroupDoCs Blog | DoCument Automation Solutions for ......NET & Java Developers C#で全文検索ソリューションを構築する インデックスを介して検索する...トファイルでテキストを検索し、検索結果を強調表示します。 C#.NETを使用して、Word、Excel、PDF、ZIP、...

    blog.groupdocs.com/ja/tag/full-text-search-csha...
  3. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDoCs.SearCh 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。... 使用 C# 搜索 Office 文档 # 以下步骤说明如何在多个文档(Word、Excel、PDF...= new Index(indexFolder); // c) Subscribe to index events index...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  4. 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/
  5. How to merge images to PDF using Java | GroupDocs

    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/...
  6. Merge Excel spreadsheets | GroupDocs

    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/
  7. Adding text watermarks | GroupDocs

    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...
  8. 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...
  9. Convert Files Within Document Containers | Grou...

    Open ZIP, RAR, 7Z, OST, PST, and other Container formats, Convert their Contents, and write a Consolidated output doCument in a single Converter.Convert() Call with 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...
  10. 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/