Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,420 for

image to pdf

(0.55 sec)
  1. 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 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...
  2. Sign documents with additional image adjustment...

     This article explains how To use different Image adjustment with electronic signatures on document page....additional image adjustments Sign documents with additional image adjustments...class that implements extra image adjustment setting like gray-scale...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Delete Image signatures from documents | GroupDocs

    This article explains how To delete Image electronic signatures with GroupDocs.Signature API....signatures from documents / ❌ Image Delete Image signatures from documents...provides class to manipulate image signatures and delete them from...

    docs.groupdocs.com/signature/python-net/delete-...
  4. eSign image with Digital signature | GroupDocs

    This article demonstrates how To sign Images with digital signatures using steganography (LSB technique) with GroupDocs.Signature for .NET. Learn how To embed invisible digital signatures inTo PNG and JPG Images....signature types / Image Digital signature eSign image with Digital...page What is an Image Digital Signature? An Image Digital Signature...

    docs.groupdocs.com/signature/net/esign-image-wi...
  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...Metadata signatures / eSign Image eSign Image with Metadata signature...Overview Metadata signature for Image document is an electronic signature...

    docs.groupdocs.com/signature/net/esign-image-wi...
  6. Updating Image signatures with advanced options...

     This article explains how To provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Updating documents / ✜ Image Updating Image signatures with advanced...provides class to manipulate image signatures location, and size...

    docs.groupdocs.com/signature/net/updating-image...
  7. Performing document conversion and image conver...

    Earlier this week I talked about document conversion, including Image conversion, and why you’d want To do it. Today, I’ll show you how To perform two tasks: first, how To convert the pages in a document To Images and then how To convert an Image from one format To another. Document conversion is one of the services that GroupDocs offers. You can convert documents you’ve uploaded To a number of different formats....document conversion , including image conversion, and why you’d want...document to images and then how to convert an image from one format...

    blog.groupdocs.com/total/converting-images-for-...
  8. Add Watermark to Presentations in C# | Text and...

    C# ways To add text To presentation slides as watermark, or apply Image watermarks To PPT, PPTX, PPS & more formats using .NET Watermarking API by GroupDocs....programmatically add text and image watermarks to the Microsoft...seen applying watermarks to images in C# . Let’s quickly move...

    blog.groupdocs.com/watermark/add-watermark-to-p...
  9. Delete Image signatures from documents | GroupDocs

    This article explains how To delete Image electronic signatures with GroupDocs.Signature API....signatures from documents / ✖ Image Delete Image signatures from documents...provides class to manipulate image signatures and delete them from...

    docs.groupdocs.com/signature/net/delete-image-s...
  10. Update Image signatures in document | GroupDocs

    This article explains how To update Image electronic signatures with GroupDocs.Signature API....signatures in documents / ✎ Image Update Image signatures in document...example shows how to update Image signature that was found using...

    docs.groupdocs.com/signature/java/update-image-...