Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 12,017 for

format

(1.98 sec)
  1. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for .NET...process to any supported file format (instead of ConversionHander...to convert document into PDF format using old API and new one....

    docs.groupdocs.com/conversion/net/migration-notes/
  2. Migration notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for Java...process to any supported file format (instead of the ConversionHander...convert a document into PDF format using old API and new one....

    docs.groupdocs.com/conversion/java/migration-no...
  3. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document Format. Common Master-Detail in Email Document Note This feature is supported by version 17.8.0 or greater Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email....Master-Detail report in Email Document format. Common Master-Detail in Email...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/common-master-d...
  4. Split PDF File into Multiple Files using C# | S...

    Different ways to split PDF files using C#. Separate large PDF files and extract specific pages using different splitting options....the most commonly used file formats which is highly portable. As...documents of different file formats . You can download the DLLs...

    blog.groupdocs.com/merger/split-pdf-files-in-cs...
  5. Convert RTF to TIFF using Node.js

    Learn how to convert RTF to TIFF using Node.js with a simple step-by-step guide. Easily export RTF to TIFF in Node.js using a powerful document conversion library....ability to convert document formats is crucial for various applications...Rich Text Format ( RTF ) files into image formats such as TIFF...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  6. 比较 Excel 电子表格:使用 C# 进行高级逐单元格分析

    了解如何使用 GroupDocs.Comparison for .NET 以编程方式比较 Excel 电子表格。此指南演示了逐单元格比较、自定义样式、摘要页面以及 Excel 文档比较中的高级可见性控制,使用 C# 实现。...Generation Visibility Controls Multi-Format Support Source and Target Files...Styled Comparison with Custom Formatting Step 3: Visibility Controls...

    blog.groupdocs.com/zh/comparison/compare-excel-...
  7. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG Formats....in HTML, PDF, PNG, and JPEG formats. You do not need to use Microsoft...document to HTML, PDF, or image format. These methods allow you to...

    docs.groupdocs.com/viewer/net/render-ms-project...
  8. Extracting MakerNote Metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image inFormation that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary Format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Managing metadata for specific formats / Images / Working with metadata...properties in a proprietary binary format derived from EXIF. GroupDocs...

    docs.groupdocs.com/metadata/net/extracting-make...
  9. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java 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 getSpreadsheetType method to obtain file Format inFormation advanced_usage....Managing metadata for specific formats / Documents / Working with...different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc...

    docs.groupdocs.com/metadata/java/working-with-m...
  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....Managing metadata for specific formats / Video / Working with Metadata...metadata in ASF files Reading ASF format-specific properties The GroupDocs...

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