Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 1,301 for

presentation conversion

(1.74 sec)
  1. Aggiungi annotazione ellisse a JPG utilizzando ...

    Questo tutorial offre indicazioni su come aggiungere annotazioni ellittiche a JPG utilizzando Java. Include il codice che dimostra come inserire l'annotazione dell'ellisse in JPG in Java....Conversion Product Family GroupDocs...dell’incorporazione delle annotazioni, tieni presente che questo metodo non solo...

    kb.groupdocs.com/it/annotation/java/add-ellipse...
  2. EditableDocument | GroupDocs

    This documentation section explains features of EditableDocument class when editing document with GroupDocs.Editor for .NET API....Conversion Product Solution GroupDocs...document with all resources is presented as a single string. For some...

    docs.groupdocs.com/editor/net/editabledocument/
  3. Bildwasserzeichen zu PPT mit Python hinzufügen

    Dieser Leitfaden zeigt, wie man mit Python ein Bildwasserzeichen zu PPT hinzufügt und dabei ein zentriertes Logo‑Wasserzeichen über alle Folien für professionelle Präsentationen anwendet....Conversion Product Family GroupDocs...man apply watermark to PPT presentation in Python anwendet, um eine...

    kb.groupdocs.com/de/watermark/python/add-image-...
  4. Get document info | GroupDocs

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/get-document-...
  5. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....Conversion Product Family GroupDocs...documents remain secure and also presenting a professional and polished...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  6. Scan Barcode from DOC using C#

    Learn how to scan barcode from DOC using C#. With the help of this guide, you will learn how to extract barcode from DOC in C# efficiently without using extra tools....Conversion Product Family GroupDocs...retrieve a list of barcodes present in the DOC file. This method...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  7. GroupDocs.Total for Java | GroupDocs

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, emails, images...

    docs.groupdocs.com/total/java/
  8. 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#....Conversion Product Family GroupDocs...máquina. Desde que o .NET esteja presente, essas etapas funcionam com...

    kb.groupdocs.com/pt/annotation/net/how-to-add-s...
  9. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint Presentations simultaneously with GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...PowerPoint and Open Document presentations. allows you to compare more...

    docs.groupdocs.com/comparison/java/compare-mult...
  10. 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....Conversion Product Solution GroupDocs...all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...