Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 10,845 for

format

(0.04 sec)
  1. 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...
  2. 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...
  3. Extract Text and Metadata from ONE Online

    Free online document text and metadata extractor. Secure and easy to use ONE text and metadata parser and extractor...many more file and document formats (see ) Read , , , , , , , from...API Microsoft OneNote File Format Files with .ONE extension are...

    products.groupdocs.app/parser/one
  4. Online JPG Barcode Reader

    Free online Barcode parser from JPG. Secure and easy to use Barcode parser and reader...many more file and document formats (see ) Read , , , , , , , from...File A JPEG is a type of image format that is saved using the method...

    products.groupdocs.app/parser/jpg
  5. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) Formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Extract data from various formats / Extract data from Emails...Outlook Storage (ost, pst) formats are supported. Also POP, IMAP...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG Formats....files in HTML, PNG, and JPEG formats. Use this library to implement...the document to HTML or image format. These methods allow you to...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  7. GroupDocs.Editor for Node.js | Documentation

    GroupDocs.Editor for Node.js enables document editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Node.js powerful document editing API....saved to original document format. GroupDocs.Editor can also...presentations, XML, OpenDocument Formats and TXT files. About GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/
  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. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Managing metadata for specific formats / Images / Working with DICOM...Metadata API supports extracting format-specific information from DICOM...

    docs.groupdocs.com/metadata/net/working-with-di...