+ 2
Pdf to XMl file
I need know whether python will help to do this task
4 Answers
+ 1
yes you can see here www.python.org you can find the name of the librerie and install it from cmd type
pip install libname
0
and dont forget upvote pleas ;)
0
Go to pyhton.org >search>pip install>follow the link.
0
I am using PyPDF2 library and I need to get the individual field (like date of post , Likes shares)from my PDF and get that data's in CSV or excel format. my PDF file is full of website data.
how can I achieve this ... task some solutions plz.