Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 3,519 for

presentation

(0.28 sec)
  1. To jest pole **seoTitle** dla technicznego wpis...

    Dowiedz się, jak uzyskać listę używanych czcionek, określić lub zastąpić brakujące czcionki, wykluczyć czcionki...WordProcessing, Spreadsheet, Presentation i PDF, posiadają specjalistyczne...WordProcessing, Spreadsheet, Presentation i PDF; dla wszystkich innych...

    blog.groupdocs.com/pl/viewer/working-with-fonts/
  2. Chèn đối tượng OLE trong Word, Excel, PowerPoin...

    Nhúng tài liệu dưới dạng đối tượng OLE vào các tài liệu Word khác, Bảng tính Excel, bản trình bày Powerpoint theo chương trình trong Java bằng API GroupDocs.Merger....Merger merger = new Merger("presentation.pptx"); merger.importDo...s); merger.save("output-presentation.pptx"); Sự kết luận # Chúng...

    blog.groupdocs.com/vi/merger/insert-ole-objects...
  3. Create EditableDocument from file or markup | G...

    This article explains how to create an instance of the EditableDocument class from HTML files on disk or from HTML markup with resources using GroupDocs.Editor for Python via .NET API....to a resource that is not present in the resource folder, it...edited HTML document is not present as a file. It may be stored...

    docs.groupdocs.com/editor/python-net/create-edi...
  4. GroupDocs.Editor for Python 26.5 – HTML editace...

    Verze 26.5 GroupDocs.Editor for Python přináší HTML editaci v obou směrech, Pythonic API, rozšířenou podporu více formátů a dokumentaci přátelskou k AI. Instalujte pomocí pip....processing, spreadsheets, presentations, PDF, email, eBooks, and...processing, spreadsheets, presentations, PDF, email, eBooks a text/markup...

    blog.groupdocs.com/cs/editor/groupdocs-editor-f...
  5. Informes en PDF y Word a partir de datos CSV us...

    Convierta CSV a formatos PDF y Word con plantillas usando C#. Automatice la generación de informes PDF y DOC/DOCX utilizando la API de informes .NET de GroupDocs....traduzcan en información presentable y significativa, debe convertirlos...separados por comas en un PDF presentable. Los siguientes pasos lo...

    blog.groupdocs.com/es/assembly/generate-reports...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...[documents][1], [images][2], and [presentations][3]. Today, we will be discussing...

    blog.groupdocs.com/groupdocs.blog/page/27/
  7. 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...
  8. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document management by mastering the technique of how to get file properties using Java....text files, spreadsheets, presentations, or other formats, the ability...

    kb.groupdocs.com/metadata/java/get-document-inf...
  9. Как преобразовать PDF в презентацию на C#

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

    kb.groupdocs.com/ru/conversion/net/how-to-conve...
  10. 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-...