Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 590 for

file type specification

(0.12 sec)
  1. Extracting common image information | GroupDocs

    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:...Usage / Managing metadata for specific formats / Images / Extracting...such as width and height, MIME type, byte order, etc. Please see...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. GroupDocs Viewer displaying as Unlicensed versi...

    We are encountering an issue with the Groupdocs Viewer where the error message “Unlicensed version of GroupDocs.Viewer for .NET allows 15 views per hour” occasionally appears when previewing media Files. The issue appea…...appears when previewing media files. The issue appears to only occur...GroupDocs.Viewer.lic license file is present and identical on...

    forum.groupdocs.com/t/groupdocs-viewer-displayi...
  3. Introduction | GroupDocs

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....pass an input document (through file path or byte stream) along with...for saving. Detecting document type Sometimes it is necessary to...

    docs.groupdocs.com/editor/net/introduction/
  4. eSign Document with QR Code Signature | GroupDocs

    This article explains how to sign documents with electronic signature as QR code on document page with GroupDocs.Signature for Python via .NET API....Usage / Electronic Signature Types / ✍️ QR Code Signature eSign...with QR codes of the following types. Aztec code DataMatrix code...

    docs.groupdocs.com/signature/python-net/esign-d...
  5. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API....options for different document types / Load PDF document with options...loading specific pages, and defining other document-specific properties...

    docs.groupdocs.com/conversion/java/load-pdf-doc...
  6. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for .NET...conversion process to any supported file format (instead of ConversionHander...approx. depending on document type). Document convert options simplified...

    docs.groupdocs.com/conversion/net/migration-notes/
  7. Migration notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for Java...conversion process to any supported file format (instead of the ConversionHander...approx. depending on the document type). Document conversion options...

    docs.groupdocs.com/conversion/java/migration-no...
  8. Remove metadata properties | GroupDocs

    This article shows that how to remove metadata properties from a File is to use corresponding tags that allow you to locate the desired properties across all metadata packages....remove metadata properties from a file is to use corresponding tags...demonstrates how to remove specific metadata properties using...

    docs.groupdocs.com/metadata/net/remove-metadata...
  9. Create a Docker Image to Run GroupDocs.Viewer f...

    Learn how to create a docker image to run GroupDocs.Viewer for node.js via java. It includes details on configuring the environment along with sample code....your project files Inside this directory, create a file named Dockerfile...application code and save it in a file named gdviewer.js Move both...

    kb.groupdocs.com/total/nodejs/create-a-docker-i...
  10. GroupDocs.Viewer for .NET overview | GroupDocs

    GroupDocs.Viewer for .NET allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your .NET application....as HTML, PDF, PNG, and JPEG files. You no longer need third-party...third-party software to view files within your .NET application. Load...

    docs.groupdocs.com/viewer/net/product-overview/