Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 10,082 for

image

(2.54 sec)
  1. 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-...
  2. 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...
  3. Split a worksheet into pages | GroupDocs

    Split worksheets into pages when rendering spreadsheets to HTML, PDF, and Image formats using GroupDocs.Viewer Python API.... In the image below, the vertical page break...Binary file (PDF, 461 KB) The image below illustrates the result...

    docs.groupdocs.com/viewer/python-net/split-work...
  4. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Audio File Format Metadata only Image Document Type Document Type...and metadata JPEG 2000 Core Image File Content and metadata Portable...

    docs.groupdocs.com/search/net/supported-documen...
  5. 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/
  6. GroupDocs.Conversion 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....discussed WebP images and learned to convert WebP Images in Java. Today...programmatically convert the WebP images into JPG, PNG, TIFF, and other...

    blog.groupdocs.com/categories/groupdocs.convers...
  7. How to run GroupDocs.Viewer in Docker | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....package and than we build Docker image and run the applicaiton in Docker...Dockerfile To create Docker image add a Dockerfile and a .dockerignore...

    docs.groupdocs.com/viewer/net/how-to-run-groupd...
  8. GroupDocs.Total Product Family

    Find answers to view, render, annotate, convert, e-sign, compare and assemble documents in .NET and Java languages....Latest Answers Create a Docker Image to Run GroupDocs.Viewer for...Java How to Create a Docker Image to Run GroupDocs.Conversion...

    kb.groupdocs.com/total/
  9. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD Image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract Image resource blocks (building blocks of the Photoshop file format) from a PSD Image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....formats / Images / Working with metadata in PSD images Working...Working with metadata in PSD images Leave feedback Reading Photoshop...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. How to Compare Images in C#

    Do you want to perform Image comparison easily, then review the guide to compare Images in C# and learn how to create the Image comparison in C# functionality?...Product Family How to Compare Images in C# In this how-to article...step-by-step process to compare Images in C# by using one of the best...

    kb.groupdocs.com/comparison/net/how-to-compare-...