Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 3,674 for

image metadata

(0.88 sec)
  1. GroupDocs.Total for Node.js via Java

    This API allows you to do all kinds of operations on various documents in Node.js code including creating, editing and converting etc....Metadata Product Family GroupDocs.Search...Latest Answers Create a Docker Image to Run GroupDocs.Viewer for...

    kb.groupdocs.com/total/nodejs/
  2. Supported cross-merging Document Types | GroupDocs

    This section describes GroupDocs.Merger for .NET supported cross-merging types. The Library supports PDF, DOCX, XLSX, PPTX and many more....Metadata Product Solution GroupDocs...Values File JPG Image File JPEG Image File Bitmap Image File Portable...

    docs.groupdocs.com/merger/net/supported-cross-m...
  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....Metadata Product Family GroupDocs.Search...scenarios, such as generating image previews, embedding document...

    kb.groupdocs.com/conversion/python/convert-docx...
  4. 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...
  5. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on Images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in Images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Metadata Product Solution GroupDocs...character recognition, OCR) on images, either separate or embedded...

    docs.groupdocs.com/search/java/ocr-support/
  6. Clear watermarks | GroupDocs

    This article shows how to clear existing text or Image watermarks....Metadata Product Solution GroupDocs...searching and then removing text or image watermarks from a wide range...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  7. GroupDocs.Conversion for .NET

    Find answers about converting documents and Images of various types using .NET code on any platform....Metadata Product Family GroupDocs.Search...to Convert Word Document to Image using C# How to Convert Word...

    kb.groupdocs.com/conversion/net/page/6/
  8. 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-...
  9. Render EML as JPG using Python

    Learn how to render EML as JPG using Python. This tutorial explains how to convert EML to JPG in Python with custom dimensions for static email visualization....Metadata Product Family GroupDocs.Search...Transforming EML files into image formats such as JPG provides...

    kb.groupdocs.com/viewer/python/render-eml-as-jp...
  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...