Sort Score
Result 10 results
Languages All
Labels All
Results 7,821 - 7,830 of 48,377 for

(c )

(0.25 sec)
  1. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert images to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-images/
  2. 使用 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...
  3. how to change the orientation of one page in wo...

    how to change the orientation of one page in word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in how to change the orientation of one page in word on......Java Developers 在 C# 中更改 Word 文档的页面方向 使用 C# 更改 Word DOC/DOCX...

    blog.groupdocs.com/zh/tag/how-to-change-the-ori...
  4. DOCX to PDF on GroupDocs Blog | Document Automa...

    DOCX to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in DOCX to PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 在...... 使用 C# 將 Word 文檔轉換為 PDF 在 .NET 應用程序中使用 C# 將 Word DOC...

    blog.groupdocs.com/zh-hant/tag/docx-to-pdf/inde...
  5. Rearrange pages in Word on GroupDocs Blog | Doc...

    Rearrange pages in Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Rearrange pages in Word on GroupDocs Blog | Document Automation Solutions for ...... C# を使用して Word でページを再配置する方法 C# を使用して Word ファイルのページを並べ替えます。実行例は、...

    blog.groupdocs.com/ja/tag/rearrange-pages-in-wo...
  6. Cross out Text on GroupDocs Blog | Document Aut...

    Cross out Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Cross out Text on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......Developers C#を使用したドキュメントの取り消し線テキスト 取り消し線の注釈を使用して、C#を使用してドキュメント内の無効なテキストを取り消します。...

    blog.groupdocs.com/ja/tag/cross-out-text/index.xml
  7. Word to Clean HTML on GroupDocs Blog | Document...

    Word to Clean HTML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word to Clean HTML on GroupDocs Blog | Document Automation Solutions for .NET & Jav...... C#を使用してWord文書をクリーンなHTMLとしてレンダリングする C#を使用して、Word ...

    blog.groupdocs.com/ja/tag/word-to-clean-html/in...
  8. GroupDocs Viewer on GroupDocs Blog | Document A...

    GroupDocs Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java De......menggunakan C# Lihat file JSON sebagai PDF menggunakan C#. Selain...

    blog.groupdocs.com/id/tag/groupdocs-viewer/inde...
  9. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API... Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/working-with-...
  10. 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...