0

I have this sample data

extdata = """Content-Disposition: attachment; filename="NBFC fg.pdf"
JVBERi0xLjcKJcKzx9gNCjEgM....."""

I want to extract filename and the pdf that is in base64 using regex something like this with searchkey

re.findall('filename="?(.*?)"' ,extdata)

by this i am able to extract filename. I have to extract both filename and pdf base64

Chandan Kumar
  • 128
  • 1
  • 9

0 Answers0