Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 9,017 for

image

(0.02 sec)
  1. Convert a JPEG file to PSD programmatically in C#

    You can convert an Image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant Image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format...ImageConvertOptions Specify resultant image format using Format property...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...
  2. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...based Topology File Format ✅ ✅ Image From Description Load Save AI...Illustrator Artwork ✅ BMP Bitmap Image File ✅ ✅ CDR CorelDraw Vector...

    docs.groupdocs.com/conversion/python-net/suppor...
  3. Features Overview | Documentation

    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....; Text as image signatures with big scope of...look, colors, and extra image effects; Image signatures with options...

    docs.groupdocs.com/signature/java/features-over...
  4. How to merge TIF images using java | Documentation

    Learn how to merge TIF Image files, combine TIF Image files into one file programmatically in java language using GroupDocs.Merger for Java library....merge TIF images using java How to merge TIF images using java...Format TIF (or TIFF) is an image format used for containing high...

    docs.groupdocs.com/merger/java/getting-started/...
  5. Convert web formats | Documentation

    In this article, you will learn how to convert documents to HTML format with GroupDocs.Conversion for Node.js via Java....conversions From To CHM eBook: , , Image: , , , , , , , , , JPG, , ,..., , , , , , HTM eBook: , , Image: , , , , , , , , , JPG, , ,...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Working with slide backgrounds | Documentation

    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-...
  7. Extract images to files | Documentation

    This article explains that how to extract Images to files....Working with images / Extract images to files Extract images to files...Here are the steps to extract images to files: Instantiate object...

    docs.groupdocs.com/parser/net/extract-images-to...
  8. Releasing GroupDocs.Viewer for .NET 3.4.0 with ...

    For those who have been waiting for the next release - Today, we are excited to announce GroupDocs.Viewer for .NET 3.4.0. The latest version of our document viewer API provides fixes and improvements for a wide range of features. Based on our customers’ feedback, GroupDocs team has announced 20+ fixes along with 5+ improvements in version 3.4.0. Please see below for the list of fixes and improvements. GroupDocs.Viewer for ....0 # Small images are not visible in image mode Invalid parameter...exception while converting mpt to image File is corrupted or damaged...

    blog.groupdocs.com/viewer/releasing-groupdocs-d...
  9. 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...
  10. Render PDF as JPG using Python

    Quickly render PDF as JPG using Python. We will use platform independent Viewer library to convert PDF to JPG in Python without installing extra software or tools....widely compatible image files. JPG images are easy to view, share...to generate high-quality JPG images from your PDF pages efficiently...

    kb.groupdocs.com/viewer/python/render-pdf-as-jp...