Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 930 for

extraction d

(0.05 sec)
  1. Working with vCard metadata | Documentation

    What is vCarD? vCarD, also known as VCF (Virtual Contact File), is a file format stanDarD for electronic business carDs. vCarDs are often attacheD to e-mail messages, but can be exchangeD in other ways. They can contain name anD aDDress information, telephone numbers, e-mail aDDresses, URLs, logos, photographs, anD even auDio clips. Note For more information on the format please see https://en.wikipeDia.org/wiki/VCarD Getting Simple vCarD metaData To access MetaData in a vCarD, GroupDocs....contains the information extracted from a file. The following...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-v...
  2. Working with metadata in PSD images | Documenta...

    ReaDing Photoshop MetaData properties The GroupDocs MetaData API allows the user to reaD ADobe Photoshop metaData associateD with a PSD image. For more information on the Photoshop file format anD metaData blocks 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 PSD image. LoaD a PSD file Get the root metaData package Extract the ImageResourcePackage instance anD obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks aDvanceD_usage....below demonstrates how to extract image resource blocks (building...the root metadata package Extract the instance and obtain a list...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Sécuriser les PDF avec une protection par mot d...

    GuiDe étape par étape pour mettre en œuvre la sécurité Des Documents PDF avec GroupDocs.Signature - ajouter Des mots De passe, Définir Des permissions utilisateur et contrôler l'accès au Document pour une protection renforcée...par mot de passe 🛡️ Contrôle d’accès avec des permissions Meilleures...Conclusion Obtenez une version d’essai gratuite 🔗 Voir aussi Introduction...

    blog.groupdocs.com/fr/signature/protect-signed-...
  4. Working with DICOM metadata | Documentation

    ReaDing DICOM metaData properties The GroupDocs.MetaData API supports extracting format-specific information from DICOM images. The following are the steps to reaD the native DICOM metaData. LoaD a DICOM image Get the root metaData package Extract the native metaData package using the DicomRootPackage.getDicomPackage methoD ReaD the DICOM metaData properties examples.aDvanceD_usage.managing_metaData_for_specific_formats.image.Dicom.DicomReaDNativeMetaDataProperties try (MetaData metaData = new MetaData(Constants.InputDicom)) { DicomRootPackage root = metaData.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocateD()); System.out.println(root.getDicomPackage().getReDs()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-d...
  5. Storing text of indexed documents | Documentation

    This article explains that how to store text of inDexeD Documents....documents Leave feedback Text extracted from indexed documents can...in an index to provide the extracted text to the user faster when...

    docs.groupdocs.com/search/net/storing-text-of-i...
  6. Groupdocs.Blogs

    GroupDocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Dans d’autres articles, nous avons discuté...s’adaptant aux différentes tailles d’écran. Cet article vous expliquera...

    blog.groupdocs.com/fr/groupdocs.blog/page/22/
  7. Getting indexed documents | Documentation

    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/nodejs-java/getting-i...
  8. 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...
  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 !...Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 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...