Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 611 for

file type specification

(0.22 sec)
  1. Introducing WebP EMF and WMF formats in GroupDo...

    We’ve just published some important updates for GroupDocs.Metadata for the .NET community and we’re really pleased to announce our newest stable GroupDocs.Metadata for .NET 16.11 release, which includes support for even some more document formats as well as some great new features for images and audio Files. To try out all of the awesome features available now in our latest release, simply download this latest version or check for updates in Visual Studio and install the release ....features for images and audio files. To try out all of the awesome...Detection of MIME type of the specific file EMF image format detection...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more....Following are the watermark types that can be added to each supported...format. Document Format Watermark Type PDF XObject (image and text)...

    docs.groupdocs.com/watermark/net/features-overv...
  3. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats....as HTML, PDF, PNG, and JPEG files Leave feedback On this page...view the contents of email files within your .NET application...

    docs.groupdocs.com/viewer/net/render-email-mess...
  4. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its Type and convert it to the appropriate platform-specific Type....property value is to check its type and convert it to the appropriate...appropriate platform-specific type. AdvancedUsage.ExtractingPropertyVa...

    docs.groupdocs.com/metadata/net/extracting-prop...
  5. Iterate through container items | GroupDocs

    Learn how to iterate through container items (Files in archives) using GroupDocs.Parser for Python via .NET....such as ZIP archives, OST/PST files, and documents with attachments...installed Sample container files (ZIP, OST, PST, etc.) Understanding...

    docs.groupdocs.com/parser/python-net/iterate-th...
  6. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert CAD Files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats....rendering basics / Render CAD files / Render CAD drawings and models...models as HTML, PDF, and image files Leave feedback On this page...

    docs.groupdocs.com/viewer/nodejs-java/render-ca...
  7. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact Type of a document The following sample of code will help you to detect the exact Type of a loaded spreadsheet and extract some additional File format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....Usage / Managing metadata for specific formats / Documents / Working...refer to . Detecting the exact type of a document The following...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...usual - to the byte stream or file. This feature is working regardless...Load a desired WordProcesing file to the class. Call the method...

    docs.groupdocs.com/editor/net/generating-page-p...
  9. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Specify text match type search_options . match_type = TextMatchType...sample.pdf The following sample file is used in this example: Advanced...

    docs.groupdocs.com/signature/python-net/search-...
  10. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF Files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Usage / Managing metadata for specific formats / Video / Working...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...

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