3 Commits

Author SHA1 Message Date
Jesús Pérex
640ce8334c feat:
- Add support for .doc and .docx files
  - Use FILES_TO_CONVERT constant for document types to convert to PDF
  - Refactor code, file checking and help text for formats
2025-05-23 19:50:47 +01:00
Jesús Pérex
a0b78e3c7e fix: correct path handling in directory processing
- Fix duplicate subdirectory creation bug when processing nested directories
- Change relative path calculation to use current directory instead of root
- Remove redundant subdirectory creation code
- Improve path display in logs to show cleaner relative paths
2025-05-23 19:49:11 +01:00
Jesús Pérex
4bfd43e1e0 fix: correct path handling in directory processing
- Fix duplicate subdirectory creation bug when processing nested directories
- Change relative path calculation to use current directory instead of root
- Remove redundant subdirectory creation code
- Improve path display in logs to show cleaner relative paths
2025-05-23 19:22:44 +01:00