Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 11,071 for

formatting

(0.05 sec)
  1. Comment convertir ODT en PPTX en utilisant C#

    Dans cette rubrique, nous découvrirons comment convertir ODT en PPTX à l'aide de C# sans installer d'installations logicielles supplémentaires ainsi que du code pour exporter ODT vers PPTX en C#....vous devez le convertir au format PPTX (PowerPoint), ce guide...NuGet pour exporter ODT au format de fichier PPTX Ajoutez une...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  2. 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....et XML sont tous deux des formats structurés bien connus qui...de la conversion entre les formats de données JSON et XML. Dans...

    blog.groupdocs.com/fr/page/4/
  3. Impose Digital Signatures on Electronic Documen...

    Team GroupDocs is pleased to announce e-Signing API for Java developers. API comes with many remarkable features including digital, image and text signatures. Moreover, it permits developers to write applications with ability to significantly sign electronic docs of various file formats. Java developers can manipulate signatures using properties offered by the API. We would recommend you to download and explore the API. Why GroupDocs.Signature?GroupDocs.Signature for Java 17.1.0 is a totally back-end, UI and framework independent API....electronic docs of various file formats. Java developers can manipulate...simply accepts a supported formatted input file to sign. In order...

    blog.groupdocs.com/signature/introducing-groupd...
  4. Fail Converting PDF to MD with images and urls ...

    Hey, I have been trying to use GroupDocs to convert pdf files to markdown files. Sadly when trying to convert pdf files with images and urls the images vanish and the urls just stay as highlighted text in the md document…...new WordProcessingConver { Format = WordProcessingFileTy.Md };...converting directly from .pdf to .md format indeed has issues. We have...

    forum.groupdocs.com/t/fail-converting-pdf-to-md...
  5. Get document info | Documentation

    This article shows how to get the basic document info.... format ( "FileType: %s" , info . getFileType.... out . println ( String . format ( "PageCount: %d" , info ....

    docs.groupdocs.com/parser/java/get-document-info/
  6. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties.... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/python-net/removing...
  7. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Comment convertir XML en HTML en utilisant C#

    Transformez des documents d'un format à un autre avec le package NuGet populaire. Apprenez à convertir XML en HTML à l'aide de C# et développez la fonctionnalité XML vers HTML C#....XML en une variété d’autres formats, notamment WMZ, MHT, MD, GIF...pour transformer le format XML en format HTML et avons développé...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  9. Comment convertir Excel en CSV en C#

    Convertissez rapidement des documents et apprenez à convertir Excel en CSV en C#. Examinez l'exemple de code pour convertir Excel en CSV en C# et modifiez-le en fonction de vos besoins....d’exporter des données d’un format à un autre pour diverses raisons...transformation simple du document au format CSV . En quelques minutes,...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  10. Convertir un PDF en ODT à l'aide de Java

    Convertissez facilement des PDF en ODT à l'aide de Java, sans avoir besoin d'outils supplémentaires. Nous vous fournirons un exemple de code et les étapes complètes pour effectuer cette conversion....fichiers PDF (Portable Document Format) en ODT (Open Document Text)...d’une mise en page fixe à des formats de document flexibles. Ce guide...

    kb.groupdocs.com/fr/conversion/java/convert-pdf...