Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 8,542 for

image

(0.06 sec)
  1. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....gets XMP properties of a PNG image and displays them on the screen...Schemes . DublinCore . Format = "image/gif" ; root . XmpPackage . Schemes...

    docs.groupdocs.com/metadata/net/working-with-xm...
  2. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。... Bitmap Image File (.bmp) Comma Separated...Language File (.html) JPEG Image (.jpeg) LaTeX Source Document...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  3. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.Image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....formats / Images / Working with metadata in JPEG2000 images Working...Working with metadata in JPEG2000 images Leave feedback Reading JPEG2000...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.Image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. GroupDocs.Total for Java | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....and manipulate documents and images within your Java applications...with over 170 document and image formats, including text documents...

    docs.groupdocs.com/total/java/
  6. Document preview | Documentation

    This article shows how to get document preview....capability to generate preview images for every page of your documents...you need to implement custom image preview stream disposing you...

    docs.groupdocs.com/watermark/net/basic-usage/pr...
  7. PDF Document Viewer Module for Drupal is Now Av...

    Great news for all Drupal CMS users! We have released a PDF viewer module for Drupal. The module allows you to seamlessly embed PDF documents, as well as PowerPoint presentations, Excel spreadsheets, word processing documents and Images into web-pages on your Drupal website. The PDF document viewer module for Drupal utilizes our GroupDocs Viewer’s functionality and provides you with the following benefits: Your website visitors don’t need any browser plug-ins or Flash to view documents hosted with our document viewer....word processing documents and images into web-pages on your Drupal...doesn’t convert documents to images, but renders them as real text...

    blog.groupdocs.com/total/pdf-document-viewer-mo...
  8. Render Files Contained in ZIP Archive using Gro...

    Hello everyone! We are back with another exciting release announcement. In this post, I am going to give you an overview of what’s new as well as what’s improved and fixed in the latest release of GroupDocs.Viewer for .NET. In this release, we majorly focused on providing bug fixes and improvements. Along with this, we have introduced the support of CDR file format and the feature of rendering files contained in the ZIP archives....graphics file to store the images and it is used by CorelDRAW...FontDirectories setting to vector image formats Improved rending attachments...

    blog.groupdocs.com/viewer/render-files-containe...
  9. Uploading a Document to GroupDocs

    You’ve got a GroupDocs account and now what? This blog post is the first in a short series that walks you through how to use GroupDocs. In the coming weeks, well explain how to: use GroupDocs Signature, share documents with your colleagues, convert Images to use as thumbnails, and assemble a document. But first, we’ll explain how to upload a file. That’s the first and most basic task that you can perform once you’ve logged in....with your colleagues, convert images to use as thumbnails, and assemble...can read it (or, if it is an image, look at it). You can’t edit...

    blog.groupdocs.com/total/uploading-a-document-t...
  10. How to Convert PDF to TIFF in Java

    Quickly understand the procedure for doing document transformation, learn how to convert PDF to TIFF in Java, and create the code to export PDF to TIFF using Java....last step, save the converted image file to the disk with the help...

    kb.groupdocs.com/conversion/java/how-to-convert...