Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 10,838 for

formatting

(0.2 sec)
  1. How to Convert ODT to HTML using C#

    Let's learn how to convert ODT to HTML using C# without installing any extra software. Also, write code example to export ODT to HTML in C# using conversion library....convert documents from one format to another is a common requirement...using C# To convert ODT file format to HTML, you can leverage the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert PPT to PPTX using C#

    Easily transform PowerPoint documents and learn the process to convert PPT to PPTX using C#. Also, review the sample code for C# PPT to PPTX converter application....procedure between PowerPoint formats using one of the best document...convert options for the PPTX format Finally, call the Convert method...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Introducing Z-Order for Text Signatures in Grou...

    We are back with another monthly release of our eSign API - GroupDocs.Signature for .NET. This release includes three new features, three improvements, and a bug fix. So in this article, I’ll give you a walk-through of the latest release. Support of Z-Order for Text Signatures Z-order determines the order for the overlapping, two-dimensional objects in an x-y plane. Put it simply, if X-axis represents the width and Y-axis represents the height then Z-order will represent the depth of the object....for the following document formats: PDF documents Word processing...processing documents to various formats Implemented the transparent...

    blog.groupdocs.com/signature/introducing-z-orde...
  4. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....Extract data from various formats / Extract data from PDF documents.... out . println ( String . format ( "Name: %s" , rec . Name ));...

    docs.groupdocs.com/parser/java/parse-data-from-...
  5. So konvertieren Sie MSG mit Java in PDF

    In diesem Thema erfahren Sie, wie Sie MSG mit Java in PDF konvertieren, ohne Software von Drittanbietern zu installieren. Außerdem stellen wir Code zum Exportieren von MSG in PDF in Java bereit....allgemein zugänglichere PDF-Format konvertieren müssen. Wenn Sie...E-Mail-Inhalte in einem vielseitigeren Format effizient verwalten und teilen...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  6. 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...
  7. 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...
  8. Comment convertir RTF en DOCX en utilisant C #

    Utilisez une bibliothèque conviviale pour convertir RTF en DOCX en utilisant C # avec un exemple de code pour générer DOCX à partir de RTF en C # avec peu d'appels d'API sur n'importe quel système d'exploitation....(Rich Text Format) et Microsoft Word DOCX sont deux formats de document...conversion de fichiers RTF au format DOCX peut être utile lorsque...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  9. 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...
  10. 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/