Posts by gereiz • 9 points
2 posts
-
0
votes1
answer81
viewsQ: Rename multiple files with VBA
Good morning everyone. I adapted a code to rename several file with vba, which performs the following function: I select the folder, The VBA opens the PDF (Invoice) , extracts the information from…
-
-1
votes1
answer41
viewsQ: Variables outside the function
I am using the code below to read Pdfs with the Tkinter interface: import io from pdfminer.converter import TextConverter from pdfminer.pdfinterp import PDFPageInterpreter from pdfminer.pdfinterp…