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

images

(0.06 sec)
  1. Convert HTML to DOCX using Python

    Convert HTML to DOCX using Python with accurate styling. Easily export HTML to DOCX in Python while preserving layout, fonts, and Images for editing and reuse....headings, paragraphs, lists, images, and tables into Word constructs...tweak page size, margins, and images handling Call Converter.convert()...

    kb.groupdocs.com/conversion/python/convert-html...
  2. Render TXT as HTML with External Resources usin...

    Learn how to render TXT as HTML with external resources using Python. This tutorial explains how to convert TXT to HTML in Python with external resources....like fonts, stylesheets, and images into external files can improve...resource path templates for images, fonts, and styles. Finally...

    kb.groupdocs.com/viewer/python/render-txt-as-ht...
  3. Advanced search for Barcode signatures | Docume...

     This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API...., // set field for barcode images returning ReturnContent = true...specify type of returned barcode images ReturnContentType = FileType...

    docs.groupdocs.com/signature/net/advanced-searc...
  4. Generate document page preview | Documentation

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for Java API....specify desired page numbers, image format, etc. To generate a document...event handler); b. specify the image preview format - PNG / JPG /...

    docs.groupdocs.com/annotation/java/generate-doc...
  5. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....msg" ); } Embedding image to email message body GroupDocs...provides the feature of embedding images in the body of the email message...

    docs.groupdocs.com/watermark/net/email-messages/
  6. Extracting common image information | Documenta...

    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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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/java/extracting-com...
  7. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....(); Adding watermark to the images inside a particular section...TextWatermark ( "Protected image" , new Font ( "Arial" , 8 ));...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Extracting Common Image Information | Documenta...

    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...
  9. Read XMP Metadata in AVI Videos With GroupDocs....

    Team GroupDocs is really pleased to announce the release of GroupDocs.Metadata for .NET version 17.6.0. Four new features and a bug fix are introduced in this regular monthly release of the API. The latest version of the API has focused mainly on adding features related to the image format. It now allows reading maker notes in JPEG Images along with providing the ability to parse additional IFD tags like SByte, SShort, SRational and SLong in supported image formats....adding features related to the image format. It now allows reading...reading maker notes in JPEG images along with providing the ability...

    blog.groupdocs.com/metadata/read-xmp-metadata-a...
  10. About Search Engines | Documentation

    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/net/about-search-engi...