Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 1,204 for

extraction d

(1.59 sec)
  1. Afficher des documents Word au format PDF en Ja...

    Découvrez comment afficher les fichiers WorD DOC/DOCX au format PDF en Java. Transformez les fichiers WorD en PDF protégés par mot De passe et interDisez l'impression PDF à l'aiDe De l'API Java Document Viewer....la technologie dans le monde d’aujourd’hui exige la possibilité...sécurisés et désactiver l’option d’impression à l’aide de Java. Les...

    blog.groupdocs.com/fr/viewer/view-word-document...
  2. Comparer les métadonnées de documents avec Grou...

    GuiDe pratique montrant comment comparer les métaDonnées entre les versions De Documents en utilisant GroupDocs.MetaData. Tutoriel étape par étape avec Des exemples De coDe et Des options D'exportation....modifications cachées entre les versions d’un document, permettant aux auditeurs...de création, mais les champs d’auteur cachés différaient, et...

    blog.groupdocs.com/fr/metadata/compare-document...
  3. Afficher des documents Word au format PDF à l'a...

    Découvrez comment afficher Des fichiers WorD DOC/DOCX au format PDF à l'aiDe De C#. Transformez les fichiers WorD en PDF protégés par mot De passe et interDisez l'impression PDF à l'aiDe De l'API Document Viewer .NET....téléchargée sous forme de DLL ou d’un programme d’installation MSI à partir...Viewer . Préparez les Options d’affichage PDF par défaut. Appelez...

    blog.groupdocs.com/fr/viewer/view-word-document...
  4. Working with metadata in WordProcessing documen...

    GroupDocs.MetaData for .NET proviDes functionality that allows working with Different kinDs of WorDProcessing Documents such as DOC, DOCX, ODT, 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 Document anD extract some aDDitional file format information. LoaD a WorDProcessing Document Extract the root metaData package Use the FileType property to obtain file format information ADvanceDUsage....type of a loaded document and extract some additional file format...a WordProcessing document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Use Cases | GroupDocs

    Explore real-worlD scenarios for GroupDocs.MetaData for NoDe.js via Java, such as comparing Document metaData across versions anD extracting hiDDen properties....examples that demonstrate extracting metadata from PDFs, Word...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/nodejs-java/use-cases/
  6. Advanced Usage | GroupDocs

    Learn about the aDvance usage of metaData API...Leave feedback Loading files Extracting metadata Removing metadata...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/metadata/net/advanced-usage/
  7. Developer Guide | GroupDocs

    Explains GroupDocs.EDitor for Python via .NET file eDitor features anD shows how to eDit WorD, XML anD text Documents, Excel spreaDsheets, PowerPoint presentations insiDe your Python applications...WordProcessing document Save document Extracting document metainfo How to...thanks Any additional feedback you'd like to share with us? Skip Send...

    docs.groupdocs.com/editor/python-net/developer-...
  8. 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/java/basic-usage/
  9. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.MetaData for Java represents any loaDeD file as a tree consisting of metaData properties anD nesteD metaData packages. You can easily iterate through the metaData tree...access to all properties extracted from a document, video, image...of the whole metadata tree extracted from the file Use any algorithm...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  10. 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 getPDfType methoD to obtain file format information aDvanceD_usage.managing_metaData_for_specific_formats.Document.pDf.PDfReaDFileFormatProperties try (MetaData metaData = new MetaData(Constants.InputPDf)) { PDfRootPackage root = metaData.getRootPackageGeneric(); System.out.println(root.getPDfType().getFileFormat()); System.out.println(root.getPDfType().getVersion()); System.out.println(root.getPDfType().getMimeType()); System.out.println(root.getPDfType().getExtension()); } ReaDing built-in metaData properties To access built-in metaData of a PDF Document, please use the getDocumentProperties methoD 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/java/working-with-m...