I thought that I could encode my data in the picture, and then I would have members of the group who would be copied from the CDF document and sent to me by e-mail. It looked something like this:
The top line is for defining data slots, and the bottom line contains data encoded as color. However, I found that Outlook compresses the images placed in the body of the message, so you get slightly blurry images and, therefore, corrupted data. The next step was to use a more robust code, such as a QR barcode. Fortunately from last week Wolfram | Alpha can generate QR barcodes, for example:
WolframAlpha[ "QRcode:\"" <> ToString[N[Pi, 100]] <> "\"", {{"QRCodeBarcode", 1}, "Content"}]
Now I downloaded and installed the CDF player, and it seemed to work in the CDF document as well, although I had to generate a QR code a second time before properly processing the Internet connection. I do not know if this is a false result.
source share