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

presentation conversion

(0.07 sec)
  1. Add image annotation | Documentation

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Conversion Product Solution GroupDocs...set the annotation opacity (present in all supported formats, examples...

    docs.groupdocs.com/annotation/java/add-image-an...
  2. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Conversion Product Solution GroupDocs...aliases for searching is presented below. C# string indexFolder...

    docs.groupdocs.com/search/net/using-aliases/
  3. با استفاده از Node.js PDF را به CSV تبدیل کنید

    آموزش تبدیل PDF به CSV با استفاده از Node.js با راهنمای گام به گام. برای استخراج و مدیریت کارآمد داده، PDF را به راحتی به CSV در Node.js صادر کنید....Conversion Product Family GroupDocs...پیکربندی و ادغام GroupDocs.Conversion برای Node.js از طریق جاوا...

    kb.groupdocs.com/fa/conversion/nodejs/convert-p...
  4. Boolean search | Documentation

    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. Phrase search | Documentation

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

    docs.groupdocs.com/search/java/date-range-search/
  7. 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...
  8. 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...
  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....Conversion Product Solution GroupDocs...all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...
  10. 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...