Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 12,017 for

formatting

(0.12 sec)
  1. Word to Markdown

    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....Textinhalte in das Markdown-Format gefordert. In diesem Artikel...Textverarbeitungsedi das Markdown-Format. Die kontinuierliche Zunahme...

    blog.groupdocs.com/de/tag/word-to-markdown/
  2. JSON to CSV in CSharp

    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....Form zu speichern, müssen Formate ineinander konvertiert werden...Konvertierung des Formats JSON in CSV und des Formats CSV in JSON programmgesteuert...

    blog.groupdocs.com/de/tag/json-to-csv-in-csharp/
  3. Generate PDF report from JSON

    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....données JSON brutes dans un format de rapport présentable et facilement...modèles simples. JSON est un format d’échange de données formaté...

    blog.groupdocs.com/fr/tag/generate-pdf-report-f...
  4. Java to PDF

    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....Anda dapat mengubahnya menjadi format PDF. Pada artikel ini, kita...sumber Java, Python, C++, PHP ke format PDF dalam aplikasi Java. Selain...

    blog.groupdocs.com/id/tag/java-to-pdf/
  5. Convert Excel to PDF

    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....bestimmte Blätter häufig in das PDF-Format. In diesem Artikel lernen wir...von Excel-Tabellen in das PDF-Format in Java mithilfe der Dokumentkonvertierun-API...

    blog.groupdocs.com/de/tag/convert-excel-to-pdf/
  6. 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...
  7. Comment modifier des fichiers XML à l'aide de C...

    Modifiez ou mettez à jour vos données XML par programmation dans vos applications .NET à l'aide de C#. Modifiez les fichiers XML et enregistrez les modifications dans différents formats....中國傳統的 XML fait partie des formats structurés recommandés par...longue liste de différents formats de fichiers . C’est l’API ...

    blog.groupdocs.com/fr/editor/edit-xml-files-usi...
  8. 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...
  9. 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...
  10. 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...