Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 9,574 for

images

(0.35 sec)
  1. Convert DOCX to PNG using C#

    Learn how to Convert DOCX to PNG using C# with the .NET conversion API, covering setup, options, and per‑page streaming for high‑quality results....document into individual PNG images using the .NET conversion API...demonstrates how to adjust image settings such as resolution...

    kb.groupdocs.com/conversion/net/convert-docx-to...
  2. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...specific formats / Images / Extracting Common Image Information Extracting...Extracting Common Image Information Leave feedback For all supported...

    docs.groupdocs.com/metadata/net/extracting-comm...
  3. Extracting MakerNote metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....formats / Images / Working with metadata in JPEG images / Extracting...MakerNote metadata refers to image information that is written...

    docs.groupdocs.com/metadata/java/extracting-mak...
  4. About Search Engines | GroupDocs

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones...text documents, sound files, images, and videos. Federated search...set of links to web pages, images, videos, infographics, articles...

    docs.groupdocs.com/search/nodejs-java/about-sea...
  5. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....textWatermarkOptions ); // Add image watermark to the second slide...close (); Add watermark to all images inside a particular slide GroupDocs...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. 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...
  7. QR Code Reader using Java | Scan QR Code from I...

    How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner....move on and scan QR codes from images in your application using a...read a QR code image: Load the QR Code image using the Parser...

    blog.groupdocs.com/parser/scan-qr-code-using-java/
  8. remove watermarks in csharp on GroupDocs Blog |...

    remove watermarks in csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove watermarks in csharp on GroupDocs Blog | Document Automation Soluti......filigranes basés sur du texte et des images à partir de documents PDF,...

    blog.groupdocs.com/fr/tag/remove-watermarks-in-...
  9. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Spreadsheets Presentations Images Images OCR Web formats Page layout...

    docs.groupdocs.com/conversion/java/convert/
  10. GroupDocs.Parser Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Parser for Python via .NET — API to extract text, Images, metadata, and structured data from documents....feature of extracting text, images, metadata, and structured data...structured data extraction Metadata, images, tables, and attachments extraction...

    docs.groupdocs.com/parser/python-net/groupdocs-...