Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 6,339 for

informations

(0.13 sec)
  1. Supprimer les métadonnées de PPT à l'aide de Java

    Cette rubrique vous expliquera comment supprimer les métadonnées de PPT à l'aide de Java. Vous obtiendrez un exemple de code pour supprimer les métadonnées de PPT en Java sans installation de logiciel supplémentaire....fichiers PPT incluent des informations précieuses telles que les...nécessaire pour protéger les informations sensibles ou répondre aux...

    kb.groupdocs.com/fr/metadata/java/remove-metada...
  2. Ajouter un filigrane de texte au PNG à l'aide d...

    Découvrez la méthode permettant d'ajouter un filigrane de texte au PNG à l'aide de Java. De plus, vous recevrez un exemple de code illustrant comment insérer un filigrane de texte au format PNG en Java....image, transmettant des informations supplémentaires telles que...attrait visuel et fournit des informations supplémentaires ou des éléments...

    kb.groupdocs.com/fr/watermark/java/add-text-wat...
  3. GroupDocs.Viewer Product Family

    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....document information by guid Get document information by stream...stream Get document information by Uri Remove all cache files Remove...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. In-Table List With Alternate Content in Present...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Presentation Document format based on the use case: Working with a Business Case. In-Table List With Alternate Content in Microsoft PowerPoint 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 PowerPoint 2013. Add a new presentation slide. Press “Insert” tab to insert the table....Purchase Buy Now Pricing Information Free Trials Temporary License...It must represent all the information in tabular form. Report must...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  5. Lägg till Ellipse Annotation till JPG med C#

    Den här guiden ger instruktioner om hur du lägger till ellipskommentarer till JPG med C#. Den omfattar också kodexempel för att infoga ellipskommentarer till JPG i C#....förbättra och kommunicera information effektivt. I den här artikeln...kommer att ge ytterligare information om hur man infogar ellipskommentarer...

    kb.groupdocs.com/sv/annotation/net/add-ellipse-...
  6. Working with metadata in GIF images | GroupDocs

    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...
  7. Getting known property descriptors | GroupDocs

    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-...
  8. Get document info | GroupDocs

    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. Extraer texto de XLS con C#

    Este artículo explica cómo extraer texto de XLS con C#. Incluye un ejemplo de código que le ayudará a extraer texto de XLS en C# sin instalar software adicional....procesamiento de datos, generación de informes o administración de información...diferentes contextos, como generar informes, realizar análisis de datos...

    kb.groupdocs.com/es/parser/net/extract-text-fro...
  10. Extraer texto de RTF con C#

    Este artículo ofrece una guía completa sobre la extracción de texto de RTF en C#. Incluye un ejemplo de código para ayudarlo a extraer texto de RTF de manera eficaz con C#....o generación automática de informes. En este artículo, exploraremos...automatizar la generación de informes. Pasos para extraer texto...

    kb.groupdocs.com/es/parser/net/extract-text-fro...