I want to create a QR code specifically using the “Barcode Generator” app. I would like to have it automatically open a local pdf or doc. The concept would be to have 10-15 QR codes that would open 1 of many docs I have on my tablet. What code or text can be used to achieve this?
Share
If this can be accomplished at all in a cross-platform standard way, it will be by encoding a URL like
file:///path/to/doc1.pdfin a QR code. It’s not guaranteed that the platform will honor this URL and open the file, but, it might.