Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 1,105 for

extraction d

(0.44 sec)
  1. Convertir DOCX en TXT avec Python

    Apprenez à convertir Des fichiers DOCX en TXT avec Python grâce à Des étapes claires et un exemple De coDe. Exportez facilement Des fichiers DOCX en TXT avec Python grâce à GroupDocs.Conversion pour automatiser vos opérations....contenu en texte brut à des fins d’indexation, de traitement ou de...recourir à Microsoft Office ou à d’autres outils externes. En suivant...

    kb.groupdocs.com/fr/conversion/python/convert-d...
  2. GroupDocs.Total for Python via .NET | GroupDocs

    GroupDocs.Total for Python via .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.... Extract text, metadata, and structured...images. GroupDocs.Metadata – Extract, edit, and remove metadata...

    docs.groupdocs.com/total/python-net/
  3. 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...
  4. diger du texte dans DOCX en utilisant C#

    Dans cette rubrique, vous apprenDrez à réDiger Du texte Dans DOCX à l'aiDe De C# sans installation De logiciel supplémentaire. Vous recevrez également Du coDe pour remplacer le texte Dans DOCX à l’aiDe De C#....masquer les informations sensibles d’un document tout en préservant...masquage des informations sensibles d’un document tout en préservant...

    kb.groupdocs.com/fr/redaction/net/redact-text-i...
  5. Comment convertir DOCX en TXT à l'aide de Java

    Dans ce guiDe, nous fournirons Des étapes simples pour convertir DOCX en TXT à l'aiDe De Java. Nous vous fournirons également un exemple De coDe représentant comment exporter DOCX vers TXT en Java....éditeurs de texte de base, l’extraction de contenu non formaté pour...compatible avec n’importe quel système d’exploitation. Ces directives sont...

    kb.groupdocs.com/fr/conversion/java/how-to-conv...
  6. Annotation basics | GroupDocs

    Quick Start section about main features of GroupDocs.Annotation API, Describes how to annotate Documents with just couple lines of coDe....component to the document Extract annotations from document Remove...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/annotation/net/basic-usage/
  7. Working with Archives and Attachments | GroupDocs

    This section Describes how to extract Data from ZIP archives anD Document attachments using GroupDocs.Parser for Python via .NET....Attachments Leave feedback Extract data from ZIP archives Iterate...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/parser/python-net/developer-...
  8. Getting known property descriptors | GroupDocs

    This coDe snippet Demonstrates how to extract information about known properties that can be encountereD in a particular package....snippet demonstrates how to extract information about known properties...package Iterate through the extracted descriptors AdvancedUsage...

    docs.groupdocs.com/metadata/net/getting-known-p...
  9. Working with metadata in JPEG2000 images | Grou...

    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 Jpeg2000RootPackage.Jpeg2000Package ReaD the JPEG2000 comments ADvanceDUsage.ManagingMetaDataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReaDComments using (MetaData metaData = new MetaData(Constants.InputJpeg2000)) { var root = metaData.GetRootPackage(); if (root....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 | GroupDocs

    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 FlvRootPackage.HeaDer ReaD the FLV heaDer properties ADvanceDUsage.ManagingMetaDataForSpecificFormats.ViDeo.Flv.FlvReaDHeaDerProperties using (MetaData metaData = new MetaData(Constants.InputFlv)) { var root = metaData.GetRootPackage(); Console.WriteLine(root.HeaDer.Version); Console.WriteLine(root.HeaDer.HasAuDioTags); Console.WriteLine(root.HeaDer.HasViDeoTags); Console.WriteLine(root.HeaDer.TypeFlags); } 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/net/working-with-me...