Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
is there a way to save the qrcode image as a file?
i'd like to generate a directory of images to be used in a word mail merge
so by some method i'd like to request each qr code and save it as an image with a code as it's file name
any ideas how that could be done?
You could do a HTTPWebRequest to the HTTP Handler which generates the QR code and just write the response stream to a file?
Matt
nice idea - i can see how that would work
thank you
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
saving qrcode file
is there a way to save the qrcode image as a file?
i'd like to generate a directory of images to be used in a word mail merge
so by some method i'd like to request each qr code and save it as an image with a code as it's file name
any ideas how that could be done?
You could do a HTTPWebRequest to the HTTP Handler which generates the QR code and just write the response stream to a file?
Matt
nice idea - i can see how that would work
thank you
is working on a reply...