+ 4
Opening,reading, writing pdf files using Python
can we open pdf files using open("sample.pdf") or is there any other way for doing it is reading and writing pdf files are also done through the method mentioned above along with "r","w" or is there any other method to do so
6 Réponses
+ 21
using PyPdf2
check this.
https://youtu.be/XoK1MyFG1Sg
+ 7
+ 4
Yes,you can do it .you should import PyPdf2 module
+ 3
Yes you can do it
+ 2
Yes you can using a specific module which you need to import
0
Well the second part of the name is the type of the file, right?