Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 3,736 for

image conversion

(0.2 sec)
  1. Image Conversion Java API on GroupDocs Blog | D...

    Image Conversion Java API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Conversion Java API on GroupDocs Blog | Document Automation Solutions ......Image Conversion Java API on GroupDocs Blog | Document Automation...Developers Recent content in Image Conversion Java API on GroupDocs...

    blog.groupdocs.com/zh-hant/tag/image-conversion...
  2. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in Image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about Image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in Image format as well using ICompareResult....document comparison results in image format as well. In this blog...NET 19.3.1 . Let’s talk about image representation of the document...

    blog.groupdocs.com/comparison/save-document-com...
  3. Image search options | GroupDocs

    This article describes the Image search options that can be specified in an instance of the ImageSearchOptions class....Conversion Product Solution GroupDocs...Usage / Searching / Image search options Image search options Leave...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  4. Add Watermark to Documents while Conversion in ...

    Document Conversion is one of the most frequent processes that endures across a lot of industries. Sometimes, it is the business need to put a watermark on the resultant document after Conversion. For example, you want to convert a Word document to PDF or PowerPoint PPT/PPTX to PDF with a watermark (text or Image) in all the PDF pages. GroupDocs.Conversion for .NET and Java gives you such an option. It possesses a class WatermarkOptions with rich properties such as:...Document conversion is one of the most frequent processes that...resultant document after conversion. For example, you want to...

    blog.groupdocs.com/conversion/add-watermark-to-...
  5. SVG XPS and ICO Conversion to DOC DOCX XLS XLSX...

    GroupDocs.Conversion for .NET Release 3.3.0 Today we are excited to announce another monthly release of GroupDocs.Conversion for .NETversion 3.3.0. This release introduces the support for Conversion of new formats like SVG, XPS and ICO in addition to the routine improvements and bug fixes. New Features In this release we have enhanced the support for few other documents/files and document manipulation. SVG documents Conversion XPS documents Conversion ICO files Conversion XLSX to PNG/JPG/HTML fixed Conversion Remove Comments from Slides while Conversion Respecting DPI option when converting to Image Issues/Bugs Resolved We have made significant improvement in this release and fixed major issues, listed below are the issues that have been resolved:...Conversion for .NET Release 3.3.0 # Today we are excited...monthly release of GroupDocs.Conversion for .NET version 3.3.0. This...

    blog.groupdocs.com/conversion/svg-xps-ico-conve...
  6. Conversion from VCF is Introduced in GroupDocs....

    GroupDocs.Conversion for .NET 19.1 comes with a new feature, few bug fixes and some improvements. SVG to Slides Conversion is now improved. Furthermore, PDF to PNG/JPEG with watermark as background issue is resolved. Please check GroupDocs.Conversion for .NET 19.1 release notes for further reference. Features Implement Conversion from Vcf Improvements Improvement when converting Svg to Slides Add support for setting watermark as background when converting to Image Save converted document to file should return the file name and size Bug Fixes Spreadsheets sometimes show incorrect graph data Issue with Conversion ....Conversion for .NET 19.1 comes with a new feature,...improvements. SVG to Slides conversion is now improved. Furthermore...

    blog.groupdocs.com/conversion/conversion-from-v...
  7. 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:...Conversion Product Solution GroupDocs...specific formats / Images / Extracting Common Image Information Extracting...

    docs.groupdocs.com/metadata/net/extracting-comm...
  8. 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:...Conversion Product Solution GroupDocs...specific formats / Images / Extracting common image information Extracting...

    docs.groupdocs.com/metadata/java/extracting-com...
  9. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG Images size when rendering documents with Image Viewer by GroupDocs for Java....Conversion Product Solution GroupDocs...JPEG / Adjust the image size Adjust the image size Leave feedback...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  10. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the Image exif metadata layer with various data types...Conversion Product Solution GroupDocs...Metadata signatures / eSign Image eSign Image with Metadata signature...

    docs.groupdocs.com/signature/net/esign-image-wi...