Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 11,964 for

format

(0.21 sec)
  1. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for Java API....to set the source document format explicitly with this property...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  2. 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:...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...
  3. 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...
  4. 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...
  5. Working with metadata in MOV Files | GroupDocs

    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...
  6. Get document page preview | GroupDocs

    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-...
  7. Generate Email Messages from Data | GroupDocs

    Create email messages with dynamic subject, body, and recipients from data sources using templates....email template (MSG or EML format) Set email attributes (subject... conditional blocks, and formatting. Generate Email with Subject...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  8. Search Watermark by Text Formatting using Group...

    Today, we are pleased to announce the release of version 17.7.0 of GroupDocs.Watermark for .NET API. GroupDocs.Watermark for .NET 17.7.0 came up with the support of searching watermarks with a particular text Formatting. It also enables you to work with hyperlinks associated with different document entities. Continue to read more about the salient features of this brand new release. Search Watermarks by Text Formatting (font, color etc.) GroupDocs.Watermark for ....watermarks with a particular text formatting. It also enables you to work...Search Watermarks by Text Formatting (font, color etc.) # GroupDocs...

    blog.groupdocs.com/watermark/search-watermark-b...
  9. 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...
  10. How to Convert TXT to DOCX using C#

    In this article, you'll get guidance on how to convert TXT to DOCX using C#, including code example to export TXT to DOCX in C# on any operating system....generate DOCX file from TXT file format. Code to Convert TXT to DOCX...

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