Generating PDF documents in Python — The easy way
Generating a PDF document can be hell. Here, we’ll try to make that simpler by using PDFShift.io powerful API. (Plot twist: I’m the founder 😲)
What if I told you it was easy as sending a POST request? Take a look:
response = requests.post(
'http...
cnicodeme.com6 min read