Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 3,762 for

image conversion

(0.12 sec)
  1. Clear watermarks | GroupDocs

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

    docs.groupdocs.com/watermark/nodejs-java/clear/
  2. 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....Conversion Product Solution GroupDocs...viewOptions ); } The following image demonstrates the result: Render...

    docs.groupdocs.com/viewer/java/specify-renderin...
  3. 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....Conversion Product Solution GroupDocs...how to remove the background image of a particular slide calling...

    docs.groupdocs.com/watermark/java/working-with-...
  4. 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....Conversion Product Solution GroupDocs...character recognition, OCR) on images, either separate or embedded...

    docs.groupdocs.com/search/java/ocr-support/
  5. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, Image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Conversion Product Solution GroupDocs...associated with various document, image, audio, video and many other...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  6. Split a worksheet into pages | GroupDocs

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

    docs.groupdocs.com/viewer/python-net/split-work...
  7. 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....Conversion Product Family GroupDocs...using Python Render PDF as Image using Python Render DOCX as...

    kb.groupdocs.com/viewer/python/page/3/
  8. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....Conversion Product Solution GroupDocs...section for shapes matching image or text criteria and removes...

    docs.groupdocs.com/watermark/python-net/existin...
  9. GroupDocs

    Central documentation index for GroupDocs on-premise document processing SDKs. Explore developer documentation and guides for all product families....Conversion Product Solution GroupDocs...products .NET Java Python Huge conversion API that supports over 7400...

    docs.groupdocs.com/
  10. Sign documents with standard QR-code entries | ...

    This article explains how to create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Conversion Product Solution GroupDocs...Address inside the QR-Code image This example shows how to esign...

    docs.groupdocs.com/signature/java/sign-document...