Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 1,302 for

presentation conversion

(0.4 sec)
  1. Add Image Annotation to JPG using C#

    This tutorial offers guidance on how to add image annotation to JPG using C#. You can insert image annotation to JPG in C# without installing extra tools....Conversion Product Family GroupDocs...explanations, or create dynamic presentations, the outlined steps are...

    kb.groupdocs.com/annotation/net/add-image-annot...
  2. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....Conversion Product Family GroupDocs...and authenticity. We have presented a comprehensive explanation...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  3. How to Sign XLSX with QR Code using C#

    In this topic, we will guide you on how to sign XLSX with QR Code using C#. We will also provide a code example to create QR Code in XLSX using C#....Conversion Product Family GroupDocs...The utilization of QR codes presents a creative and innovative...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  4. 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-...
  5. Create EditableDocument from File or Markup | G...

    This article explains how to create an instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Node.js via Java API....Conversion Product Solution GroupDocs...to a resource that is not present in the resource folder, it...

    docs.groupdocs.com/editor/nodejs-java/create-ed...
  6. How to Run Examples | GroupDocs

    Learn how to run all Java examples for GroupDocs.Redaction. Step-by-step guide to clone the repository, install dependencies, and execute all examples using Maven....Conversion Product Solution GroupDocs...Ensure all sample files are present in Examples/Resources/SampleFiles/...

    docs.groupdocs.com/redaction/java/how-to-run-ex...
  7. Come aggiungere annotazioni ondulate in PDF uti...

    Questa breve scrittura fornisce indicazioni su come aggiungere annotazioni ondulate in PDF utilizzando C# insieme a istruzioni e codice per inserire annotazioni ondulate in PDF in C#....Conversion Product Family GroupDocs...qualsiasi macchina. Finché.NET è presente, questi passaggi funzionano...

    kb.groupdocs.com/it/annotation/net/how-to-add-s...
  8. Добавяне на изображение като воден знак към PPT...

    Този наръчник показва как да добавите изображение като воден знак към PPT с помощта на Python, като ви помага да приложите центриран логотип като воден знак върху всички слайдове за професионални презентации....Conversion Product Family GroupDocs...да apply watermark to PPT presentation in Python , осигурявайки...

    kb.groupdocs.com/bg/watermark/python/add-image-...
  9. Phrase search | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/phrase-se...
  10. Search index events | GroupDocs

    This page contains information about the purpose and use of all index events....Conversion Product Solution GroupDocs...notifications in the index is presented below. C# string indexFolder...

    docs.groupdocs.com/search/net/search-index-events/