Hi,
I'm trying to use the new PDF functionality to email myself a simple report.
Everything works well except for images.
i am using a free google api to generate a QR code. I put the following code into the Image property of an Image control: "https://chart.googleapis.com/chart?cht=qr&chs=320x320&chl=lkjaslkdjadsf&chld=L|0"
All works as expected with the QR code showing up in the PDF emailed.
I've also got another Image control using a different free API for 1D barcodes. Again I put the following in the Image propery: "https://barcode.tec-it.com/barcode.ashx?data=ABC-abc-1234&code=Code128&translate-esc=true&imagetype=Png&eclevel=L"
The barcode shows up in the image control nicely. Unfortunately I can't get it to show up in the PDF. I just get a blank control.
I've tried to save each image from a browser and then upload them as new media. They both seem to PDF fine when putting them into image controls as uploaded media.
Any idea why this might be?
Asaf