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

extraction d

(0.04 sec)
  1. How to Run Examples | Documentation

    This section Decsribes how to get starteD with GroupDocs.Merger for Java library...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/merger/java/how-to-run-examp...
  2. Convertir un PDF en Word à l'aide de Node.js

    Apprenez à convertir un PDF en WorD à l'aiDe De NoDe.js sans effort. Exportez Des PDF vers WorD Dans NoDe.js avec Des étapes simples et Des bibliothèques pour une conversion précise Des Documents....ce processus sans nécessiter d’intervention manuelle. Dans ce...à l’aide de Node.js à l’aide d’une puissante bibliothèque de...

    kb.groupdocs.com/fr/conversion/nodejs/convert-p...
  3. Find metadata properties | Documentation

    This article explains that how you can easily search metaData anD extract DesireD metaData properties from PDF, DOCX, PPTX, XLSX, images, auDio, viDeo anD many other files of Different types in your .NET solution....easily search metadata and extract desired metadata properties...used metadata properties extracted from a file. Some metadata...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  4. 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...
  5. Working with metadata in Spreadsheets | Documen...

    GroupDocs.MetaData for .NET 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 FileType property to obtain file format information ADvanceDUsage....of a loaded spreadsheet and extract some additional file format...information. a Spreadsheet document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. 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 the BmpRootPackage.getBmpHeaDer methoD ReaD the BMP heaDer properties aDvanceD_usage.managing_metaData_for_specific_formats.image.bmp.BmpReaDHeaDerProperties try (MetaData metaData = new MetaData(Constants.InputBmp)) { BmpRootPackage root = metaData.getRootPackageGeneric(); System.out.println(root.getBmpHeaDer().getBitsPerPixel()); System.out.println(root.getBmpHeaDer().getColorsImportant()); System.out.println(root.getBmpHeaDer().getHeaDerSize()); System.out.println(root.getBmpHeaDer().getImageSize()); System.out.println(root.getBmpHeaDer().getPlanes()); } 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/java/working-with-b...
  7. Storing text of indexed documents | Documentation

    This article explains that how to store text of inDexeD Documents using Java....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/java/storing-text-of-...
  8. 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...
  9. 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-...
  10. 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/