Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 2,132 for

properties

(0.04 sec)
  1. How to Run Examples | Documentation

    Learn how to run Java examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/redaction/java/how-to-run-ex...
  2. How to Run Examples | Documentation

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: Open Eclipse and import the project to get started with it. Archived project file can also be imported....application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/assembly/java/how-to-run-exa...
  3. How to Run the Examples | Documentation

    Examples to annotate on your documents, images or web pages using Java....application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/annotation/java/how-to-run-t...
  4. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific Properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Reading MOV format-specific properties The GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Extracting common image information | Documenta...

    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:...allows extracting common image properties such as width and height...

    docs.groupdocs.com/metadata/java/extracting-com...
  6. How to Convert HTML to Word using Java

    Learn how to convert HTML to Word in Java and look at sample code to generate DOCX from HTML in Java to conduct document transformations quickly....WordProcessingConver class to set different properties for advanced conversion to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert HTML to Image in Java

    Learn the document conversion process in detail to convert HTML to Image in Java and how to use these instructions to create Java HTML to Image converter capability....this sample code by defining properties for the converted file using...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Get document info | Documentation

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....the document information properties, use the PropertyNames and...available document information properties: using ( Converter converter...

    docs.groupdocs.com/conversion/net/get-document-...
  9. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/nodejs-java/render-ms...
  10. How to Convert VSDX to PDF in C#

    In this short tutorial, we walk you through the process to convert VSDX to PDF in C# and produce sample code to convert Visio file to PDF without Visio....transformation, you can set several properties for the output PDF document...

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