I have this challenge in one work of mine. I have to render a page to be a PDF. Now, I need to render a QR Code (example: http://chart.apis.google.com/chart?cht=qr&chl=mycontenthere&chs=150x150) within the rendered PDF. However, it throws out an error. By the way, i am using FPDF library.
My question is how can I render the QR Image to be an image displayed into the PDF as a file.jpg? Without saving it or anything...
Thank you!