Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 28,116 for

groupdocs.total

(0.18 sec)
  1. GroupDocs.Conversion for .NET 21.10 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 21.10 Major Features There are 5+ features, improvements and bug-fixes in this release, most notable are: Auto align image watermark Dedicated watermark options for text and image Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑4908 Feature Implement image watermark image auto align CONVERSIONNET‑4885 Improvement Split watermark options to WatermarkTextOptions and WatermarkImageOptions CONVERSIONNET‑4432 Fix Stl to Png conversion exception: Parameter is not valid CONVERSIONNET‑4813 Fix TIFF to PDF conversion - output larger in size CONVERSIONNET‑4901 Fix Incorrect auto align watermark when targeting ....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  2. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/annotation/java/save-only-an...
  3. Listening to conversion process events | Docume...

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for Java API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/conversion/java/listening/
  4. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  5. Caching | Documentation

    Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/conversion/net/caching/
  6. 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:...Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/metadata/java/extracting-com...
  7. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/redaction/net/get-file-info/
  8. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/merger/net/extract-pages/
  9. Common List Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: A report must show multiple customers’ picture and name....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/assembly/net/common-list-ima...
  10. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....Close Navigation Products GroupDocs.Total Product Family GroupDocs...

    docs.groupdocs.com/comparison/net/compare-multi...