Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 46,588 for

(c )

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....made with just several lines of C# code. This article explains how...formats programmatically using C# language. Supported presentation...

    docs.groupdocs.com/conversion/net/convert/prese...
  5. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert text files to HTML, PDF, PNG, and JPEG formats.... C# using System.IO ; using GroupDocs...specify the output file name. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-text-files/
  6. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....for ( char c : lineText . toCharArray ()) { if ( c == ' ' ) {...if ( NARROW_CHARS . contains ( c )) { length += 0 . 5f ; } else...

    docs.groupdocs.com/conversion/java/convert/imag...
  7. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....Merger ( "c:/sample1.xlsx" ) as merger : merger . join ( "c:/sample2..."c:/sample2.xlsx" ) merger . save ( "c:/merged.xlsx" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/excel/
  8. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Java....Merger merger = new Merger ( "c:\sample1.ppsx" ) // Add another...file to merge merger . join ( "c:\sample2.ppsx" ); // Merge PPSX...

    docs.groupdocs.com/merger/java/merge/powerpoint/
  9. Merge Excel spreadsheets | Documentation

    Follow this guide and learn how to merge MS Excel spreadsheets using Node.js via Java programming language.... Merger ( 'c:/sample1.xlsx' ); merger . join ( 'c:/sample2.xlsx'...xlsx' ); merger . save ( 'c:/merged.xlsx' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/excel/
  10. How to merge TIF images using java | Documentation

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.tif" ) // Add another...file to merge merger . join ( "c:\sample2.tif" ); // Merge TIF...

    docs.groupdocs.com/merger/java/getting-started/...