Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 5,980 for

informations

(0.15 sec)
  1. Extraire les métadonnées de MSG à l'aide de C#

    Voyons comment extraire les métadonnées de MSG à l'aide de C#. Nous fournirons également un code C# d'extraction de métadonnées MSG compatible avec Windows, macOS et Linux....récupérer ces précieuses informations. Ce processus peut considérablement...valeurs, offrant ainsi des informations sur vos communications par...

    kb.groupdocs.com/fr/parser/net/extract-metadata...
  2. eSign document with QR-code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....Purchase Buy Now Pricing Information Free Trials Temporary License...Encodes item additional information, such as: weight; expiration...

    docs.groupdocs.com/signature/java/esign-documen...
  3. Multicolored Numbered List in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Presentation 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. Multicolored Numbered List in Microsoft PowerPoint Document Creating a Multicolored Numbered List Practising the following steps you can create Multicolored Numbered List Template in MS PowerPoint 2013....Purchase Buy Now Pricing Information Free Trials Temporary License...Tip For detailed technical information about syntax, expressions...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  4. GroupDocs.Viewer for Java 3.7.0 makes easy to r...

    Team GroupDocs is excitedly releasing a new version of GroupDocs.Viewer for Java. Many of the new features have been introduced in GroupDocs.Viewer for Java 3.7.0, such as the rendering of Email attachments and Rendering PDF document with layered content. Some of the important fixes about outstanding issues and improvements have also packed with this release. In order to enable all the rich features in your project please upgrade your document viewer applications with the latest version of the API....properly Failed to get document information in image mode with text from...document Failed to get document information in image mode with text in...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  5. How to Use Swagger UI to Test GroupDocs REST API

    The GroupDocs APIs are designed to be REST compliant so that they are familiar and easy to use. This post looks at how to use Swagger to test the GroupDocs APIs. Before showing you how to run a test, it explains Swagger and REST, and why we use them. Why we use Swagger and REST Swagger is a specification and a framework for building interactive API documentation and sandboxes, and to generate the code of an API client....Let’s say we need to acquire information on storage. Our actions:...consists of four pieces of information: Request URL , Response Code...

    blog.groupdocs.com/total/how-to-use-swagger-ui-...
  6. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a PDF document Extract the...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...cleans all the metadata information saved with that file and... Metadata is structured information that is used to contain important...

    blog.groupdocs.com/groupdocs.blog/page/90/
  8. Supprimer les métadonnées de DOCX à l'aide de Java

    Découvrez comment supprimer efficacement les métadonnées de DOCX à l'aide de Java. Ce guide comprend un exemple de code montrant comment supprimer les métadonnées de DOCX en Java....peuvent englober une gamme d’informations telles que le nom de l’auteur...protège non seulement les informations sensibles, mais maintient...

    kb.groupdocs.com/fr/metadata/java/remove-metada...
  9. Product Overview | GroupDocs

    GroupDocs.Merger for .NET provides a wide range of document manipulation features - merge multiple files into one file, split single file to separate files, reorder, rotate and remove document pages without third-party tools....Purchase Buy Now Pricing Information Free Trials Temporary License...Please visit the page for information on licenses and review the...

    docs.groupdocs.com/merger/net/product-overview/
  10. How to Convert VSDX to PDF in Java

    This article explains the process to convert VSDX to PDF in Java and guides you on how to use instructions for implementing the Java VSDX to PDF converter ability....Using the aforementioned information in order, it is possible...XLSM in Java post for more information. Updated on 08 Nov 2022 English...

    kb.groupdocs.com/conversion/java/how-to-convert...