Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 1,250 for

presentation conversion

(0.04 sec)
  1. 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....Conversion Product Solution GroupDocs...all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Compare multiple documents | Documentation

    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...
  3. eSign document with Image signature | Documenta...

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

    docs.groupdocs.com/signature/java/esign-documen...
  4. 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...
  5. How to Insert Area Annotation to PDF using C#

    In this subject, you will learn how to insert area annotation to PDF using C#. It also includes guidance and code example to add area annotation to PDF in C#....Conversion Product Family GroupDocs...C#. The subsequent section presents in-depth directions to add...

    kb.groupdocs.com/annotation/net/how-to-insert-a...
  6. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....Conversion Product Solution GroupDocs...format for the search is presented below. const indexFolder =...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  7. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Conversion Product Solution GroupDocs...of supported file types is presented below. Iterable < FileType...

    docs.groupdocs.com/metadata/java/get-supported-...
  8. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Conversion Product Solution GroupDocs...queries in text form are presented below. const indexFolder =...

    docs.groupdocs.com/search/nodejs-java/wildcard-...
  9. GroupDocs Watermark Overview | Documentation

    GroupDocs.Watermark for Java is a powerful API that helps you add, search, and remove watermarks from documents, images, Presentations, and more. Whether you need to protect documents with watermarks, customize watermark content, or automate watermarking at scale, this library gives you everything you need. What You Can Do With GroupDocs.Watermark for Java, you can: Add watermark to document – Add image or text watermarks to PDF, Word, Excel, PowerPoint, Visio, and many other formats....Conversion Product Solution GroupDocs...from documents, images, presentations, and more. Whether you need...

    docs.groupdocs.com/watermark/java/groupdocs-wat...
  10. Konvertera MSG till MHTML med Node.js

    Lär dig hur du konverterar MSG till MHTML med Node.js i några enkla steg. Den här guiden visar också hur du exporterar MSG till MHTML i Node.js med hjälp av effektiva konverterings-API:er....Conversion Product Family GroupDocs...js Konfigurera GroupDocs.Conversion för Node.js via Java för...

    kb.groupdocs.com/sv/conversion/nodejs/convert-m...