Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 5,574 for

informations

(0.04 sec)
  1. Gérer les données EXIF des images JPEG, PNG, TI...

    Manipulez les métadonnées EXIF des images en Java. Extrayez, mettez à jour, ajoutez ou supprimez des données EXIF de JPG/JPEG, PNG, WebP ou d'autres images par programmation à l'aide de l'API Java....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/metadata/handle-exif-data...
  2. 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...
  3. Features Overview | Documentation

    The main feature of GroupDocs.Editor for Node.js is an ability to edit most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit Word Processing documents, Spreadsheets or Presentations....Purchase Buy Now Pricing Information Free Trials Temporary License...mode; consider language information for multi-language document...

    docs.groupdocs.com/editor/nodejs-java/features-...
  4. Big News! GroupDocs.Redaction has been released...

    Do you have to deal with a frequent exchange of the digital documents? Do your documents contain classified and sensitive information that needs to be protected? If they do, how do you process such documents to hide or remove some specific information before sending them outside your company? Well, these questions will definitely pop out the solution that you are currently using for protecting the sensitive content in your document....classified and sensitive information that needs to be protected...or remove some specific information before sending them outside...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  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 | 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...
  7. 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-...
  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. extract metadata in java

    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....peuvent inclure de nombreuses informations telles que la date de création...création, les informations de copyright, les artistes, les commentaires...

    blog.groupdocs.com/fr/tag/extract-metadata-in-j...
  10. Convert CSV to PDF 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....cómo convertir datos CSV en informes usando Java.Este artículo...para convertir datos CSV en informes PDF y MS Word DOC/DOCX usando...

    blog.groupdocs.com/es/tag/convert-csv-to-pdf-in...