Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irshit033/doccou
A file pages counter
https://github.com/irshit033/doccou
Last synced: 3 months ago
JSON representation
A file pages counter
- Host: GitHub
- URL: https://github.com/irshit033/doccou
- Owner: IRSHIT033
- License: mit
- Fork: true (aloisdg/Doccou)
- Created: 2022-06-26T15:49:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T08:12:56.000Z (over 9 years ago)
- Last Synced: 2023-03-10T02:18:30.236Z (almost 2 years ago)
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doccou
A simple free and open source app to count document pages from anywhere. Drag and drop any number of pdfs, docxs to the app to display the total amount of page.
## Demo
[![Demo Doccou alpha](http://share.gifyoutube.com/KzB6Gb.gif)](https://www.youtube.com/watch?v=ek1j272iAmc)
## Support
| | [Pdf][1] | [Docx][2] | [Pptx][3] | [Doc][4] | [Odt][5] | [ePub][6] | [DjVu][7] | Image |
| --------------------- |:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|:---------:|
| [Pdf Page Count][10] | x | | | | | | | |
| [Homemade script][11] | | | | x | | | | |
| [AnyCount][12] | x | x | x | x | x | x | | x |
| Doccou | x | x | x | | x | | | x |[1]: http://en.wikipedia.org/wiki/Pdf
[2]: http://en.wikipedia.org/wiki/docx
[3]: http://en.wikipedia.org/wiki/pptx
[4]: http://en.wikipedia.org/wiki/doc
[5]: http://en.wikipedia.org/wiki/OpenDocument
[6]: http://en.wikipedia.org/wiki/EPUB
[7]: http://en.wikipedia.org/wiki/DjVu[10]: http://sourceforge.net/projects/pdfpagecount/
[11]: http://blogs.technet.com/b/heyscriptingguy/archive/2006/09/07/how-can-i-get-a-total-page-count-for-all-the-word-documents-in-a-folder.aspx
[12]: http://www.anycount.com/## Versus
| | Free | GUI | FOSS | Lib | PCL |
| --------------------- |:---------:|:---------:|:---------:|:---------:|:---------:|
| [Pdf Page Count][10] | x | x | x | | |
| [Homemade script][11] | x | | x | | |
| [AnyCount][12] | | x | | | |
| Doccou | x | x | x | x | x |## Feature Done
### v1.2.0
* Add Sample
* Add Unit Tests
* Add image support
* Add pptx support### v1.1.0
* Add multithreading
* Add .odt support### v1.0.0
* Move to OOP
* Add .pdf support
* Add gui
* Add .docx support
* Move to MVVM## Bug Reports & Feature Requests
You can help by reporting bugs, suggesting features, reviewing feature specifications or just by sharing your opinion.
Use [GitHub Issues](https://github.com/aloisdg/Doccou/issues) for all of that.
## Contributing
1. Fork the project.
2. Create a branch for your new feature.
3. Write tests.
4. Write code to make the tests pass.
5. Submit a pull request.All pull requests are welcome !
## License
CountPages uses the MIT license. See [LICENSE](https://github.com/aloisdg/Doccou/blob/master/LICENSE) for more details.