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

image conversion

(0.09 sec)
  1. PDF Conversion is Improved in GroupDocs.Convers...

    GroupDocs.Conversion for .NET 18.8 comes with some new features, improvements and a bug fix. PdfFormattingOptions class is introduced when converting to PDF format. Some of the obsolete constructors and properties are removed. Moreover, there’s also a security improvement. Please refer to GroupDocs.Conversion for .NET 18.8 release notes for further reference. We’d recommend you to integrate latest version of the API in your applications and share your feedback. Features PdfFormattingOptions when converting to PDF var saveOptions = new PdfSaveOptions(); saveOptions....Conversion for .NET 18.8 comes with some new features...Please refer to GroupDocs.Conversion for .NET 18.8 release notes...

    blog.groupdocs.com/conversion/pdf-conversion-is...
  2. Image search in network | Documentation

    This page contains information about reverse Image search in the search network....Conversion Product Solution GroupDocs...Usage / Scaling / Image search in network Image search in network...

    docs.groupdocs.com/search/java/image-search-in-...
  3. GroupDocs.Viewer.for.Java pdf conversion issues...

    Hi, We are working on migrating to GroupDocs for java form GroupDocs for .Net. There seems to be an issue with Conversion of some pdf files. 133d0a13-88f2-434e-a7a1-23579c4c5670.pdf (399.2 KB) Resulting Conversion us…...Java pdf conversion issues GroupDocs.Viewer Product...seems to be an issue with conversion of some pdf files. 133d0...

    forum.groupdocs.com/t/groupdocs-viewer-for-java...
  4. How to Convert PDF to Image in Java

    This tutorial shows how to convert PDF to Image in Java. You can set resolution, brightness and other parameters for the Image when convert PDF to Image using Java....Conversion Product Family GroupDocs...Family How to Convert PDF to Image in Java In this tutorial, we...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Image search options | Documentation

    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/java/image-search-opt...
  6. Set image size limits | Documentation

    This article shows how to set Image size limits when rendering Image to PNG or JPEG...Conversion Product Solution GroupDocs...PNG or JPEG / Set image size limits Set image size limits Leave...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  7. 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-...
  8. Image search in network | Documentation

    This page contains information about reverse Image search in the search network....Conversion Product Solution GroupDocs...Usage / Scaling / Image search in network Image search in network...

    docs.groupdocs.com/search/net/image-search-in-n...
  9. Set image size limits | Documentation

    This article shows how to set Image size limits when rendering Image to PNG or JPEG...Conversion Product Solution GroupDocs...PNG or JPEG / Set image size limits Set image size limits Leave...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  10. 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:...Conversion Product Solution GroupDocs...specific formats / Images / Extracting common image information Extracting...

    docs.groupdocs.com/metadata/java/extracting-com...