Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 5,352 for

informations

(0.09 sec)
  1. Comment convertir PNG en JPG en utilisant C#

    Ce didacticiel fournit des Informations détaillées sur la conversion de PNG en JPG à l'aide de C# et un exemple d'application pour démontrer l'implémentation de la conversion C# PNG en JPG....outre, ce guide contient des informations sur la configuration de...utilisant C# pour plus d’informations. Updated on 20 Nov 2022...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  2. Comment convertir un PDF en RTF en C#

    Cet article décrit la procédure détaillée de conversion de PDF en RTF en C# et fournit un exemple de code pour illustrer l'implémentation du convertisseur C# PDF en RTF....Cet article fournit des informations détaillées étape par étape...Image en C# pour plus d’informations. Updated on 11 Sep 2022...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....embedding links, contact information, and other data, having the...streamline processes, improve information access, and maximize the...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  4. Single Row Image in Presentation Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Creat a new presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Purchase Buy Now Pricing Information Free Trials Temporary License...are required to represent information of first single manager with...

    docs.groupdocs.com/assembly/java/single-row-ima...
  5. Merge documents to PDF | Documentation

    This section describes how to import OLE objects into PDF documents using C#/.NET...Purchase Buy Now Pricing Information Free Trials Temporary License...that allows you to display information the same on any device with...

    docs.groupdocs.com/merger/net/merge-documents-t...
  6. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from the FLV file header...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive text in files using C# with step-by-step instructions....ability to retrieve specific information with precision is a fundamental...object to access detailed information about the matches Case-sensitive...

    kb.groupdocs.com/search/net/perform-case-sensit...
  8. GroupDocs.Viewer for Java overview | Documentation

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Purchase Buy Now Pricing Information Free Trials Temporary License...number of pages, and page information). or where GroupDocs.Viewer...

    docs.groupdocs.com/viewer/java/product-overview/
  9. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from PNG images. The following...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Extrahera text från PPT med Java

    Den här artikeln förklarar processen för hur man extraherar text från PPT med Java. Det ger också ett kodexempel för att integrera textextraktion från PPT i Java-projekt....utvinning och hantering av information från presentationsfiler blivit...ofta för att presentera information visuellt, finns det tillfällen...

    kb.groupdocs.com/sv/parser/java/extract-text-fr...