Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 10,763 for

formatting

(0.1 sec)
  1. Comment convertir PNG en JPG en utilisant Java

    Découvrez le flux de travail complet de conversion de PNG en JPG à l'aide de Java et comment implémenter ce guide pour le développement de l'application Java convert PNG to JPG....conversion de documents du format PNG au format JPG Instanciez la classe...effectuer la conversion entre les formats d’image à l’aide de quelques...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  2. Comment convertir un DOT en PDF en C#

    Cet article décrit le flux de travail pour convertir DOT en PDF en C# et comment utiliser ces instructions pour développer le convertisseur DOT en PDF à l'aide de C#....pour la conversion du format DOT au format PDF Instanciez la classe...disque pour le transformer au format PDF Créer et définir des options...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Extracting common...feedback For all supported image formats the GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/java/extracting-com...
  5. Handling MPEG audio metadata | Documentation

    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/net/handling-mpeg-a...
  6. How to merge archives to ZIP using Java | Docum...

    Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Java language using GroupDocs.Merger for Java library.... About ZIP File Format A file with .zip extension...the ZIP file size. ZIP file format was made public back in February...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP files....data in a machine-readable format. Barcodes are normally used...or files of different file formats. Using this API, you can easily...

    blog.groupdocs.com/signature/barcode-generator-...
  8. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files....within files of various file formats across folders. This library...within a large range of file formats for Word documents, spreadsheets...

    blog.groupdocs.com/search/search-multiple-texts...
  9. GroupDocs.Conversion distorts resulting image o...

    We have an issue with GroupDocs.Conversion on Ubuntu (we use Ubuntu 22.04.5 LTS). We use GroupDocs.Conversion for .NET 25.2.1. The input file is a .potx file. The desired output format is PNG. I can provide the file up…... The desired output format is PNG. I can provide the file...new ImageConvertOptions() { Format = ImageFileType.Png, Height...

    forum.groupdocs.com/t/groupdocs-conversion-dist...
  10. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....des documents de différents formats de fichiers. Les fichiers MP3...plus encore. PDF est l’un des formats de fichiers les plus connus...

    blog.groupdocs.com/fr/page/17/