Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 6,202 for

informations

(0.33 sec)
  1. Developer Guide | GroupDocs

    This Developer Guide explains GroupDocs.Merger for Python via .NET file merger features and shows how to merge and combine PDF, Word, Excel, PowerPoint documents inside your Python via .NET applications...Purchase Buy Now Pricing Information Free Trials Temporary License...file types Get document information Merge files Single document...

    docs.groupdocs.com/merger/python-net/developer-...
  2. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Tag Get MPEG Audio format Information Read all EXIF tags Get specific...cleans all the metadata information saved with that file and...

    blog.groupdocs.com/categories/groupdocs.metadat...
  3. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Purchase Buy Now Pricing Information Free Trials Temporary License...with a JPEG image. For more information on the Photoshop file format...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Common Master-Detail Image in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail Image report in Spreadsheet 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. Common Master-Detail Image in Microsoft Excel Document Creating a Common Master-Detail Image Please follow below steps to create Common Master-Detail Image Template in MS Excel 2013: Create a new Workbook....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers and products...

    docs.groupdocs.com/assembly/net/common-master-d...
  5. In-Table List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Presentationformat 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 PowerPoint Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab....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...
  6. In-Table List in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Spreadsheet 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 Excel Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers orders quantity...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  7. Rechercher un mot spécifique dans des documents...

    Découvrez comment implémenter la recherche en texte intégral en Java et rechercher facilement un mot spécifique dans des documents à l'aide de Java sans installer d'outils supplémentaires....de trouver rapidement des informations pertinentes dans plusieurs...correspondants ainsi que des informations détaillées sur l’occurrence...

    kb.groupdocs.com/fr/search/java/search-specific...
  8. 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-...
  9. Get document info | GroupDocs

    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...
  10. Working with metadata in GIF images | GroupDocs

    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...