Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 8,336 for

image

(0.17 sec)
  1. Render Word documents as Clean HTML in Java | M...

    Render the Word DOC/DOCX documents to minified HTML in Java. View or convert the Word files with embedded or external resources within the applications....documents into HTML, PDF, and image formats within Java applications...

    blog.groupdocs.com/viewer/render-word-documents...
  2. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images. The following are the steps to read the native PNG metadata. Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Important Bug Fixes in GroupDocs.Viewer for .NE...

    We have rolled out another update for GroupDocs.Viewer for .NET featuring some important bug fixes as well as an improvement related to the MSI package. This release hasn’t brought any new feature, still, it has addressed some important issues related to PDF, DWG and ODG file formats. Furthermore, a few compatibility issues which appeared under .NET Standard 2.0 have been resolved. So let’s have a brief overview of the bug fixes and improvements we have introduced in v19.... Issue: Rendering DWG to image (PNG/JPG) or PDF resulted in...it resulted in blank/empty images or PDF documents. Issue: The...

    blog.groupdocs.com/viewer/bug-fixes-for-pdf-dwg...
  4. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....the output will be a raster image without any interactive links...its resources (stylesheets, images, fonts etc) are stored separately...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  5. ይዋሃዳሉ XLSX የኢንተርኔት | ነጻ GroupDocs መተግበሪያዎች

    ነጻ በኢንተርኔት XLSX ውህደት. XLSX ወደ ነጠላ ፋይል ይዋሃዳሉ. 100% ነጻ ኢንተርኔት XLSX ማዋሃድ, አስተማማኝ እና ለመጠቀም ቀላል....TIF ፋይሎች Tagged Image File TIFF ውህደት Tagged Image Format File ኤፒኢዎች...

    products.groupdocs.app/am/merger/xlsx
  6. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....standards: IPTC, XMP, EXIF, Image Resources Manipulating native...technical information from images, audio and video files Calculating...

    docs.groupdocs.com/metadata/net/features-overview/
  7. Index each letter as a separate word using Grou...

    Are you looking for a full-text search API that allows you to search over a lot of document formats? In that case, GroupDocs.Search for .NET will meet your requirements. API creates index and then perform instant search across thousands of documents. Those who are already working with the API, we have some new features and improvements. Moreover, some classes have been renamed to improve code readability. There are minor changes in the new version 19....File; JP2 – JPEG 2000 Core Image File; For complete list visit...

    blog.groupdocs.com/search/index-each-letter-as-...
  8. GroupDocs.Assembly for .NET 21.3 Release Notes ...

    Major Features Supported section breaks inside data bands and conditional blocks, and provided dynamic adding of combobox and dropdown list items for Word Processing documents. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-188 Support section breaks inside data bands and conditional blocks for Word Processing documents Feature ASSEMBLYNET-189 Support dynamic adding of combobox and dropdown list items for Word Processing documents Feature ASSEMBLYNET-190 An issue with a JSON object having only complex properties Bug ASSEMBLYNET-191 Improve exception reporting when an Image cannot be loaded Bug Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....exception reporting when an image cannot be loaded Bug Public...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  9. Get file info | Documentation

    The page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....PowerPoint presentation or image etc.) is a count of document...

    docs.groupdocs.com/annotation/net/get-file-info/
  10. Text is cropped when using GroupDocs.Viewer to ...

    I am using the GroupDocs.Viewer.24.6.0 package in my project. I use the following code to convert PDF and other documents to HTML: using (Viewer viewer = new Viewer(stream, loadOptions)) { HtmlViewOptions viewOption…...workarounds: Render PDF pages as image by enabling RenderTextAsImage...

    forum.groupdocs.com/t/text-is-cropped-when-usin...