Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 4,191 for

extraction

(0.18 sec)
  1. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....a loaded presentation and extract some additional file format...information. a presentation Extract the root metadata package Use...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Scannez le code QR depuis ODT en utilisant C#

    Ce guide explique comment scanner un code QR à partir d'ODT à l'aide de C#. Il comprend un exemple de code pour vous aider à extraire un code QR à partir d'ODT en C# pour une expérience fluide.... le besoin de méthodes d’extraction de données efficaces devient...code QR L’intégration de l’extraction de codes QR à partir d’ODT...

    kb.groupdocs.com/fr/parser/net/scan-qrcode-from...
  3. Existing objects in word processing document | ...

    Inspect, modify, and remove existing shapes (potential watermarks) in Word documents using GroupDocs.Watermark for Python via .NET.... Extract information about shapes extract_shapes.py...import WordProcessingLoadOp def extract_shapes (): with Watermarker...

    docs.groupdocs.com/watermark/python-net/existin...
  4. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark Excel worksheet background images using GroupDocs.Watermark for Python via .NET.... Extract information about worksheet...worksheet backgrounds extract_worksheet_backgrounds.py from groupdocs...

    docs.groupdocs.com/watermark/python-net/working...
  5. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......to Extract Images from PowerPoint in Java How to Extract Images...PPT to PPTX using C# How to Extract Metadata from Excel in Java...

    kb.groupdocs.com/categories/page/38/
  6. Working with metadata in Spreadsheets | GroupDocs

    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...
  7. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Convert ODT to PDF in C# How to Extract Images from Excel in Java How...File to JPG using Java How to Extract Images from Excel in C# How...

    kb.groupdocs.com/categories/page/36/
  8. Extraire des images de PDF, Word, Excel, PPT en...

    Extrayez des images de l'ensemble du document et de pages spécifiques de documents de traitement de texte, de feuilles de calcul Excel, de présentations PPT et de PDF à l'aide de Java.... API Java d’extraction d’images Extraction d’images à partir...API Java d’extraction d’images # Pour l’extraction des images...

    blog.groupdocs.com/fr/parser/extract-images-fro...
  9. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java 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 getWordProcessingType method to obtain file format information advanced_usage....type of a loaded document and extract some additional file format...a WordProcessing document Extract the root metadata package Use...

    docs.groupdocs.com/metadata/java/working-with-m...
  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...