Skip to main content

Timeline for answer to Download pdf in memory python by systemjack

Current License: CC BY-SA 3.0

Post Revisions

8 events
when toggle format what by license comment
Jun 15, 2022 at 9:51 comment added Danny Vu for the second example, in Python3 you want to import urllib not urllib2 (deprecated) and the call would be response=urllib.request.urlopen(URL)
Mar 3, 2017 at 15:41 vote accept Bosiwow
Mar 2, 2017 at 9:04 history edited systemjack CC BY-SA 3.0
added 301 characters in body
Mar 2, 2017 at 8:54 history edited systemjack CC BY-SA 3.0
deleted 2 characters in body
Mar 2, 2017 at 8:48 comment added systemjack Looks like it should have. I find requests to be less finicky.
Mar 2, 2017 at 8:40 history edited systemjack CC BY-SA 3.0
now use more generic stringio
Mar 2, 2017 at 8:28 comment added Bosiwow Yeah, just tried that and that worked!!! But I don't know why the urllib2 doesn't work.
Mar 2, 2017 at 8:26 history answered systemjack CC BY-SA 3.0