Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 9,088 for

image

(0.05 sec)
  1. Introducing Support for EMLX and OFT Email Form...

    We are extremely excited to announce the final release of GroupDocs.Watermark for .NET for the year of 2017. In this release, we have extended the supported file formats by adding EMLX and OFT email formats. Furthermore, we have added features to edit Excel objects that can be considered as watermark. Please continue to read more about this latest release. Support for EMLX and OFT Email FormatsGroupDocs.Watermark for .NET 17.12 allows you to perform watermarking operations for EMLX and OFT email formats....shapes Change shape image Set background image for particular shapes...

    blog.groupdocs.com/watermark/support-for-emlx-a...
  2. Read and Update BitTorrent Metadata using Group...

    Good news for Java users! We are delighted to announce the monthly release of GroupDocs.Metadata for Java 18.4. The latest version allows you to read and update BitTorrent file format metadata, read DublinCore metadata and get **Image Cover **metadata using a unified approach. Furthermore, a couple of bugs found in the earlier version of the API are now fixed. We recommend you to download the latest version for a better experience....DublinCore metadata and get **Image Cover **metadata using a unified...unified approach for getting image cover for EPUB, MP3, Word, and...

    blog.groupdocs.com/metadata/read-and-update-bit...
  3. Optimize images in Java | Documentation

    Optimize Images in a PDF file using GroupDocs.Viewer for Java...file / Optimize images in Java Optimize images in Java Leave feedback...feedback Reduce image quality Set image resolution Convert to...

    docs.groupdocs.com/viewer/java/optimize-images/
  4. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Outlook Message Item File ✅ Image file formats Format Description...detection Bitmap Image ✅ DICOM (Digital Imaging and Communications...

    docs.groupdocs.com/comparison/python-net/suppor...
  5. Add Text Watermark to PNG using C#

    Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#....Adding a text watermark to PNG images can enhance their visual appeal...watermark is in the context of PNG images. A text watermark is a visible...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Search in WEBP Online

    Free online document search. Secure and easy to use full text online search in WEBP.... WEBP Raster Web Image File Format WebP, introduced...Google, is a modern raster web image file format that is based on...

    products.groupdocs.app/search/webp
  7. Conversion from STL and IFC is Supported in Gro...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.10. This release permits users to hide comments when converting from Cells. Conversion from STL and IFC is also introduced in 17.10 version of the API. Aside these features, API covers many improvements and bug fixes. Such as Slides to XPS conversion is improved. We’d recommend you to download this latest release and share your documents conversion experience....Conversion of document containing images to RTF with “old readers” compatibility...work PPTX to HTML Conversion - Image without background converted...

    blog.groupdocs.com/conversion/conversion-from-s...
  8. GroupDocs.Assembly for .NET 3.2.0 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 3.2.0 Major Features Added abilities to insert outer documents and to generate barcode Images while assembling a document. Full List of Issues Covering all Changes in this Release Key Summary Category ASSEMBLYNET-8 Add support for outer document insertion while generating Word Processing documents Feature ASSEMBLYNET-10 Support number formatting features missing in ....documents and to generate barcode images while assembling a document...ASSEMBLYNET-12 Add barcode image generation support for Word...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  9. Rendering Archive Documents

    The Compressed files (e.g .ZIP or TAR) use file compression in order to save the disk space. Also, the compressed archive formats can be used to compress multiple files into a single archive. This post demonstrates the usage of the GroupDocs.Viewer API to render the list of files or folders from an archive file. Rendering the List of a Folder from the Archive The GetPages method of both ViewerImageHandler and ViewerHtmlHandler renders the items from the root of archives....Rendering Specified Folder into Image, HTML or PDF # To render a specified...folder from an archive into image, html or PDF, all ImageOptions...

    blog.groupdocs.com/viewer/rendering-archive-doc...
  10. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...