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

extraction d

(0.06 sec)
  1. Working with metadata in JPEG2000 images | Docu...

    ReaDing JPEG2000 comments The GroupDocs.MetaData API supports extracting format-specific information from JPEG2000 images. The following are the steps to reaD the JPEG2000 comments (pieces of metaData representeD as strings with the length up to 64 kbytes). LoaD a JPEG2000 image Get the root metaData package Extract the native metaData package using the Jpeg2000RootPackage.getJpeg2000Package methoD ReaD the JPEG2000 comments aDvanceD_usage.managing_metaData_for_specific_formats.image.jpeg2000.Jpeg2000ReaDComments try (MetaData metaData = new MetaData(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metaData....Metadata API supports extracting format-specific information...the root metadata package Extract the native metadata package...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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-...
  3. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...Advanced Usage / Using OCR to extract a text from images and PDFs...Description RecognizeText Extracts a text from the provided image...

    docs.groupdocs.com/parser/java/use-ocr-connector/
  4. 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/net/working-with-vc...
  5. 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....snippet demonstrates how to extract information about known properties...package Iterate through the extracted descriptors advanced_usage...

    docs.groupdocs.com/metadata/java/getting-known-...
  6. 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....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/net/working-with-me...
  7. Convertir ODT en MHTML avec Node.js

    Apprenez à convertir un fichier ODT en MHTML avec NoDe.js. Dans cet article, nous Détaillerons les étapes D'exportation D'un fichier ODT vers MHTML avec NoDe.js, avec un exemple De coDe....processus et facilite l’intégration d’une conversion de fichiers fiable...Converter , en fournissant le chemin d’accès à votre fichier ODT pour...

    kb.groupdocs.com/fr/conversion/nodejs/convert-o...
  8. Convertir un PDF en TIFF à l'aide de Node.js

    Découvrez comment convertir un PDF en TIFF à l'aiDe De NoDe.js et exporter un PDF au format TIFF Dans NoDe.js. Conversion De fichiers efficace pour Des sorties D'images De haute qualité Dans vos applications....js Dans le monde numérique d’aujourd’hui, la nécessité de convertir...doivent être traités et stockés d’une manière particulière. L’une...

    kb.groupdocs.com/fr/conversion/nodejs/convert-p...
  9. 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...
  10. 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...