Posts by Neto • 3 points
1 post
-
-1
votes1
answer116
viewsQ: I made a pdf reader in python with a counter to read the page of this pdf but I’m missing something and my "reader" only reads the last page:
# o contador começa em -1 pq o para ler a primeira página tenho que começar do indice 0 contador = -1 def acessarPDF( c = contador): import PyPDF2 arq =…