Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 9,457 for

images

(0.41 sec)
  1. Saving EditableDocument to stream | GroupDocs

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links.... where CSS stylesheets and images are not stored inside the markup...external resources (CSS and images) are referenced through the...

    docs.groupdocs.com/editor/net/saving-editabledo...
  2. Count Words and Occurrences of Each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email documents in C# using .NET document parsing API....further allows the extraction of images, and metadata from a long list...Documents to Extract Images using C# Extract Images from EPUB, FB2...

    blog.groupdocs.com/parser/count-words-and-occur...
  3. SVG on GroupDocs Blog | Document Automation Sol...

    SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SVG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers นี่คือฟิลด์ชื่อเร......XMP metadata packages in SVG images → **แก้ไขและทำความสะอาดแพ็กเกจข้อมูลเมตา...

    blog.groupdocs.com/th/tag/svg/index.xml
  4. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This makes the whole implementation very ineffic…..., high‑resolution images, embedded fonts) the parsing...embedded resources High‑resolution images or full‑size fonts must be...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...
  5. Email messages | GroupDocs

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

    docs.groupdocs.com/watermark/java/email-messages/
  6. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.Imagesize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/net/working-with-bm...
  7. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImagesize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-b...
  8. Working with Email Messages using GroupDocs.Wat...

    We are pleased to announce the release of version 17.11 of GroupDocs.Watermark for .NET API. This version enables you to work with Email Formats and obsolete SlidesBaseSlide.BackgroundImage property has been removed. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read more about version 17.11. Working with Email FormatsGroupDocs.Watermark for .NET 17.11 provides the ability to work with the Email formats....and embedding attachments and images in the email messages. For...of an email message Embed an image to email message body Remove...

    blog.groupdocs.com/watermark/working-with-email...
  9. Saving documents | GroupDocs

    This section explains how to save document with different formats and source with GroupDocs.Signature API....save with password, save as images, save to another format. For...with password Saving signed images with various output types How...

    docs.groupdocs.com/signature/net/saving/
  10. Add Text Watermark to JPG Using Python

    Learn how to add text watermark to JPG using Python. This tutorial shows how to embed text watermarks into JPG Images with custom font, color, and alignment....Watermark to JPG Using Python JPG images remain a widely used format...an effective way to protect image ownership, display confidentiality...

    kb.groupdocs.com/watermark/python/add-text-wate...