Skip to content

This python module extracts the metadata, specifically the page count, from word document and print the total page count or number of pages of the word document.

Notifications You must be signed in to change notification settings

muhammadmoazzam/word-page-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Description

This python module extracts the metadata, specifically the page count, from word document and print the total page count or number of pages of the word document.

Usage

python word-page.py "word filename"

Note

This module can also be used to extract many other information from the word document since the document is infact stored in a compressed xml format. Read Furthur: https://towardsdatascience.com/how-to-extract-data-from-ms-word-documents-using-python-ed3fbb48c122

Other usefull references:

http://officeopenxml.com/anatomyofOOXML.php

About

This python module extracts the metadata, specifically the page count, from word document and print the total page count or number of pages of the word document.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages