Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 2,912 for

presentations

(0.04 sec)
  1. 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#....The utilization of QR codes presents a creative and innovative...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  2. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#.... This article presents a simple procedure to sign...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  3. Render MSG as HTML using C#

    In this tutorial, we'll learn how to render MSG as HTML using C#, eliminating need for extra tools. Also, we'll provide you with C# code for rendering MSG to HTML....content of Outlook emails and present it in a web-friendly format...

    kb.groupdocs.com/viewer/net/render-msg-as-html-...
  4. How to Add Image Annotation to PDF Using C#

    Let's learn how to add image annotation to PDF using C# by utilizing annotation library along with code example to insert image annotation into PDF using C#....the preceding section, we presented a detailed description of...

    kb.groupdocs.com/annotation/net/how-to-add-imag...
  5. 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#.... We have presented a comprehensive explanation...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  6. Kaip konvertuoti PDF į pristatymą Java

    Šiame straipsnyje pateikiama nuosekli procedūra, kaip konvertuoti PDF į pristatymą Java ir pavyzdinė programa, skirta konvertuoti PDF į PowerPoint pristatymą naudojant Java....skirtų konvertuoti PDF į Presentation Java . Ši dokumentų konvertavimo...

    kb.groupdocs.com/lt/conversion/java/how-to-conv...
  7. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....same resource, that is not present in the resource folder, it...edited HTML document is not present as a file. It may be stored...

    docs.groupdocs.com/editor/java/create-editabled...
  8. Load document of specific format | Documentation

    This article explains how to load document of specific format....Image GifImage TiffImage PDF Presentation Spreadsheet WordProcessing...

    docs.groupdocs.com/watermark/java/load-document...
  9. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....cases when the document is presented only as a stream (without...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Come convertire Excel in HTML utilizzando Java

    Questo argomento include un programma Java di esempio che spiega come convertire Excel in HTML utilizzando Java insieme a istruzioni complete per esportare Excel in HTML in Java....macOS e Linux, purché Java sia presente. Non è necessario installare...

    kb.groupdocs.com/it/conversion/java/how-to-conv...