Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 1,457 for

presentation conversion

(0.07 sec)
  1. So konvertieren Sie PDF in eine Präsentation in...

    Dieser Artikel enthält eine Schritt-für-Schritt-Anleitung zum Konvertieren von PDF in eine Präsentation in Java und eine Beispielanwendung zum Konvertieren von PDF in eine PowerPoint-Präsentation mit Java....Conversion Product Family GroupDocs...Dokumentkonvertierun, um PDF in Java in Presentation zu konvertieren**. Dieser...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  2. C#でプレゼンテーションを画像に変換する| PPTからJPGへ| PPTからPNGへ

    C#を使用して、PPT/PPTX形式のPowerPointプレゼンテーションをJPGまたはPNG形式に変換します。 .NET APIを使用して、プログラムでプレゼンテーションを画像に変換します。...Conversion は、.NETアプリケーション内でプレゼンテーションファイルを画像に変換できる...NETAPIを紹介しています。この記事では、 GroupDocs.Conversion for .NET を使用して、PPT/PPTXプ...

    blog.groupdocs.com/ja/conversion/convert-presen...
  3. GroupDocs Watermark Overview | GroupDocs

    GroupDocs.Watermark for Java is a powerful API that helps you add, search, and remove watermarks from documents, images, Presentations, and more. Whether you need to protect documents with watermarks, customize watermark content, or automate watermarking at scale, this library gives you everything you need. What You Can Do With GroupDocs.Watermark for Java, you can: Add watermark to document – Add image or text watermarks to PDF, Word, Excel, PowerPoint, Visio, and many other formats....Conversion Product Solution GroupDocs...from documents, images, presentations, and more. Whether you need...

    docs.groupdocs.com/watermark/java/groupdocs-wat...
  4. Wildcard search | GroupDocs

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Conversion Product Solution GroupDocs...queries in text form are presented below. const indexFolder =...

    docs.groupdocs.com/search/nodejs-java/wildcard-...
  5. Document rendering basics | GroupDocs

    Convert documents to PDF, HTML, PNG, and JPEG formats using GroupDocs.Viewer for Python....Conversion Product Solution GroupDocs...files Render PowerPoint presentations Render Visio documents Render...

    docs.groupdocs.com/viewer/python-net/rendering-...
  6. Documents | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Conversion Product Solution GroupDocs...Working with metadata in Presentations Working with metadata in...

    docs.groupdocs.com/metadata/java/documents/
  7. How to Compare Powerpoint Files using Java

    Let's get familiar yourself with the process to compare Powerpoint Files using Java and how to create functionality to compare two ppt files for differences in Java....Conversion Product Family GroupDocs...Java compare PowerPoint presentations capability. You have to...

    kb.groupdocs.com/comparison/java/how-to-compare...
  8. Extract data from various formats | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Conversion Product Solution GroupDocs...Microsoft Office PowerPoint presentations Extract data from PDF documents...

    docs.groupdocs.com/parser/java/extract-data-fro...
  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. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Conversion Product Family GroupDocs...In an earlier section, we presented a detailed step-by-step tutorial...

    kb.groupdocs.com/signature/java/how-to-add-digi...