Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 11,102 for

formatting

(0.05 sec)
  1. PDF-Datei mit C# in mehrere Dateien aufteilen |...

    Verschiedene Möglichkeiten zum Aufteilen von PDF-Dateien mit C#. Trennen Sie große PDF-Dateien und extrahieren Sie bestimmte Seiten mit verschiedenen Aufteilungsoptionen....können: Definieren Sie das Format der Ausgabedatei(en). Definieren...aufteilen */ // Definieren Sie das Format der Ausgabedatei(en). string...

    blog.groupdocs.com/de/merger/split-pdf-files-in...
  2. Konvertieren Sie Präsentationen in PDF in Java ...

    Konvertieren Sie Präsentationen von MS PowerPoint- und Open Office Impress-Formaten wie ODP, PPT, PPTX mithilfe der Java-Konvertierungs-API programmgesteuert in PDF....Notwendigkeit, Dokumente anderer Formate in PDF zu konvertieren. Heute...von Präsentationen in das PDF-Format verwende ich in den Beispielen...

    blog.groupdocs.com/de/conversion/convert-presen...
  3. Suite C# Tout-en-un pour l'automatisation des t...

    Découvrez comment GroupDocs.Total pour .NET simplifie l'automatisation des documents en C#. De la visualisation et de la modification de documents aux signatures électroniques et à la gestion des licences économiques, optimisez votre flux de travail sans effort....pouvez visualiser de nombreux formats de documents différents dans...fichiers: Vous pouvez modifier des formats de fichiers populaires tels...

    blog.groupdocs.com/fr/total/streamline-document...
  4. Edit and Manage Metadata in Node.js Apps - Grou...

    Temukan cara menggunakan GroupDocs.Metadata for Node.js untuk mengekstrak, memperbarui, dan menghapus metadata dalam aplikasi Anda....yang bekerja dengan berbagai format dokumen. Dalam artikel ini...mengelola metadata di berbagai format dokumen dalam aplikasi Node...

    blog.groupdocs.com/id/metadata/edit-metadata-in...
  5. Image Conversion Java API

    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....Qualitätsverlust in das PDF-Format zu konvertieren. In diesem...programmgesteuert in das PDF-Format zu konvertieren....

    blog.groupdocs.com/de/tag/image-conversion-java...
  6. Convert WebP to JPG

    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....gambar WebP ke JPG, PNG, atau format lain terkadang diperlukan karena...mengubah gambar WebP Anda menjadi format JPG secara online dan terprogram...

    blog.groupdocs.com/id/tag/convert-webp-to-jpg/
  7. 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...
  8. 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...
  9. 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...
  10. 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/...