Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 3,436 for

presentations

(0.38 sec)
  1. Supported Document Formats | GroupDocs

    The following tables indicate the file formats from which GroupDocs.Parser for Java can extract data. You can use the input below to filter supported formats by extension. Tip Can’t find your file format? We’re here to help! Please post a request on our Free Support Forum, and our team will assist you. Word Processing Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode DOC Microsoft Word Document DOT Microsoft Word Document Template DOCX Office Open XML Document DOCM Office Open XML Macro-Enabled Document DOTX Office Open XML Document Template DOTM Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format PDF Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode PDF Portable Document Format File Markup Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown (Formatted Text is Not supported) XML XML File Ebook Document Type Parse Document by Template Extract Text (Accurate) Extract Text (Raw) Extract Structured Text and Formatted Text Extract Text Areas Extract Metadata Extract Images Extract Containers and Attachments Parse Form Data Extract Table of Contents Scan Barcode CHM Compiled HTML Help File EPUB Digital E-Book File Format FB2 FictionBook 2....NUMBERS Apple iWork Numbers Presentation Document Type Parse Document...Scan Barcode PowerPoint Presentation PowerPoint Slideshow PowerPoint...

    docs.groupdocs.com/parser/java/supported-docume...
  2. Modifica presentazioni in C# | Modifica PPT/PPT...

    La modifica delle presentazioni PowerPoint viene spiegata con esempi C# per modificare file PPT, PPTX e ODP all'interno dell'applicazione .NET utilizzando l'API di modifica delle presentazioni.... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/it/editor/edit-ppt-pptx-pres...
  3. Editar apresentações em C# | Edição .NET PPT/PPTX

    A edição de apresentações do PowerPoint é explicada com exemplos C# para editar arquivos PPT, PPTX, ODP em seu aplicativo .NET usando a API de edição de apresentações.... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/pt/editor/edit-ppt-pptx-pres...
  4. تحرير العروض التقديمية في C# | تحرير .NET PPT/PPTX

    يتم شرح تحرير عروض PowerPoint التقديمية باستخدام أمثلة C# لتحرير ملفات PPT وPPTX وODP داخل تطبيق .NET الخاص بك باستخدام واجهة برمجة تطبيقات تحرير العروض التقديمية.... // Load Presentation using (FileStream fs = File...OpenRead("path/presentation.pptx")) { // Load Presentation Options....

    blog.groupdocs.com/ar/editor/edit-ppt-pptx-pres...
  5. C# Konwertuj PPT na PDF | PPTX do PDF | Konwers...

    Konwertuj PowerPoint PPT, PPTX na PDF w .NET. Przykłady kodu w języku C# przedstawiają konwersję wybranych, kolejnych slajdów i znaków wodnych przy użyciu interfejsu API konwersji....converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/pl/conversion/convert-presen...
  6. C# המרת PPT ל-PDF | PPTX ל-PDF | המרת מצגת

    המר PowerPoint PPT, PPTX ל-PDF ב-.NET. דוגמאות לקוד C# מראות את ההמרה של שקופיות סלקטיביות, עוקבות וסימון מים באמצעות Conversion API....converter = new Converter("path/presentation.pptx")) { converter.Con...Convert("path/converted-presentation.pdf", new PdfConvertOptions());...

    blog.groupdocs.com/he/conversion/convert-presen...
  7. Scal prezentacje i slajdy programu PowerPoint p...

    Scal prezentacje programu PowerPoint przy użyciu języka C#. Ponadto łącz określone slajdy plików PPT/PPTX za pomocą interfejsu API łączenia .NET firmy GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/pl/merger/merge-powerpoint-p...
  8. Mesclar apresentações e slides do PowerPoint us...

    Mesclar apresentações do PowerPoint usando C#. Além disso, combine slides específicos de arquivos PPT/PPTX usando a API de fusão .NET do GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/pt/merger/merge-powerpoint-p...
  9. Unisci presentazioni e diapositive PowerPoint i...

    Unisci presentazioni PowerPoint PPT/PPTX in Java. Scopri come combinare diapositive specifiche di file diversi utilizzando l'API di fusione Java di GroupDocs....merger = new Merger("/path/presentation-1.pptx")) { merger.Join...Join("/path/presentation-2.pptx"); merger.Join("/path/presentation-3.pptx");...

    blog.groupdocs.com/it/merger/merge-powerpoint-p...
  10. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....the presentation. subject The subject of the presentation. keywords...of the presentation. author The name of the presentation’s author...

    docs.groupdocs.com/parser/java/extract-metadata...