Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 8,560 for

image

(0.03 sec)
  1. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Canon Dae File Format Digital Imaging and Communications in Medicine...Efficiency Image File Format JPEG2000 Core Image File / / JPE...

    docs.groupdocs.com/metadata/java/supported-docu...
  2. 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
  3. Render Notes in Presentation Document using Gro...

    We are delighted to announce the release of version 18.1 of GroupDocs.Viewer for .NET. The latest version includes the support of rendering Jpeg2000, PostScript, POTM and PPSM file formats. Furthermore, we have added the option to show or hide the notes when rendering Presentation documents. This version also allows you to work with the layers in CAD documents. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.1. Supported File Formats We have added the support of following file formats in version 18....= @"C:\storage"; // Create image handler ViewerImageHandler imageHandler...UseCache = true; // Create image handler ViewerImageHandler imageHandler...

    blog.groupdocs.com/viewer/render-slide-notes-in...
  4. Generate previews | Documentation

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...}); // Set PNG as an output image format previewOptions . setPreviewFormat...); // Set DPI for the output image previewOptions . setDpi ( 72...

    docs.groupdocs.com/parser/java/generate-previews/
  5. 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...
  6. How to generate QR Code and sign document using...

    This guide describes how to improve your document with generated QR code using C#. Sign your documents with a QR Code and various standard QR code elements like Event QR Code, contact QR Code as VCard or MeCard, SEPA payment QR Code using GroupDocs.Signature .NET API by GroupDocs.... QR Code image generation in C# Another way...possible to generate code as an image. Create the QrCodeSignOptions...

    docs.groupdocs.com/signature/net/how-to-generat...
  7. Generating slides preview for presentation | Do...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...viewed in any desktop or online image viewer as well in the browser...slide preview as an SVG vector image, that is encapsulated in the...

    docs.groupdocs.com/editor/java/generating-slide...
  8. 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...
  9. 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...
  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...