Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 3,067 for

presentations

(0.08 sec)
  1. 如何在 C# 中将 PowerPoint 转换为 HTML

    让我们回顾一下使用简单的 API 调用在 C# 中将 PowerPoint 转换为 HTML 的工作流,以及如何为 C# PPT 到 HTML 转换器应用程序创建代码。...,我们发表了一篇使用 C# 将 PDF 转换为 Presentation 的文章,请查看 如何在 C# 中将 PDF 转换为演示文稿...

    kb.groupdocs.com/zh/conversion/net/how-to-conve...
  2. Aggiungi filigrana di testo a JPG utilizzando C#

    Scopri come aggiungere una filigrana di testo a JPG utilizzando C#. Inoltre, riceverai uno snippet di codice che mostra come inserire una filigrana di testo in JPG nella programmazione C#....Linux, a condizione che sia presente .NET. Dopo aver configurato...

    kb.groupdocs.com/it/watermark/net/add-text-wate...
  3. Saving EditableDocument to Stream | Documentation

    This article shows and explains advanced techniques and approaches while working with EditableDocument at an advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....the HTML tag names will be presented in HTML markup: All lower...named “foo.jpeg” will be presented in the output markup as: <...

    docs.groupdocs.com/editor/nodejs-java/saving-ed...
  4. Come convertire PDF in presentazioni in Java

    Questo articolo fornisce una procedura dettagliata per convertire PDF in presentazioni in Java e un'applicazione di esempio per convertire PDF in presentazioni PowerPoint utilizzando Java....documenti per convertire PDF in Presentation in Java . Questo flusso...

    kb.groupdocs.com/it/conversion/java/how-to-conv...
  5. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...
  6. eSign document with Image signature | Documenta...

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....alternative way to put any presenting data in a visual form. This...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Cómo convertir PDF a presentación en C#

    Este breve artículo describe el procedimiento paso a paso para convertir PDF a presentación en C# y cómo desarrollar la aplicación para convertir PDF a PPTX usando C#....cómo desarrollar el PDF to Presentation Converter en C# siguiendo...

    kb.groupdocs.com/es/conversion/net/how-to-conve...
  8. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....for further processing or presentation In the following example...

    kb.groupdocs.com/search/java/search-different-w...
  9. Convert PDF to MHTML using Python

    Comprehensive guide to convert PDF to MHTML using Python. Learn step-by-step how to export PDF to MHTML using Python, preserving formatting without extra software....for sharing, archiving, and presenting information in a web-friendly...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  10. نحوه تبدیل پاورپوینت به HTML در جاوا

    این آموزش کوتاه یک روش گام به گام برای تبدیل پاورپوینت به HTML در جاوا و یک کد نمونه برای برنامه تبدیل جاوا PPT به HTML ارائه می دهد....به پست نحوه تبدیل PDF به Presentation در جاوا نگاهی بیندازید....

    kb.groupdocs.com/fa/conversion/java/how-to-conv...