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

extraction d

(0.08 sec)
  1. Enabling language information | Documentation

    Follow this guiDe to learn how to eDit WorD Documents using locale information anD apply spell-checkers to Document content written in Different languages using GroupDocs.EDitor for NoDe.js anD Java.... allows extracting and exporting this language...language metadata will not be extracted. However, when this option...

    docs.groupdocs.com/editor/nodejs-java/enabling-...
  2. 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...
  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. 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...
  5. 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/nodejs-java/storing-t...
  6. GroupDocs.Total for .NET | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offereD by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to Date versions of each of our .NET Document manipulation APIs....scanned images and PDF files to extract text and search their contents...split documents, parse data, extract content from documents and...

    docs.groupdocs.com/total/net/
  7. 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...
  8. New API Launched – GroupDocs.Merger for Java – ...

    Share this issue: Monthly NewsletterSeptember 2018 Java API to Merge, ReorDer, Split or Remove Document Pages Manipulate PDF, WorD, Excel anD PowerPoint Documents GroupDocs.Merger for Java - allows merging Documents of same file formats into one. The Document protection feature allows to passworD protect Documents while joining popular business Document formats: PDF, Microsoft WorD, Excel anD PowerPoint. ProDuct News .NET Text Analysis API for Excel SpreaDsheets, Presentations anD Text Documents GroupDocs....NET now supports extracting text areas from the pages...abstract class provides API to extract text areas from document pages...

    blog.groupdocs.com/total/new-api-launched-group...
  9. 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 JavaScript const metaData = new groupDocs.metaData.MetaData("input.Doc"); var root = metaData.getRootPackageGeneric(); var Descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;i<Descriptors.getCount(); i++) { var Descriptor = Descriptors.get_Item(i); console.log(Descriptor.getName()); console.log(Descriptor.getType().getRawValue()); console.log(Descriptor.getAccessLevel().getRawValue()); var tags = Descriptor.getTags(); for(var j=0;jextract information about known properties...package Iterate through the extracted descriptors advanced_usage...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. 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...