Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 9,577 for

image

(0.31 sec)
  1. GroupDocs.Viewer for Python via .NET

    GroupDocs.Viewer for Python via .NET is a powerful API supporting 180+ file formats, enabling developers to easily render documents to PDF, HTML, JPG, or PNG....using Python Render PDF as Image using Python Render DOCX as...using Python Render DOCX as Image using Python Render DOCX as...

    kb.groupdocs.com/viewer/python/page/3/
  2. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....details for each background image. import groupdocs.watermark...: if worksheet . background_image is not None : print ( worksheet...

    docs.groupdocs.com/watermark/python-net/working...
  3. Convert DOCX to JPG using Python

    Discover how to convert DOCX to JPG using Python with clear steps and code example. Effortlessly export DOCX to JPG using Python for high-quality Image results....scenarios, such as generating image previews, embedding document...efficiently, maintaining control over image quality and output settings...

    kb.groupdocs.com/conversion/python/convert-docx...
  4. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....; Text as image signatures with big scope of...look, colors, and extra image effects; Image signatures with options...

    docs.groupdocs.com/signature/java/features-over...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...multipage document to single image are resolved. This month’s release... Features like Comparison.Imaging and registration of changes...

    blog.groupdocs.com/groupdocs.blog/page/62/
  6. Convert project management formats | GroupDocs

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for .NET....also be exported to PDF or image formats for documentation. Common...conversions From To MPP eBook: , , Image: , , , , , , , J2K, JFIF, ,...

    docs.groupdocs.com/conversion/net/convert/proje...
  7. 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....how to remove the background image of a particular slide calling...watermark to all background Images Using GroupDocs.Watermark,...

    docs.groupdocs.com/watermark/java/working-with-...
  8. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....section for shapes matching image or text criteria and removes...document Create and initialize image or text search criteria Find...

    docs.groupdocs.com/watermark/python-net/existin...
  9. Specify spreadsheet rendering options | GroupDocs

    This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering spreadsheet files to HTML, PDF, and Image formats....viewOptions ); } The following image demonstrates the result: Render...viewOptions ); } The following image demonstrates the result: Control...

    docs.groupdocs.com/viewer/java/specify-renderin...
  10. Render SVG as JPG using Python

    Render SVG as JPG using Python in simple and few steps. This tutorial explains how to convert SVG to JPG in Python with custom Image dimensions for scalable output....APIs to produce high-quality images with precise control over dimensions...into universally compatible image formats. Steps to Render SVG...

    kb.groupdocs.com/viewer/python/render-svg-as-jp...