Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 1,370 for

notes

(0.04 sec)
  1. Fügen Sie mit C# ein Textwasserzeichen zu XLSX ...

    Diese Anleitung zeigt, wie Sie mit C# ein Textwasserzeichen zu XLSX hinzufügen. Darüber hinaus erhalten Sie ein Codebeispiel zum Einfügen eines Textwasserzeichens in XLSX in C#....Tabellenkalkulatione eine professionelle Note. Gut gemacht! Sie beherrschen...

    kb.groupdocs.com/de/watermark/net/add-text-wate...
  2. Comment insérer une annotation de zone dans un ...

    Dans ce sujet, vous apprendrez à insérer une annotation de zone dans un PDF à l'aide de C#. Il comprend également des conseils et un exemple de code pour ajouter une annotation de zone au PDF en C#....joindre des commentaires, des notes ou d’autres détails. De plus...

    kb.groupdocs.com/fr/annotation/net/how-to-inser...
  3. Comment insérer une annotation de zone dans un ...

    Cette rubrique montre comment insérer une annotation de zone dans un PDF à l'aide de Java. Il fournit également toutes les instructions et un exemple de code pour ajouter une annotation de zone au PDF en Java....d’ajouter des commentaires, des notes ou d’autres informations. Nous...

    kb.groupdocs.com/fr/annotation/java/how-to-inse...
  4. Ajouter une annotation de surbrillance à JPG à ...

    Apprenons comment ajouter une annotation de surbrillance à JPG à l'aide de Java. De plus, nous vous fournirons un exemple de code pour insérer une annotation de surbrillance en Java pour JPG....supplémentaire pour ajouter des notes en surbrillance à un fichier...

    kb.groupdocs.com/fr/annotation/java/add-highlig...
  5. Installation | Documentation

    Install from NuGet NuGet is the easiest way to download and install GroupDocs.Watermark for .NET. Following are a couple of ways to install GroupDocs.Watermark for .NET in your project using NuGet. Install via package manager GUI Follow these steps to reference GroupDocs.Watermark using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer.... Note that .NET Standard 2.0 version...

    docs.groupdocs.com/watermark/net/installation/
  6. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API.... Please note that the number in the text...

    docs.groupdocs.com/search/java/numeric-range-se...
  7. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java....multiple documents Leave feedback Note This feature is available only...

    docs.groupdocs.com/comparison/java/compare-mult...
  8. 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.... println (); } } Note Not all possible properties...

    docs.groupdocs.com/metadata/java/getting-known-...
  9. File Size Increase on Conversion to HTML – Grou...

    Hello Team, I am using GroupDocs.Conversion in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for preview purposes. However, I have noticed that the converted HTML files are significantly …... Please note that this is the expected behavior...

    forum.groupdocs.com/t/file-size-increase-on-con...
  10. System requirements | Documentation

    GroupDocs.Total for .NET does not require any external software to be installed such as Microsoft Word, Microsoft Excel or Microsoft PowerPoint for file rendering....Leave feedback On this page Note GroupDocs.Total for .NET does...

    docs.groupdocs.com/total/net/system-requirements/