Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 9,572 for

image

(0.12 sec)
  1. 6 Situations When You Need to Convert Documents

    One of the features that GroupDocs offers is document conversion, converting documents from one file formats to another. There are lots of different reasons why this is such a big deal. If you’ve never been sent a file you couldn’t open, or had a file you sent somewhere returned to you because the recipient couldn’t open it - you’ve been lucky! It is becoming much easier to send documents from one application or operating system to another....PowerPoint presentation to image file: PPTX to JPG . At the end... People can then click the image to download a PDF you prepared...

    blog.groupdocs.com/total/6-situations-when-you-...
  2. Render DOCX to JPG using Node.js

    This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....previewing, or sharing content as images, this solution eliminates the...render the DOCX file into JPG images using your configured options...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-j...
  3. GroupDocs.Viewer for Java Library Version 2.5.0...

    In this post I’m going to introduce new features that became available with version 2.5.0 of the Java document viewer library from GroupDocs. GroupDocs.Viewer for Java is a lightweight document viewer library that supports more than 50 file formats, including Microsoft Office documents, PDFs, Images, OpenDocument files, emails and others. Initially, the library was geared towards integration into web apps and websites. Starting from this release, we overcame the boundaries of the “web” prefix and made the viewer available for any type of applications, including desktop and mobile ones!...Microsoft Office documents, PDFs, images, OpenDocument files, emails...getImageUrls(Image image) – Get thumbnails and other image files g...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  4. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.Image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....formats / Images / Working with metadata in GIF images Working...Working with metadata in GIF images Leave feedback Detecting the GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... New image formats are introduced for images comparing such...Features Implement Comparison Imaging Absorbing of tables with merged...

    blog.groupdocs.com/groupdocs.blog/page/63/
  6. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Signature for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....11 slim image and installing required .NET...base image which is smaller than the default base image FROM...

    docs.groupdocs.com/signature/python-net/getting...
  7. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size.... For example, images or fonts are stored as stream...them. For example, the old image was replaced with the new one...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  8. Watermark Word Processing Documents

    A watermark in presentation software and word processing is frequently used in a slightly different manner than digital watermarks used in other digital multimedia content. This watermark is often a faded Image or text as a background of a slide or a page. It is meant to enhance but is not the focal point of the page/slide. Watermarks are sometimes used in the form of a logo, discreetly placed on a slide or page to brand the presentation or document....watermark is often a faded image or text as a background of a...watermark types. Text watermark Image watermark Watermarking in Microsoft...

    blog.groupdocs.com/watermark/watermarking-in-wo...
  9. Convert a Document to Multiple Page Files | Gro...

    Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET....presentation to a PNG image and save the output images to a specified...is the expected output PNG image. Click to download it. Example...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....text will be transformed to image and put to document page. This...effects that is possible with image adjustment only (like opacity...

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