Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,197 for

presentation conversion

(0.12 sec)
  1. Add Area Annotation to JPG using Java

    In this topic, you'll discover how to add area annotation to JPG using Java. It encompasses detailed steps and code example to insert area annotation to JPG in Java....Conversion Product Family GroupDocs...for educational content, presentations, or collaborative endeavors...

    kb.groupdocs.com/annotation/java/add-area-annot...
  2. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....Conversion Product Family GroupDocs...identity, image watermarks present an efficient solution. Leveraging...

    kb.groupdocs.com/watermark/java/add-image-water...
  3. How to Sign DOCX with QR Code using Java

    In this tutorial, we will help you on how to sign DOCX with QR Code using Java. We will also supply you code example to create QR Code in DOCX using Java....Conversion Product Family GroupDocs...our previous tutorial, we presented a thorough and detailed walkthrough...

    kb.groupdocs.com/signature/java/how-to-sign-doc...
  4. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#....Conversion Product Family GroupDocs...simple. In previous topic, we presented a detailed, step-by-step tutorial...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  5. Adding class name to input controls | Documenta...

    Follow this guide and learn how to edit Word documents that contain input controls like buttons, textboxes, check-boxes, combo-boxes, input fields, dropdown lists, radio-buttons, date/time pickers etc. using GroupDocs.Editor for .NET API features....Conversion Product Solution GroupDocs...more, which are internally present as Structured Document Tag...

    docs.groupdocs.com/editor/net/adding-class-name...
  6. Come rimuovere la risposta all'annotazione dal ...

    L'intenzione di questo tutorial è insegnarti come rimuovere la risposta all'annotazione dal PDF usando C# con tutti i passaggi e l'esempio di codice per eliminare l'annotazione della risposta usando C# dal PDF....Conversion Product Family GroupDocs...all’annotazione dal PDF in C# . Tieni presente che devi aggiornare le annotazioni...

    kb.groupdocs.com/it/annotation/net/how-to-remov...
  7. Scan Barcode from ODT using Java

    This guide details the process about how to scan barcode from ODT using Java, providing a code example to help you efficiently extract barcode from ODT in Java....Conversion Product Family GroupDocs...third-party tools. This article presents a detailed, step-by-step guide...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  8. Load document from stream | Documentation

    Learn how to Load document from stream....Conversion Product Solution GroupDocs...cases when the document is presented only as a stream (without...

    docs.groupdocs.com/parser/net/load-document-fro...
  9. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Conversion Product Solution GroupDocs...all font resources will be present and correctly linked to the...

    docs.groupdocs.com/editor/java/font-extraction-...
  10. 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-...