Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 11,963 for

formatting

(0.4 sec)
  1. Convertir CSV en JSON - Conversion d'image en l...

    Convertissez le format CSV au format JSON à l'aide de l'outil de conversion en ligne gratuit. Les développeurs peuvent utiliser .NET, Java et l'API Cloud pour créer CSV to JSON Converter....changer votre fichier CSV au format JSON. Convertir des données...(Comma Separated Values) au format JSON (JavaScript Object Notation)...

    blog.groupdocs.com/fr/conversion/convert-csv-to...
  2. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Managing metadata for specific formats / Other / Working with ZIP...archives Leave feedback Get ZIP format metadata The API allows detecting...

    docs.groupdocs.com/metadata/java/working-with-z...
  3. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...Words formats - DOC, DOCX, RTF, and Open Office format - ODT...documents (Microsoft Office Excel formats - XLSX, XLS and Open Office...

    docs.groupdocs.com/signature/java/esign-documen...
  5. How to Convert MSG to PDF using Java

    In this topic, you will learn how to convert MSG to PDF using Java without installing third-party software. Also, we will provide code to export MSG to PDF in Java.... Among the numerous email formats, MSG (Microsoft Outlook Message)...universally accessible PDF format. If you’re a Java developer...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. GroupDocs.Merger Product Family | GroupDocs

    Merge multiple documents into single, extrac document pages, split documents with GroupDocs.Merger libraries in C# and Java languages....Overview Supported Document Formats System Requirements Installation...Overview Supported Document Formats System Requirements Installation...

    docs.groupdocs.com/merger/
  7. Is it possible to set a 'FallbackFont' - Free S...

    Is it possible to set a default fallback font when converting to PDF? I am aware of the DefaultFont property on certain LoadOptions classes. My use case that is that I have “try anything to convert” method which does n…...font for all input formats without using format-specific load options...font handling differs between formats due to the use of different...

    forum.groupdocs.com/t/is-it-possible-to-set-a-f...
  8. How to merge WAV files using C# | GroupDocs

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....WAV File Format The WAV (Waveform Audio File Format) is a popular...popular audio file format that is commonly used for storing uncompressed...

    docs.groupdocs.com/merger/net/getting-started/u...
  9. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using CSharp programming language....in several different file formats, each having a different file...extensions and their file formats include XLSX (Microsoft Excel...

    docs.groupdocs.com/merger/net/merge/excel/
  10. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Managing metadata for specific formats / Audio / Working with MP3...Audio Layer III) is a coding format for digital audio. Originally...

    docs.groupdocs.com/metadata/java/handling-mpeg-...