Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 8,798 for

image

(0.07 sec)
  1. Extract a text from images and PDFs | Documenta...

    This article explains how to extract a text from Images and PDFs...text from images and PDFs / Extract a text from images and PDFs...PDFs Extract a text from images and PDFs Leave feedback GroupDocs...

    docs.groupdocs.com/parser/net/extract-text-from...
  2. System Requirements | Documentation

    GroupDocs.Conversion for Python via .NET sustem requirements....converting images or documents that contain images. The library...if you encounter issues with image-based conversions. Was this...

    docs.groupdocs.com/conversion/python-net/system...
  3. Render documents | Documentation

    Rendering documents with GroupDocs.Viewer for Java in your Java applications....following formats: HTML PDF Images (JPG or PNG) If the source...multi-page document to HTML or images results in multiple files,...

    docs.groupdocs.com/viewer/java/rendering-docume...
  4. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM Images. The following are the steps to read the native DICOM metadata. Load a DICOM Image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.Image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....metadata for specific formats / Images / Working with DICOM metadata...format-specific information from DICOM images. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-d...
  5. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP Image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/net/working-with-bm...
  6. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP Image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.Image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata for specific formats / Images / Working with BMP metadata...header of a BMP file. a BMP image Get the root metadata package...

    docs.groupdocs.com/metadata/java/working-with-b...
  7. GroupDocs.Signature for .NET 16.12.0 Supports M...

    We are contented to present another monthly release of our E-signing API that will certainly augment developers experience. GroupDocs.Signature for .NET 16.12.0 crops up with plentiful new features and a bug fix. API permits users to define signature options collection that ultimately helps in applying multiple signatures in a document. We would suggest you to download this latest release and go through the new features. e-Signature API - New Features Add ability to sign files with digital signature by given pattern in folder Add ability to sign files with Image signature by given pattern in folder Implement Text Signature alignment for PDF Documents Implement Text Signature alignment for Words Documents Implement Text Signature alignment for Cells Documents Implement Text Signature alignment for Slides Documents Add ability to sign files with text signature by given pattern in folder Implement Digital Signature for all pages for Pdf documents Implement Text Signature Margins for PDF Documents Implement Text Signature Margins for Cells Documents Implement Text Signature Margins for Words Documents Implement Text Signature Margins for Slides Documents Implement Digital Signature Alignment for Pdf Documents Implement ability to sign Pdf Documents with given list of Signature Options Implement ability to sign Cells Documents with given list of Signature Options Implement ability to sign Words Documents with given list of Signature Options Implement ability to sign Slides Documents with given list of Signature Options GroupDocs....ability to sign files with image signature by given pattern in...

    blog.groupdocs.com/signature/groupdocs-signatur...
  8. Support of Inline Syntax Error Messages

    We are back with the latest release of GroupDocs.Assembly for .NET. In this post, I am going to give you an overview of the latest release including the demonstration and usage of an exciting feature. Let’s not wait and walk through what’s new in the latest release. You may also have a glance at the release notes of the latest release. GroupDocs.Assembly allows you to generate automated reports by populating the pre-defined document templates....you to use null values for image tag and doc tag expressions...

    blog.groupdocs.com/assembly/support-of-inline-s...
  9. GroupDocs.Annotation for Java | Documentation

    API to annotate text or Images in your documents using Java. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...ability to annotate text or images in a document within your applications...pages, email messages, and even image files. GroupDocs.Annotation...

    docs.groupdocs.com/annotation/java/
  10. Load document of specific format | Documentation

    This article explains how to load document of specific format....LoadOptions descendant Diagram Email Image GifImage TiffImage PDF Presentation...

    docs.groupdocs.com/watermark/java/load-document...