Getting PDFs from windows folder

Hello @ all,
i am not so into python, but i know that there is a solution for my current problem.
I need to get all .pdf documents from a specific directory path - but i really dont know how to start there with python…

has someone an idea on this?
kind regards

kevin

Heres a start:)

With this you can get the content of a directory, now you can try to filter out PDFs

2 Likes

Look into my window.getdirectorycontents in Crumple package. All in Python and has a searchstring which can be .pdf.

1 Like

ah cool. found it :slight_smile: many thanks :slight_smile:

1 Like