Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 3,216 for

image viewer

(1.88 sec)
  1. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Viewer Product Solution GroupDocs...colors, fonts, etc.; Text as image signatures with big scope of...

    docs.groupdocs.com/signature/java/features-over...
  2. Convert presentations | GroupDocs

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of C# code....Viewer Product Solution GroupDocs...presentations to other formats like images, HTML, XML, etc. It may be...

    docs.groupdocs.com/conversion/net/convert/prese...
  3. Working with worksheet backgrounds | GroupDocs

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

    docs.groupdocs.com/watermark/python-net/working...
  4. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...files render correctly and the images within them are visible on...document, including embedded images. using GroupDocs.Editor; using...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  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....Viewer Product Solution GroupDocs...associated with various document, image, audio, video and many other...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  6. Generate document pages preview | GroupDocs

    This topic explains how to get document pages preview as Images with various options by GroupDocs.Signature API....Viewer Product Solution GroupDocs...creation (see event handler ); image preview format - PNG / JPG /...

    docs.groupdocs.com/signature/net/generate-docum...
  7. Convert word processing documents | GroupDocs

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....Viewer Product Solution GroupDocs...another format like PDF, HTML, or image for easier mailing, printing...

    docs.groupdocs.com/conversion/java/convert/word...
  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....Viewer Product Solution GroupDocs...how to remove the background image of a particular slide calling...

    docs.groupdocs.com/watermark/java/working-with-...
  9. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/Viewer/net/renderingtopngorjpeg/ and its children....Sets the height of an output image (in pixels). MailStorageOptions...maximum height of an output image (in pixels). MaxWidth { get;...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. Extract images from Microsoft Office Word docum...

    This article explains that how to extract Images from Microsoft Office Word (.doc, .docx) documents...Viewer Product Solution GroupDocs...Office Word documents / Extract images from Microsoft Office Word...

    docs.groupdocs.com/parser/net/extract-images-fr...