Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 801 for

presentation to image

(0.27 sec)
  1. Convert Excel and CSV Data in C# | XLSX to CSV ...

    Convert XLS & XLSX To CSV and CSV To Excel formats within Java applications. AuTomate your files conversion using Java API for document conversion....conversion of various documents and image file formats into one another...of many other document and image formats like word-processing...

    blog.groupdocs.com/conversion/convert-excel-xls...
  2. Merge JPG files using C#

    Acquire proficiency in how To merge JPG files using C#. We'll furnish you with code example To combine JPG files in C# without additional software installations....a fundamental operation in image processing and document generation...multiple images into a single image, or preparing images for a presentation...

    kb.groupdocs.com/merger/net/merge-jpg-files-usi...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...learn to add text and image watermarks to images using Java . There...two ways to add watermark to images. Either you want to add the...

    blog.groupdocs.com/groupdocs.blog/page/35/
  4. Render SVG File Format using GroupDocs.Viewer f...

    It gives us immense pleasure To announce the release of version 17.6.0 of GroupDocs.Viewer for .NET . This release comes up with the support of SVG file format. Furthermore, we have introduced 8 improvements and fixes in this regular monthly release. We recommend you To please upgrade To the latest version for a better experience. GroupDocs.Viewer for .NET 17.6.0 - New FeaturesFollowing is the new feature introduced in this version of the API....IsResourceEmbedded option for Presentation documents Improvement -...documentation comments Fix - Image export failed exception when...

    blog.groupdocs.com/viewer/render-svg-format-gro...
  5. Convert XLSX to GIF using Python

    Let's convert XLSX To GIF using Python in a few easy steps without installing extra APIs. Also, provided the code To effortlessly export XLSX To GIF in Python....It’s an efficient method for presenting Excel content in a static...your XLSX spreadsheet as a GIF image Automating the conversion of...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. Saving EditableDocument to stream | GroupDocs

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving To stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links.... where CSS stylesheets and images are not stored inside the markup...external resources (CSS and images) are referenced through the...

    docs.groupdocs.com/editor/net/saving-editabledo...
  7. Conversion options by document family | GroupDocs

    This section explains GroupDocs.Conversion for Node.js via Java convert options specific To various document types...different format Convert to Image with advanced options Convert...advanced options Convert to Presentation with advanced options Convert...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality To extract data from Microsoft Office PowerPoint Presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Microsoft Office PowerPoint presentations Extract data from Microsoft...Microsoft Office PowerPoint presentations Leave feedback GroupDocs...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...the issue of getting black images when rendering PDF documents...hotfix release. Black output image when rendering PDF document...

    blog.groupdocs.com/groupdocs.blog/page/58/
  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-...