Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,089 for

extraction d

(0.68 sec)
  1. 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 FileType property to obtain file format information ADvanceDUsage.ManagingMetaDataForSpecificFormats.Document.PDf.PDfReaDFileFormatProperties using (MetaData metaData = new MetaData(Constants.InputPDf)) { var root = metaData.GetRootPackageDfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } ReaDing built-in metaData properties To access built-in metaData of a PDF Document, please use the DocumentProperties property DefineD in the DocumentRootPackage class....version a loaded document and extract some additional file format...information. a PDF document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... We’d recommend you to download the...the latest version, you can extract metadata from Matroska Multimedia...

    blog.groupdocs.com/groupdocs.blog/page/47/
  3. Working with metadata in Spreadsheets | GroupDocs

    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...
  4. Rechercher un mot spécifique dans des documents...

    Découvrez comment effectuer une implémentation De recherche De texte intégral en C# et rechercher un mot spécifique Dans Des Documents à l'aiDe De C# avec une approche simple Dans les applications .NET....documents à l'aide de C# La recherche d’un mot spécifique dans des documents...à grande échelle, la capacité d’indexer et de rechercher des documents...

    kb.groupdocs.com/fr/search/net/search-specific-...
  5. Groupdocs.Blogs

    GroupDocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...norme pour spécifier les formats d’image et de son principalement...photo, le modèle, la vitesse d’obturation, la date et l’heure...

    blog.groupdocs.com/fr/groupdocs.blog/page/36/
  6. Working with metadata properties | GroupDocs

    Open Navigation Close Navigation ProDucts GroupDocs.Total ProDuct Family GroupDocs.Viewer ProDuct Solution GroupDocs.......Exporting metadata properties Extracting property values Was this...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata properties | GroupDocs

    Open Navigation Close Navigation ProDucts GroupDocs.Total ProDuct Family GroupDocs.Viewer ProDuct Solution GroupDocs.......Exporting metadata properties Extracting property values Was this...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Groupdocs.Blogs

    GroupDocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...CHM , DjVu , MOBI , PDF et bien d’autres. En tant que programmeur...nécessaire de convertir des documents d’autres formats en PDF. Aujourd’hui...

    blog.groupdocs.com/fr/groupdocs.blog/page/33/
  9. Getting indexed documents | GroupDocs

    This article explains how to get a list of inDexeD Documents from an inDex, anD how to get the text of inDexeD Documents in HTML or plain text format....indexed document can also be extracted from an index if the option...following example shows how to extract document text from an index...

    docs.groupdocs.com/search/net/getting-indexed-d...
  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 getGifImageType methoD to obtain file format information aDvanceD_usage.managing_metaData_for_specific_formats.image.gif.GifReaDFileFormatProperties try (MetaData metaData = new MetaData(Constants.InputGif)) { GifRootPackage root = metaData.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrDer()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWiDth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP MetaData GroupDocs....of a loaded GIF image and extract some additional file format...format information. a GIF image Extract the root metadata package Use...

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