Skip to main content

Extracts Embeded documents From Open XML documents. Such as excels, documents, presentations etc. .

Project description

The Objects Embeded in files with extensions .xlsx, .ppt,.doc etc can be extracted using this library.

list of file extensions supported

  1. .xlsx
  2. .xlsm
  3. .xltx
  4. .xltm
  5. .docx
  6. .dotx
  7. .docm
  8. .dotm
  9. .pptx
  10. .pptm
  11. .potx
  12. .potm

Sample code to extract embeded files.

from AttachmentsExtractor import extractor

abs_path_to_file='Please provide absolute path here ' path_to_destination_directory = 'Please provide path of the directory where the extracted attachments should be stored'

extractor.extract(abs_path_to_file,path_to_destination_directory) # returns true if one or more attachments are found else returns false.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AttachmentsExtractor-1.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page