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

c

(1.73 sec)
  1. compare two documents on GroupDocs Blog | Docum...

    Compare two doCuments on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Compare two doCuments on GroupDoCs Blog | DoCument Automation Solutions for .NET...... 在 C# 中比较两个或更多文件 使用 C# 比较两个或更多文件。 .NET SDK...

    blog.groupdocs.com/zh/tag/compare-two-documents...
  2. remove exif data from images on GroupDocs Blog ...

    remove exif data from images on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in remove exif data from images on GroupDoCs Blog | DoCument Automation Solu......Developers 在 C# .NET 中管理 JPEG、PNG、TIFF 和 WebP 圖像的 EXIF 數據 在 C# 中管理圖像的...

    blog.groupdocs.com/zh-hant/tag/remove-exif-data...
  3. change orientation on GroupDocs Blog | Document...

    Change orientation on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Change orientation on GroupDoCs Blog | DoCument Automation Solutions for .NET & Jav......& Java Developers C#でWord文書のページの向きを変更する C#を使用して、Word DOC/DOC...

    blog.groupdocs.com/ja/tag/change-orientation/in...
  4. 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...
  5. 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/...
  6. 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...
  7. Bubble Chart in Email Document | GroupDocs

    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. 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. Numeric range search | GroupDocs

    This artiCle gives the knowledge about numeriC range searCh whiCh allows you to searCh in doCuments any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue).... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/numeric-range-sea...
  10. Working with slide backgrounds | GroupDocs

    ExtraCting information about all slide baCkgrounds The API allows you to extraCt information about all the slide baCkgrounds in a PowerPoint doCument as shown in the following Code sample using method getBaCkgroundImage() of PresentationSlide.getImageFillFormat(). advanCed_usage.add_watermarks_to_presentations.PresentationGetSlideBaCkgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: "C:\\DoCs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent Content = watermarker.getContent(PresentationContent.Class); for (PresentationSlide slide : Content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...