Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 10,145 for

image

(0.54 sec)
  1. eSign Document with Image Signature | GroupDocs

    This article demonstrates how to add signature Image on document page with GroupDocs.Signature for Python via .NET....Types / ✍️ Image Signature eSign Document with Image Signature...this page What is an Image Signature? An image as a signature is...

    docs.groupdocs.com/signature/python-net/esign-d...
  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<ImageRootPackage>(); 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. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature Image on document page with GroupDocs.Signature....signature types / Image signature eSign document with Image signature...this page What is an Image Signature? An image as a signature is...

    docs.groupdocs.com/signature/net/esign-document...
  4. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the Image exif metadata layer with various data types...Metadata signature / ✎ Image Metadata eSign Image with Metadata signature...feedback Metadata signature for Image document is an electronic signature...

    docs.groupdocs.com/signature/java/esign-image-w...
  5. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the Image exif metadata layer with various data types...signatures / ✍️ eSign Image eSign Image with Metadata signature...Overview Metadata signature for Image document is an electronic signature...

    docs.groupdocs.com/signature/python-net/esign-i...
  6. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature Image on document page with GroupDocs.Signature....signature types / ✎ Image eSign document with Image signature Leave...feedback What is a Image Signature? An image as signature is alternative...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Save image by custom strategy | GroupDocs

    The listed articles below explain how to user control how Images are saved when a document is saved to Markdown format....Advanced usage / Saving image strategy / Save image by custom strategy...strategy Save image by custom strategy Leave feedback Use CustomImagesStrategy...

    docs.groupdocs.com/markdown/net/custom-strategy/
  8. Get Image Representation of Document Pages

    Getting Image representation of document pages is one of the most successful feature that is already implemented in .NET version of the API. Keeping your interest in view, we’ve now implemented this feature for Java developers. GroupDocs.Comparison for Java 19.6 allows you to save document comparison results in Image format as well. What does it take to implement such a feature? You just have to pass the output folder path to convertToImages method and API will take care of conversion mechanism itself....Getting image representation of document pages is one of the...document comparison results in image format as well. What does it...

    blog.groupdocs.com/comparison/get-image-represe...
  9. Save image by custom strategy | GroupDocs

    The listed articles below explain how to control how Images are saved when a document is saved to Markdown format....Advanced usage / Saving image strategy / Save image by custom strategy...strategy Save image by custom strategy Leave feedback Use CustomImagesStrategy...

    docs.groupdocs.com/markdown/python-net/custom-s...
  10. Save image as base64 | GroupDocs

    The listed articles below explain how to embed Images as Base64 strings directly in the Markdown....Saving image strategy / Save image as base64 Save image as base64...ExportImagesAsBase64 , which embeds images as Base64 data URIs directly...

    docs.groupdocs.com/markdown/python-net/as-base6...