Sort Score
Result 10 results
Languages All
Labels All
Results 7,891 - 7,900 of 46,594 for

(c )

(0.06 sec)
  1. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, 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-pdf-docume...
  2. How to Run Examples | Documentation

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....NET like shown below: C# using GroupDocs.Comparison ;...string sourceDocumentPath = @"C:\source.docx" ; // NOTE: Put here...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  3. compare two word documents and highlight differ...

    compare two word documents and highlight differences on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in compare two word documents and highlight differen...... C#を使用してWord文書を比較する Comparison API...スワードで保護されたドキュメントであっても、違いを強調し、C#での変更を承認/拒否します。 Recent content...

    blog.groupdocs.com/ja/tag/compare-two-word-docu...
  4. Access Metadata Properties from PPS, PPSX, PPSM...

    Another month, another release! We have recently released version 19.5 of GroupDocs.Metadata for .NET and Java and today I am going to give you an overview of what’s new that we have brought for you in the latest release. In v19.5, we mainly focused on providing the support of some major as well as popular formats. So, this resulted in the addition of the following file formats: PPS - The PowerPoint Slideshow file format that is created using Microsoft PowerPoint and it is used for the slide show purpose.... C# Java Not only this but we have...spent using the metered license. C# Java Well, that’s it from my...

    blog.groupdocs.com/metadata/access-metadata-pro...
  5. Convert SVG to PNG on GroupDocs Blog | Document...

    Convert SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Jav...... 使用 C# 将 SVG 转换为 PNG 使用 C# 将 SVG 矢量图形转换为 PNG 图像。使用...

    blog.groupdocs.com/zh/tag/convert-svg-to-png/in...
  6. Redact PDF files on GroupDocs Blog | Document A...

    Redact PDF files on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Redact PDF files on GroupDocs Blog | Document Automation Solutions for .NET & Java De...... 使用 C# 在 PDF 中查找和替换文本 使用 C# 以编程方式查找 PDF 文档中的某些文本、单词、短语,区分大小写和...

    blog.groupdocs.com/zh/tag/redact-pdf-files/inde...
  7. Move page | Documentation

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger API....Merger merger = new Merger ( @"c:\sample.xlsx" )) { merger . MovePage...moveOptions ); merger . Save ( @"c:\result.xlsx" ); } Was this page...

    docs.groupdocs.com/merger/net/move-page/
  8. Swap pages | Documentation

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....filePath = @"c:\sample.pptx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/swap-pages/
  9. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for Java....filePath = "c:\sample.xlsx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/update-document-...
  10. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....filePath = "c:\sample.one" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/remove-pages/