Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 8,829 for

image

(0.03 sec)
  1. Render Layouts of CAD Document using GroupDocs....

    We are happy to announce that GroupDocs.Viewer for .NET 17.4.0 is available for download. This version allows you to access and render layouts in a CAD document. We have also introduced the option to specify Text Overflow modes when rendering cells document into HTML. Furthermore, 15 improvements and fixes have significantly enhanced the performance of the API. For a complete list of new features, improvements, and changes in the API, please read our release notes....rendered in output HTML or image Fix - Overflow text is not visible...when rendering pps or ppt to image Fix - Incorrect resource relative...

    blog.groupdocs.com/viewer/releasing-groupdocs.v...
  2. Working with metadata in GIF images | Documenta...

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } 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/net/working-with-me...
  3. How to Run | Documentation

    Learn how to run Java examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....folders will look like following image: The project uses Maven build...its dependencies. Following image shows how it looks like when...

    docs.groupdocs.com/watermark/java/how-to-run/
  4. Edit Watermark Objects in Word Documents using ...

    We are pleased to announce the release of version 18.2 of GroupDocs.Watermark for .NET. The latest version allows you to edit the objects that can be considered as watermark in Word documents. Following are the features that are introduced in GroupDocs.Watermark for .NET 18.2. Editing Watermark Objects in Word Documents Replacing text for particular shapesWe have added the support of replacing text for particular shapes in a Word document. Following code sample shows how to use this feature....added the feature of replacing image of the shape in a Word document...sample shows how to set the image of a shape. # using (WordsDocument...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  5. QR Code Scanner

    Free online QR code reader is the fastest and most user-friendly web application to scan QR codes....Code Read QR-Code online from image, files of various formats and...allows you to read QR-Code from images and files of various formats...

    products.groupdocs.app/scanner/scan-qr-code
  6. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...

    docs.groupdocs.com/metadata/nodejs-java/working...
  7. Determine the file type | Documentation

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....Sub End Module The following image shows a sample console output:...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  8. How to Extract Images from Word Document in C#

    Easily extract Images from Word document in C# in just a few lines of code and learn how to write code to develop the application for C# Image extractor from Word....Product Family How to Extract Images from Word Document in C# In...detailed procedure to extract Images from Word document in C# ....

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  9. 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...
  10. 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-...