Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 8,829 for

image

(0.15 sec)
  1. Feidhmchláir ar líne saor in aisce chun comhaid...

    Aipeanna ar líne saor in aisce chun comhaid Word, Excel, PowerPoint, MS Project, Visio, OneNote, Teachtaireachtaí Ríomhphoist, PDF, AutoCAD, CSV, SVG, XPS a fheiceáil i mbrabhsálaí Soghluaiste nó Deisce...Viewer Image App Oscail & Féach ar JPG, JPEG2000...

    products.groupdocs.app/ga/viewer/family
  2. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....PPSX OpenDocument Formats ODP Image files SVG Was this page helpful...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  3. 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...
  4. Specify encoding when loading documents | Docum...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications.... The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/java/specify-encoding...
  5. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Comparison....PowerPoint presentation or image etc.). represents count of document...

    docs.groupdocs.com/comparison/java/get-file-info/
  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. 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...getDublinCore (). setFormat ( "image/gif" ); root . getXmpPackage...

    docs.groupdocs.com/metadata/java/working-with-x...
  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...