Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 5,455 for

informations

(0.12 sec)
  1. In-Table List With Alternate Content in Present...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Presentation Document format based on the use case: Working with a Business Case. In-Table List With Alternate Content in Microsoft PowerPoint Document Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab to insert the table....Purchase Buy Now Pricing Information Free Trials Temporary License...It must represent all the information in tabular form. Report must...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  2. Numériser un code-barres à partir d'un PPT à l'...

    Ce guide propose une explication détaillée de la manière de numériser un code-barres à partir d'un PPT à l'aide de Java. Il comprend également un exemple de code permettant d'extraire un code-barres à partir d'un PPT en Java....accès rapide et efficace aux informations. La possibilité de scanner...collection contient des informations essentielles concernant...

    kb.groupdocs.com/fr/parser/java/scan-barcode-fr...
  3. Single Row Image in Word Processing Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Word Processing 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. Single Row Image in Microsoft Word Document Creating a Single Row Image Please follow below steps to create a Single Row Image in MS Word 2013:...Purchase Buy Now Pricing Information Free Trials Temporary License...are required to represent information of first single customer...

    docs.groupdocs.com/assembly/net/single-row-imag...
  4. In-Table List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Word Processing 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. In-Table List in Microsoft Word Document Creating an In-Table List Practicing the following steps you can create In-Table List Template in MS Word 2013. Click the on the document where you want to insert the table....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers and the...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  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. 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-...
  7. 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...
  8. 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...
  9. Skanna QR-kod från ODT med C#

    Den här guiden beskriver hur du skannar QR-kod från ODT med C#. Den innehåller ett kodexempel som hjälper dig att extrahera QR-kod från ODT i C# för en smidig upplevelse....få åtkomst till inbäddad information snabbt och sömlöst. QR-koder...för enklare tillgång till information. Denna funktion är särskilt...

    kb.groupdocs.com/sv/parser/net/scan-qrcode-from...
  10. Features Overview | Documentation

    This artice decsribes the features of GroupDocs.Merger for .NET library. It allows you to Merge PDF, Merge JPG, Split Document, Move Page, Swap Pages of the documents....Purchase Buy Now Pricing Information Free Trials Temporary License...password-protected. Document information extraction GroupDocs.Merger...

    docs.groupdocs.com/merger/net/features-overview/