Sort Score
Result 10 results
Languages All
Labels All
Results 5,261 - 5,270 of 12,023 for

formatting

(0.3 sec)
  1. Comment convertir HTML en MHTML en utilisant C#

    Ce guide illustrera comment convertir HTML en MHTML à l'aide de C # sur n'importe quel système d'exploitation couramment utilisé, ainsi qu'un exemple de code pour générer du MHTML à partir de HTML en C #.... MHTML est un format d’archive de page Web qui peut...exemple de code pour convertir un format de fichier HTML en MHTML. Étapes...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  2. Comment convertir RTF en PPTX en utilisant C #

    Cet article explique comment convertir RTF en PPTX en utilisant le langage de programmation C#. Il propose également un exemple d'exemple de code pour l'application de conversion C# RTF vers PPTX....conversion de fichiers RTF au format PPTX est utile pour des tâches...convertir un fichier RTF au format PPTX. Étapes pour convertir...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. Comment convertir PNG en JPG en utilisant C#

    Ce didacticiel fournit des informations détaillées sur la conversion de PNG en JPG à l'aide de C# et un exemple d'application pour démontrer l'implémentation de la conversion C# PNG en JPG....conversion de documents d’un format d’image à un autre et décrit...options de conversion pour le format JPG Enfin, appelez la méthode...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  4. Removing metadata | GroupDocs

    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/net/removing-metadata/
  5. Extract metadata from Emails | GroupDocs

    Extract metadata from emails by using GetMetaData method....Extract data from various formats / Extract data from Emails...Console . WriteLine ( string . Format ( "{0}: {1}" , item . Name...

    docs.groupdocs.com/parser/net/extract-metadata-...
  6. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....report in Presentation Document format. Note The code uses some of...report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...
  7. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with Outer Document Insertion | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....Insertion in Word Processing Formats Note This feature is supported...Document Insertion in Email Formats Note This feature is supported...

    docs.groupdocs.com/assembly/java/working-with-o...
  9. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Master-Detail report in Email Document format. Common Master-Detail in Email...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/java/common-master-...
  10. In-Table List With Alternate Content in Email D...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Email Document format. In-Table List With Alternate Content in Email Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Outlook 2013. Add a new email. Press “Insert” tab to insert the table. Insert a 2X3 table. Save the template....Content report in Email Document format. In-Table List With Alternate...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/java/in-table-list-...