Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 11,162 for

format

(0.13 sec)
  1. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert archive files to HTML, PDF, PNG, and JPEG Formats....in HTML, PDF, PNG, and JPEG formats. You do not need to use third-party...image format. Supported archive and compressed file formats GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/render-ar...
  2. PdfViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents into PDF Format. For details see the documentationhttps//docs.groupdocs.com/viewer/net/renderingtopdf/....rendering documents into PDF format. For details, see the documentation...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  3. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert documents to HTML Format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Node.js via Java....PDF and after that to desired format. The following code snippet...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Common Master-Detail Image in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in HTML Document Reporting Requirement As a report developer, you are required to represent the inFormation of the managers and clients with the following key requirements: Report must show managers’ picture and name. It must associate the managers with their clients....Master-Detail report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/common-master-...
  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:...Managing metadata for specific formats / Images / Extracting common...feedback For all supported image formats the GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/java/extracting-com...
  6. Introducing Outlook Metadata Cleaner - An Outlo...

    Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs.Metadata for .NET that removes/cleans metadata properties in the files selected to be attached with email. It is an attach file button that appears in New Message window in Outlook. When some file is selected to be attached with email, the add-in first cleans all the metadata inFormation saved with that file and then attaches metadata free file with email message....images Supported Formats Following are the file formats supported by...(XLS/XLSX) Portable Document Format (PDF) GIF JPEG/JPG PNG Supported...

    blog.groupdocs.com/metadata/introducing-outlook...
  7. Support of .NET Standard 2.0 in GroupDocs.Viewe...

    Hello everyone! We have released v19.10 of GroupDocs.Viewer for .NET and I have a piece of breaking news especially for those who requested the support of .NET Core. The latest release of the API includes 6 new features, 2 improvements, and 11 bug fixes. So let’s have a look at some major updates we have brought for you. Support of .NET Standard 2.0 As promised, we have added the support of ....sxc Formats # In the latest release. we...list of our supported file formats and added the support of Gnu...

    blog.groupdocs.com/viewer/support-of-net-standa...
  8. 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....Managing metadata for specific formats / Video / Working with metadata...Leave feedback Reading MOV format-specific properties The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....preview in on of these image formats: JPEG Image Portable Network...previewFileName = String . format ( "%s_page%d.png" , testFile...

    docs.groupdocs.com/redaction/java/get-document-...
  10. How to Convert Image to PDF in Java

    This short guide explains how to convert Image to PDF in Java. You can also learn about document conversion by looking at the sample Java code to convert JPG to PDF....Converting a document to PDF format is a simple process that requires...

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