Hi, I’m attempting to create a QR code from a Google Maps URL. The Barcodes module doesn’t return an image file, but what looks like raw data.
The Barcodes documentation doesn’t explain how to get the PNG file to be able to use further down the chain. What am I missing? Thanks!
If you follow it with any module that requires a file, you’ll have the option to use the file from the Barcode module.
For example:
3 Likes
Thank you @DavidGurr_Make . I was hoping it would display the image in the output bundle for testing, but this works as well. Thanks for the quick response.
2 Likes