Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 3,486 for

presentations

(1.18 sec)
  1. Cómo convertir Excel a HTML usando Java

    Este tema incluye un programa Java de muestra que explica cómo convertir Excel a HTML usando Java junto con instrucciones completas para exportar Excel a HTML en Java....Linux, siempre que Java esté presente. No es necesario instalar...

    kb.groupdocs.com/es/conversion/java/how-to-conv...
  2. Render STL and IFC File Formats using GroupDocs...

    We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 new features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version. Render STL and IFC File FormatsFrom version 17....when rendering PowerPoint presentation All pages are same when...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  3. GroupDocs.Parser untuk .NET 25.12 – Pembaruan T...

    Jelajahi apa yang baru di GroupDocs.Parser untuk .NET 25.12. Tersedia sekarang di NuGet dan situs web GroupDocs....table found in the whole presentation IEnumerable<PageTableArea>...

    blog.groupdocs.com/id/parser/groupdocs-parser-f...
  4. Scan Barcode from DOC using Java

    Learn how to scan barcode from DOC using Java. With the help of this guide, you will learn how to extract barcode from DOC in Java efficiently without using extra tools....retrieve a list of barcodes present in the DOC file. This method...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  5. Load document of specific format | GroupDocs

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

    docs.groupdocs.com/watermark/java/load-document...
  6. Load document from stream | GroupDocs

    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...
  7. 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.... Tieni presente che devi aggiornare le annotazioni...

    kb.groupdocs.com/it/annotation/net/how-to-remov...
  8. Exclude Specific Fonts from Output HTML using G...

    We are pleased to announce the release of GroupDocs.Viewer for .NET 18.10. The latest version allows setting the list of the fonts that should be excluded from the output HTML to decrease the size of the output files. Furthermore, the inclusion of 5 improvements and 6 bug fixes have made the API more promising. Below is the list of new features, improvements, and fixes added in v18.10. Features Introduced Setting List of the Fonts to be Excluded Adding fonts into HTML ensures that the text from the original document will appear similar in HTML, regardless of whether fonts are installed on the viewer’s device or not....ViewerHtmlHandler(config); string guid = "presentation.pptx"; HtmlOptions options...

    blog.groupdocs.com/viewer/exclude-specific-font...
  9. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....Rendering comments from Presentation documents into images when...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  10. Load document from stream | GroupDocs

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

    docs.groupdocs.com/parser/net/load-document-fro...