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

presentations

(0.05 sec)
  1. So konvertieren Sie PDF in eine Präsentation in...

    Dieser Artikel enthält eine Schritt-für-Schritt-Anleitung zum Konvertieren von PDF in eine Präsentation in Java und eine Beispielanwendung zum Konvertieren von PDF in eine PowerPoint-Präsentation mit Java....Dokumentkonvertierun, um PDF in Java in Presentation zu konvertieren**. Dieser...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  2. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....on the output adapters are presented on the page . If after generation...following parameters are presented in the class to use with the...

    docs.groupdocs.com/search/java/highlighting-sea...
  3. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....on the output adapters are presented on the page . If after generation...following properties are presented in the class to use with the...

    docs.groupdocs.com/search/net/highlighting-sear...
  4. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....HTML documents, that may be presented in different forms. And when...arbitrary separator N/A N/A Presentation PPT, PPTX, PPTM, PPS, PPSX...

    docs.groupdocs.com/editor/java/introduction/
  5. Load WordProcessing document with options | Doc...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....the Comments pane is also present in a resultant document. If...particular document are not present on the computer where conversion...

    docs.groupdocs.com/conversion/net/load-wordproc...
  6. ادغام ارائه های PPTX در پایتون با GroupDocs.Merger

    این مقاله دستورالعمل‌های گام به گام برای ادغام ارائه‌های PPTX با استفاده از GroupDocs.Merger for Python via .NET را ارائه می‌دهد....Overview How to merge PPTX presentations Code Example: Basic Merging...کرد. How to merge PPTX presentations # ادغام فایل های PPTX می...

    blog.groupdocs.com/fa/merger/merge-pptx-in-python/
  7. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....same 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/net/create-editabledo...
  8. 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-...
  9. 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...
  10. 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...