Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 3,355 for

presentations

(0.14 sec)
  1. 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...
  2. GroupDocs.Viewer para .NET 25.9 – Últimas actua...

    Explora lo nuevo en GroupDocs.Viewer para .NET 25.9. Disponible ahora en NuGet y en el sitio web de GroupDocs....sustitución , que no están presentes en el documento original,...

    blog.groupdocs.com/es/viewer/groupdocs-viewer-f...
  3. Getting known property descriptors | GroupDocs

    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-...
  4. eSign document with Image signature | GroupDocs

    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...
  5. Working with Chart Reports - Bubble | GroupDocs

    The Bubble Chart As per wikipedia, a Bubble Chart can be described as: A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Document Bubble Chart in Presentation Document Bubble Chart in...

    docs.groupdocs.com/assembly/java/working-with-c...
  6. How to Convert RTF to DOCX using Java

    This concise tutorial will demonstrate how to convert RTF to DOCX using Java without installing third-party software, and provides code example to export RTF to DOCX in Java.... Presented below are the fundamental...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert HTML to MHTML using Java

    This topic provides a detail on how to convert HTML to MHTML using Java on various operating systems. It also includes code to generate MHTML from HTML in Java....MHTML using Java This article presents a comprehensive tutorial on...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert MSG to HTML using Java

    Quickly learn how to convert MSG to HTML using Java without relying on external tools. Furthermore, we will furnish you with a code to export MSG to HTML in Java....this article, you have been presented with an extensive guide to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....the conversion library and present a comprehensive code example...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert HTML to MHTML using C#

    This guide will illustrate how to convert HTML to MHTML using C# on any commonly used operating system along with code example to generate MHTML from HTML in C#....converting HTML to MHTML C# was presented in the preceding section,...

    kb.groupdocs.com/conversion/net/how-to-convert-...