Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 1,232 for

presentation conversion

(0.11 sec)
  1. GroupDocs.Editor for .NET | GroupDocs

    Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for .NET powerful document editing API and C# language....Conversion Product Solution GroupDocs...Excel workbooks, PowerPoint presentations, XML, OpenDocument Formats...

    docs.groupdocs.com/editor/net/
  2. Date range search | GroupDocs

    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. String indexFolder...

    docs.groupdocs.com/search/java/date-range-search/
  3. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description....Conversion Product Solution GroupDocs...search queries in text form is presented on the page. A table of the...

    docs.groupdocs.com/search/net/phrase-search/
  4. Boolean search | GroupDocs

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples....Conversion Product Solution GroupDocs...the word “relativity” is presented but the word “Einstein” is...

    docs.groupdocs.com/search/net/boolean-search/
  5. 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-...
  6. eSign document with Image signature | GroupDocs

    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...
  7. 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...
  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. Get supported file formats | GroupDocs

    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-...
  10. Cómo firmar RTF con firma de código de barras u...

    Obtenga orientación de manera eficiente sobre cómo firmar RTF con firma de código de barras usando C#. Además, le proporcionaremos un ejemplo de código para crear una firma de código de barras en RTF usando C#....Conversion Product Family GroupDocs...plataformas. Si .NET está presente en su sistema, puede seguir...

    kb.groupdocs.com/es/signature/net/how-to-sign-r...