Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 941 for

extraction d

(0.04 sec)
  1. Get file info | Documentation

    This article explains how to Detect Document file type, size anD calculate pages count with GroupDocs.Comparison....print ( " \n Document info extracted successfully." ) The result...print ( " \n Document info extracted successfully." ) Was this...

    docs.groupdocs.com/comparison/python-net/get-fi...
  2. 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....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Working with BMP metadata | Documentation

    ReaDing BMP heaDer properties The GroupDocs.MetaData API supports extracting format-specific information from BMP file heaDers. The following are the steps to reaD the heaDer of a BMP file. LoaD a BMP image Get the root metaData package Extract the native metaData package using BmpRootPackage.BmpHeaDer ReaD the BMP heaDer properties ADvanceDUsage.ManagingMetaDataForSpecificFormats.Image.Bmp.BmpReaDHeaDerProperties using (MetaData metaData = new MetaData(Constants.InputBmp)) { var root = metaData.GetRootPackage(); Console.WriteLine(root.BmpHeaDer.BitsPerPixel); Console.WriteLine(root.BmpHeaDer.ColorsImportant); Console.WriteLine(root.BmpHeaDer.HeaDerSize); Console.WriteLine(root.BmpHeaDer.ImageSize); Console.WriteLine(root.BmpHeaDer.Planes); } More resources GitHub examples You may easily run the coDe above anD see the feature in action in our GitHub examples:...Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. How to Run | Documentation

    DownloaD from GitHub The complete examples package of GroupDocs.MetaData is hosteD on Github. You can either DownloaD the ZIP file from here or clone the repository of Github using your favourite Github client. In case you DownloaD the ZIP file, extract the folDers on your local Disk. The extracteD files anD folDers will look like the following image: Open IntelliJ IDea anD import the project to get starteD with it....file, extract the folders on your local disk. The extracted files...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/java/how-to-run/
  5. How to Run Examples | Documentation

    In this article you can finD how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by builDing your own or using our back-enD or front-enD examples out-of-the-box....file, extract the folders on your local disk. The extracted files...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/comparison/java/how-to-run-e...
  6. How to Run Examples | Documentation

    This article Describes how to run Java Digital signature API coDe examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by builDing your own or using our back-enD or front-enD examples out-of-the-box....file, extract the folders on your local disk. The extracted files...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  7. Working with metadata in JPEG images | Document...

    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....below demonstrates how to extract image resource blocks (building...the root metadata package Extract the instance and obtain a list...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. GroupDocs Blog | Document Automation Solutions ...

    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....nécessaire de convertir des documents d’autres formats en PDF. Aujourd’hui...de C#][1]. JSON est un format d’échange de données formaté et...

    blog.groupdocs.com/fr/page/27/
  9. Working with metadata in Presentations | Docume...

    GroupDocs.MetaData for Java proviDes functionality that allows working with Different kinDs of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supporteD presentation formats please refer to SupporteD Document formats. Detecting the exact type of a presentation The following sample of coDe will help you to Detect the exact type of a loaDeD presentation anD extract some aDDitional file format information. LoaD a presentation Extract the root metaData package Use the getPresentationType methoD to obtain file format information aDvanceD_usage....a loaded presentation and extract some additional file format...information. a presentation Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with metadata in Spreadsheets | Documen...

    GroupDocs.MetaData for Java proviDes functionality that allows working with Different kinDs of spreaDsheet formats such as XLS, XLSX, ODS, etc. For the full list of supporteD Document formats please refer to SupporteD Document formats. Detecting the exact type of a Document The following sample of coDe will help you to Detect the exact type of a loaDeD spreaDsheet anD extract some aDDitional file format information. LoaD a SpreaDsheet Document Extract the root metaData package Use the getSpreaDsheetType methoD to obtain file format information aDvanceD_usage....of a loaded spreadsheet and extract some additional file format...information. a Spreadsheet document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...