Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 3,637 for

image metadata

(0.13 sec)
  1. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....Metadata Product Solution GroupDocs...details for each background image. import groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/working...
  2. Add watermarks to spreadsheet documents | Group...

    Add watermarks to worksheets, Images, backgrounds, and headers/footers using Python via .NET....Metadata Product Solution GroupDocs...sample adds either a text or image watermark to specific worksheets...

    docs.groupdocs.com/watermark/python-net/add-wat...
  3. Render to PNG or JPEG | GroupDocs

    With GroupDocs.Viewer for .NET you can render documents to PNG and JPEG formats....Metadata Product Solution GroupDocs...document as a separate PNG or JPG image. To render files to PNG/JPG...

    docs.groupdocs.com/viewer/net/rendering-to-png-...
  4. Convert GIS formats | GroupDocs

    In this article, you will learn how to convert GIS formats to other formats or another GIS format with GroupDocs.Conversion for .NET....Metadata Product Solution GroupDocs...GEOJSON eBook: , , GIS: , , , Image: , , , , , , , J2K, JFIF, ,...

    docs.groupdocs.com/conversion/net/convert/gis/
  5. Count Words and Occurrences of Each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in C# using .NET document parsing API....allows the extraction of images, and metadata from a long list of...Documents to Extract Images using C# Extract Images from EPUB, FB2...

    blog.groupdocs.com/parser/count-words-and-occur...
  6. 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....Metadata Product Solution GroupDocs...how to remove the background image of a particular slide calling...

    docs.groupdocs.com/watermark/java/working-with-...
  7. Render TXT as PNG using Python

    Discover how to render TXT as PNG using Python. This tutorial explains converting plain text files into PNG Images with customizable dimensions....Metadata Product Family GroupDocs.Search...visualizing these files as images can be useful for embedding...

    kb.groupdocs.com/viewer/python/render-txt-as-pn...
  8. Render web documents as PDF, PNG, and JPEG file...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert web documents to PDF, PNG, and JPEG formats....Metadata Product Solution GroupDocs...convert the document to PDF or image format. These methods allow...

    docs.groupdocs.com/viewer/nodejs-java/render-we...
  9. Convert ODT to TIFF using Node.js

    Easily convert ODT to TIFF using Node.js. Follow this simple guide to export ODT to TIFF in Node.js and streamline document processing in your application....Metadata Product Family GroupDocs.Search...archiving document content, image formats offer a universal and...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  10. Split a worksheet into pages | GroupDocs

    Split worksheets into pages when rendering spreadsheets to HTML, PDF, and Image formats using GroupDocs.Viewer Python API....Metadata Product Solution GroupDocs...appear on a worksheet. In the image below, the vertical page break...

    docs.groupdocs.com/viewer/python-net/split-work...