i have multiple pdf files in a folder.
all of them are original with color and digitally signed (Invoices for example)
right now im using automation tools whice loops the entire folder and manually prints the documents using mouse and keyboard actions - using microsoft print to pdf and print in gray scale.
my goal is :
- to get an output pdf file in black and white
- with no digital signatures.
the only way i know is "microsoft print to pdf" the question is how do i use it using python\script code and no automation?