Sort Score
Result 10 results
Languages All
Labels All
Results 7,671 - 7,680 of 46,744 for

(c )

(0.16 sec)
  1. 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-...
  2. Python Code to PDF on GroupDocs Blog | Document...

    Python Code to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Python Code to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Jav...... C#でソースコードをPDFに変換する ソースコードファイルをC#でPDF形式に変換します。ドキュメント変換...

    blog.groupdocs.com/ja/tag/python-code-to-pdf/in...
  3. Redact Text in Image on GroupDocs Blog | Docume...

    Redact Text in Image on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Redact Text in Image on GroupDocs Blog | Document Automation Solutions for .NET &...... PDFスキャンされたドキュメントをC#で編集する .NETアプリケーションでC#を使用して、PDFやその他のドキュメ...

    blog.groupdocs.com/ja/tag/redact-text-in-image/...
  4. GroupDocs.Signature for .NET on GroupDocs Blog ...

    GroupDocs.Signature for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature for .NET on GroupDocs Blog | Document Automation Solu......パスワードを追加し、ユーザー権限を設定し、ドキュメントへのアクセスを制御して保護を強化します C#を使用してドキュメントのデジタル署名を確認する 電子署名API、GroupDocs...電子署名API、GroupDocs.Signature for .NETを使用して、C#のデジタル署名されたPDF、Word、およびExcelドキ...

    blog.groupdocs.com/ja/tag/groupdocs.signature-f...
  5. 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...
  6. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in HTML Document Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in HTML Document Reporting Requirement As a report developer, you are required to represent managers’ contract information with the following key requirements:...where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())\]>> <</foreach>>...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Bubble Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in .... GroupBy ( c => c . OrderDate . Month )]>><<...X-Values Total Order Price<<y [sum(c => c.Price)]>><<size[Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  8. 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/
  9. 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/...
  10. 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/