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

format

(0.12 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported Formats. Extracting and updating metadata was unified for all supported Formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document inFormation and preview generation procedures were simplified....in files of all supported formats. Extracting and updating metadata...unified for all supported formats. The product architecture was...

    docs.groupdocs.com/metadata/net/migration-notes/
  5. Convert XLSX to DOCX using Python

    Convert XLSX to DOCX using Python to automate document generation. Learn how to export XLSX to DOCX in Python while retaining structured layout and Formatting....between spreadsheet and document formats. By using a Python-friendly...API, you gain control over formatting, content structure, and file...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. GroupDocs.Viewer for Java 25.9 – Latest Updates...

    Explore what’s new in GroupDocs.Viewer for Java 25.9. Available now on NuGet and GroupDocs website.... LHA Archive Format Support 3. Full Email Address...for handling different file formats. 🆕 Key New Features # 1. Multipage...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  7. Extract images from Microsoft Office Excel spre...

    To extract images from Microsoft Office Excel spreadsheets getImages methods are used. By default images are extracted with its original Format. With using ImageOptions class it is possible to extract images from Microsoft Office Excel spreadsheets as bmp, gif, jpeg, png and webp Formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for CSV files. Therefore, for CSV file getImages method returns null....Extract data from various formats / Extract data from Microsoft...extracted with its original format. With using class it is possible...

    docs.groupdocs.com/parser/java/extract-images-f...
  8. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original Format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp Formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Extract data from various formats / Extract data from Microsoft...extracted with its original format. With using class it is possible...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Features overview | GroupDocs

    Render documents to HTML, PNG, JPEG, PDF. Extract text, list attachments, and transform pages with GroupDocs.Viewer for Python....converting a document into a file format, paginated, or that has the...description of both image formats which may help you to choose...

    docs.groupdocs.com/viewer/python-net/features-o...
  10. Render DOCX as Image using Python

    You will learn how to render DOCX as image using Python. A code example will also be provided to create images from DOCX in Python for visual content workflows....content in a visually consistent format across platforms. This article...depending on your preferred image format, and specify the output directory...

    kb.groupdocs.com/viewer/python/render-docx-as-i...