Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,099 for

presentation document support

(0.05 sec)
  1. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......Family on GroupDocs Blog | Document Automation Solutions for ...Family on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/categories/groupdocs.parser-...
  2. Loading Documents | Documentation

    Following this guide, you will learn how to load PDF, Word, Excel, and PowerPoint Documents by local file path and stream with GroupDocs.Conversion for Python via .NET API....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/conversion/python-net/develo...
  3. GroupDocs.Watermark Overview | Documentation

    Protect and customize Documents with watermarks using GroupDocs.Watermark for .NET. Add, remove, search, and manage visible or invisible watermarks in over 50 Document formats including PDF, Word, Excel, PowerPoint, and images....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  4. GroupDocs.Assembly for Java 18.5 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 18.5. Major Features Support for dynamic coloring of chart series and individual series points for the most of Supported file formats. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-67  Support dynamic coloring of chart series and individual series points for Word Processing Documents  Feature ASSEMBLYNET-68 Support dynamic coloring of chart series and individual series points for Spreadsheet Documents  Feature ASSEMBLYNET-69 Support dynamic coloring of chart series and individual series points for Presentation Documents  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  5. Leftover temp files in AppData\Local\Temp\Custo...

    Converting certain files to HTML, results in leftover temp files in this location: C:\Users\username\AppData\Local\Temp\CustomTempFonts Attaching my sample project with a sample PDF: GroupDocsTotal.zip (67.9 KB) I do…...Product Family csharp , dotnet , document-viewer Clemens November 26...when opening PDF files. It is present in GroupDocs.Viewer and most...

    forum.groupdocs.com/t/leftover-temp-files-in-ap...
  6. Extract Text from PPT using Java

    This article explains the process of how to extract text from PPT using Java. It also provides a code example to integrate text extraction from PPT in Java projects....managing information from presentation files has become a routine...data analysts. PowerPoint presentations, commonly saved in PPT format...

    kb.groupdocs.com/parser/java/extract-text-from-...
  7. 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....for Microsoft PowerPoint documents. Please continue to read more...version 17.10, GroupDocs.Viewer supports rendering of STL and IFC file...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  8. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint Document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_Presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\Presentation.pptx" Watermarker watermarker = new Watermarker("Presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/watermark/java/working-with-...
  9. Updating QR-code signatures with advanced optio...

     This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....Order Support Docs API Reference Live Demos Free Support Free...Free Consulting Paid Support Paid Consulting Blog Knowledge Base...

    docs.groupdocs.com/signature/net/updating-qr-co...
  10. Extracting pages from a document and saving the...

    The first and foremost question in your mind could be, is it about PDF Documents only? And the answer is, No. In this blog post we will see how simple yet helpful it is to extract pages from different kinds of Documents (e.g. Word, Excel, Presentation, PDF, HTML, RTF) and save them as a new file using GroupDocs.Merger for .NET. Learn more about the Supported file formats. Hence, the resultant Document will possess only extracted pages....could be, is it about PDF documents only? And the answer is, No...kinds of documents (e.g. Word, Excel, Presentation, PDF, HTML...

    blog.groupdocs.com/merger/extracting-pages-from...