Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 2,854 for

presentations

(0.11 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Como converter PDF para apresentação em Java

    Este artigo fornece um procedimento passo a passo para converter PDF em apresentação em Java e um aplicativo de exemplo para converter PDF em apresentação do PowerPoint usando Java....documentos para converter PDF em Presentation em Java . Este fluxo de...

    kb.groupdocs.com/pt/conversion/java/how-to-conv...
  5. Como adicionar anotações Squiggly em PDF usando...

    Este breve texto fornece orientação sobre como adicionar anotações onduladas em PDF usando C# junto com instruções e código para inserir anotações onduladas em PDF em C#....NET esteja presente, essas etapas funcionam com...

    kb.groupdocs.com/pt/annotation/net/how-to-add-s...
  6. نحوه تبدیل پاورپوینت به HTML در جاوا

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

    kb.groupdocs.com/fa/conversion/java/how-to-conv...
  7. 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...
  8. 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...
  9. 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-...
  10. Getting Document Information | Documentation

    Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET.... Example 6: Get Presentation Document Info You can find...information with Converter ( "./presentation-template.pptx" ) as converter...

    docs.groupdocs.com/conversion/python-net/develo...