Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 5,363 for

informations

(0.05 sec)
  1. Rechercher des caractères spéciaux dans des doc...

    Apprenez sans effort à rechercher des caractères spéciaux dans des documents à l'aide de Java. Améliorez la précision et la pertinence de la recherche de texte avec des caractères spéciaux en Java....SearchResult, qui fournit des informations détaillées sur les documents...

    kb.groupdocs.com/fr/search/java/search-special-...
  2. Signer un PDF avec un certificat de signature n...

    Maîtrisez l'art de la signature numérique de PDF avec des certificats en Java. Personnalisez les signatures et créez votre propre application à l'aide de l'API de signature numérique....Arrière-plan Style de bordure Informations de contact Date de signature...

    blog.groupdocs.com/fr/signature/sign-pdf-with-c...
  3. Comparer des documents Word - Comparaison de fi...

    Comparez les fichiers Word à l'aide de l'outil de comparaison en ligne gratuit. Les développeurs peuvent utiliser .NET, Java et l'API Cloud pour créer une application de comparaison de documents....docx"); } Pour plus d’informations, vous pouvez consulter les...

    blog.groupdocs.com/fr/comparison/compare-word-d...
  4. Supported File Formats | Documentation

    The following article indicates the file formats that GroupDocs.Comparison can work with....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  5. Installation | Documentation

    Install from Nuget NuGet is the easiest way to download and install GroupDocs.Parser for .NET. There are ways to install it in your project. Install via Package Manager GUI Follow these steps to reference GroupDocs.Parser 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. Right-click the solution or project and select Manage NuGet Packages from the context menu Select Browse tab and type “GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/parser/net/installation/
  6. Load WordProcessing document with options | Doc...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options using GroupDocs.Conversion for Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/java/load-wordpro...
  7. Skip loading of external resources | Documentation

    Learn this article and check how to restrict loading of external resources during conversion...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/java/skip-loading...
  8. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/java/convert/ebook/
  10. Developer Guide | Documentation

    This section describes how to get started with GroupDocs.Conversion for Python via .NET library in order to convert files...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/python-net/develo...