Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 3,193 for

presentations

(0.29 sec)
  1. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. Changing Target File Format GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specifying. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....documents Spreadsheet documents Presentation documents Email documents...

    docs.groupdocs.com/assembly/java/changing-targe...
  2. Get document information | GroupDocs

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....spreadsheet or slides in a presentation; - describes properties...

    docs.groupdocs.com/merger/net/get-document-info...
  3. Running Examples | GroupDocs

    Learn how to run code examples in GroupDocs.Conversion for Python via .NET....txt ├── presentation-template.pptx ├── sample-with-toc...o_stream.py** ├── basic-presentation.pptx ├── converted-pages...

    docs.groupdocs.com/conversion/python-net/gettin...
  4. Javaでプレゼンテーションを画像に変換する| PPTからJPGへ| PPTからPNGへ

    PPT/PPTX形式のPowerPointプレゼンテーションをJavaでJPGまたはPNG形式に変換します。 Java変換APIを使用して、プログラムでスライドを画像に変換します。...converter = new Converter("path/presentation.pptx"); ImageConvertOptions...converter = new Converter("path/presentation.pptx"); ImageConvertOptions...

    blog.groupdocs.com/ja/conversion/convert-presen...
  5. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children....PresentationOptions { get; set; } The presentation files view options. ProjectManagementOpt...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  6. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....of supported file types is presented below. Iterable < FileType...

    docs.groupdocs.com/metadata/java/get-supported-...
  7. The Business Layer | GroupDocs

    Common Utilities Class Document Directories Applying Product License Metered Licensing Data Layer Class Custom Objects Populate Data (Getting Customers Details) Getting Order Details Getting Product Details Getting Single Customer Details Database Entities Getting Customer Details From Database Getting Order Details From Database Getting Product Details From Database Getting Single Customer Details From Database DataSet Source Getting Customer, Order Details From DataSet Getting Product Details From DataSet Getting Single Customer Details From DataSet XML DataSource Getting Complete Details From XML Files Getting Single Customer Details From XML DataSource JOSN DataSource Getting Customer Data From JSON File Getting Customer And Order Data From JSON File Getting Product Data From JSON File Getting Single Customer Data From JSON File Use Spreadsheets as Data Sources Use Tables of Word Processing Documents as Data Sources Use Tables of Presentation Documents as Data Sources Complete DataLayer Class Code Complete DynamicEntity Class Code Complete CommonUtilities Class Code...Data Sources Use Tables of Presentation Documents as Data Sources...

    docs.groupdocs.com/assembly/net/the-business-la...
  8. Remove Text Watermark from DOCX Using C#

    Explore how to remove text watermark from DOCX using C#. We'll furnish you with code to delete watermark text from DOCX in C# without extra software installation....distribution or preparing them for presentation, this technique empowers...

    kb.groupdocs.com/watermark/net/remove-text-wate...
  9. Jak przekonwertować plik PDF na prezentację w J...

    W tym artykule przedstawiono procedurę krok po kroku konwersji pliku PDF na prezentację w języku Java oraz przykładową aplikację do konwersji pliku PDF na prezentację programu PowerPoint przy użyciu języka Java.... aby konwertować PDF na Presentation w Javie . Ten przepływ pracy...

    kb.groupdocs.com/pl/conversion/java/how-to-conv...
  10. Как преобразовать PDF в презентацию на C#

    В этой короткой статье описывается пошаговая процедура преобразования PDF в презентацию на C# и разработка приложения для конвертера PDF в PPTX с использованием C#....разработать конвертер PDF в Presentation на C# , следуя пошаговым...

    kb.groupdocs.com/ru/conversion/net/how-to-conve...