Subash Chandran posted: "# credit to Stack Overflow user in the source link # requires LibreOffice installed import os import subprocess for top, dirs, files in os.walk('/my/pdf/folder'): for filename in files: if filename.endswith('.pdf'): abspath = os."
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.