Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,350 for

informations

(0.03 sec)
  1. Redact 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....masquer/supprimer toutes les informations privées telles que les identifiants...souvent besoin de cacher les informations confidentielles et sensibles...

    blog.groupdocs.com/fr/tag/redact-in-csharp/
  2. remove exif data from images

    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 EXIF incluent les informations de marquage et de métadonnées...métadonnées peuvent contenir des informations telles que la marque de...

    blog.groupdocs.com/fr/tag/remove-exif-data-from...
  3. In-Table List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft Word Document Creating an In-Table List Practicing the following steps you can create In-Table List Template in MS Word 2013. Click the on the document where you want to insert the table....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers and the...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  4. Single Row Image in Word Processing Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Microsoft Word Document Creating a Single Row Image Please follow below steps to create a Single Row Image in MS Word 2013:...Purchase Buy Now Pricing Information Free Trials Temporary License...are required to represent information of first single customer...

    docs.groupdocs.com/assembly/net/single-row-imag...
  5. Numériser un code-barres à partir d'un PPT à l'...

    Ce guide propose une explication détaillée de la manière de numériser un code-barres à partir d'un PPT à l'aide de Java. Il comprend également un exemple de code permettant d'extraire un code-barres à partir d'un PPT en Java....accès rapide et efficace aux informations. La possibilité de scanner...collection contient des informations essentielles concernant...

    kb.groupdocs.com/fr/parser/java/scan-barcode-fr...
  6. Convert XML to DOCX in CSharp on GroupDocs Blog...

    Convert XML to DOCX in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert XML to DOCX in CSharp on GroupDocs Blog | Document Automation So......& Java Developers Generar informes a partir de datos XML en C#...Automatice la generación de informes en C# convirtiendo datos XML...

    blog.groupdocs.com/es/tag/convert-xml-to-docx-i...
  7. Ajouter un filigrane de texte au PNG en utilisa...

    Découvrez la méthode permettant d’ajouter un filigrane de texte au PNG à l’aide de C#. De plus, vous recevrez un exemple de code illustrant comment insérer un filigrane de texte au format PNG en C#....attrait visuel et fournir des informations supplémentaires ou des éléments...image pour transmettre des informations supplémentaires, telles...

    kb.groupdocs.com/fr/watermark/net/add-text-wate...
  8. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Purchase Buy Now Pricing Information Free Trials Temporary License...allows users to get document information which includes: File format...

    docs.groupdocs.com/metadata/python-net/get-docu...
  9. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Purchase Buy Now Pricing Information Free Trials Temporary License...demonstrates how to extract information about known properties that...

    docs.groupdocs.com/metadata/java/getting-known-...
  10. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a GIF image Extract the...

    docs.groupdocs.com/metadata/net/working-with-me...