Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 3,446 for

presentation

(2.26 sec)
  1. Tiled Rendering of CAD Documents using GroupDoc...

    We are pleased to announce the release of version 18.6 of GroupDocs.Viewer for .NET. The latest version provides the support of rendering DXF format as well as the tiled rendering of the CAD documents. Furthermore, we have added the feature of forced password validation for password protected documents. Along with the new features, there are 14 improvements and bug fixes in this monthly release. Below is the list of new features, improvements, and fixes added in GroupDocs....to HTML Unable to render Presentation documents, after ViewerConfig...

    blog.groupdocs.com/viewer/tiled-rendering-of-ca...
  2. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts...most installed fonts are presented in TTF (TrueType) and OTF...returned list every font will be presented as in instance of the type...

    blog.groupdocs.com/viewer/working-with-fonts/
  3. 25 percent off GroupDocs.Total - groupdocs.com ...

    Share this issue: Monthly Newsletter December 2019 25% off GroupDocs.Total Get 25% off GroupDocs.Total for .NET and Java. Quote HOLOFF2019 when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from groupdocs.com, not through third parties or resellers. Ts&Cs Apply. Product News Upcoming .NET API to classify your documents or text with IAB-2 or document taxonomies The GroupDocs....slides within PowerPoint presentations, inserting a link to cell...document (e.g. PDF, Word, Presentation) and asked to brief the...

    blog.groupdocs.com/total/25-percent-off-groupdo...
  4. Edit document | GroupDocs

    Follow this guide and learn how to edit text documents, spreadsheets and Presentations using GroupDocs.Editor for Java API features....Delimiter-Separated Values (DSV) CSV, TSV Presentation PPT, PPTX, PPS, POT Plain...Spreadsheet Edit PowerPoint Presentations How to edit CSV file How...

    docs.groupdocs.com/editor/java/edit-document/
  5. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Word, Excel, Presentation, PDF, HTML, RTF) and save...

    blog.groupdocs.com/categories/groupdocs.merger-...
  6. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....an image or a PowerPoint presentation, GroupDocs’ online document...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...the notes when rendering Presentation documents. This version...

    blog.groupdocs.com/groupdocs.blog/page/64/
  8. Get document info | GroupDocs

    This article explains how to detect document file type, page count, and file size with GroupDocs.Parser for Python via .NET....spreadsheet, PowerPoint presentation, image etc.) page_count...

    docs.groupdocs.com/parser/python-net/get-docume...
  9. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....IsSignature Image Spreadsheet Pdf Presentation Word Processing Update Image...

    docs.groupdocs.com/signature/net/updating-image...
  10. Working with slide backgrounds | GroupDocs

    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....watermarks / Add watermarks to presentation documents / Working with...advanced_usage.add_watermarks_to_presentations.PresentationGetSlide PresentationLoadOpti...

    docs.groupdocs.com/watermark/java/working-with-...