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

image

(0.2 sec)
  1. invitation.eml

    You're Invited. Liquatuero dip eros nusan vent etlam, conum zritla facillum initit doloreet ullame. Saturday, June 24 at 1:00 p.m. 1234 Main Street, Anytown, State 56789 Kindly respond by June 10 M......41B26 2017-04-25T11:28:29Z Image in background 1.0 (Mac OS X...-D9A339BD1E78@localdomain> Image in background AEF6BD78-97F6...

    docs.groupdocs.com/conversion/python-net/_sampl...
  2. 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-...
  3. invitation.eml

    You're Invited. Liquatuero dip eros nusan vent etlam, conum zritla facillum initit doloreet ullame. Saturday, June 24 at 1:00 p.m. 1234 Main Street, Anytown, State 56789 Kindly respond by June 10 M......41B26 2017-04-25T11:28:29Z Image in background 1.0 (Mac OS X...-D9A339BD1E78@localdomain> Image in background AEF6BD78-97F6...

    docs.groupdocs.com/conversion/java/_sample_file...
  4. Render SVG as PNG using Python

    This topic will explain how to render SVG as PNG using Python. Moreover, it shows how to convert SVG to PNG in Python with precise control over Image dimensions....library to create high-quality images with adjustable dimensions...output filename for the PNG image Set the width and height of...

    kb.groupdocs.com/viewer/python/render-svg-as-pn...
  5. 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...
  6. Render to PNG or JPEG | GroupDocs

    With GroupDocs.Viewer for .NET you can render documents to PNG and JPEG formats....document as a separate PNG or JPG image. To render files to PNG/JPG...render a .docx document to PNG image: C# using GroupDocs.Viewer ;...

    docs.groupdocs.com/viewer/net/rendering-to-png-...
  7. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....Sets the height of an output image (in pixels). ImageMaxHeight...maximum height of an output image (in pixels). ImageMaxWidth {...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  8. 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....associated with various document, image, audio, video and many other...standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  9. GroupDocs.Watermark for .NET 26.3 – Latest Upda...

    Explore what’s new in GroupDocs.Watermark for .NET 26.3. Available now on NuGet and GroupDocs website....release adds polygon-based image inpainting for more precise...[Feature] Added support for image inpainting within a specified...

    blog.groupdocs.com/watermark/groupdocs-watermar...
  10. 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....character recognition, OCR) on images, either separate or embedded...library for text recognition in images. String indexFolder = "c:\\MyIndex"...

    docs.groupdocs.com/search/java/ocr-support/