
Google Docs QRify
An application that scans a Google Doc for instances of <<QR>>
and replaces them with a QR code linking to the document's URL.
Why Develop Google Docs QRify?
In collaborative environments, sharing documents efficiently is crucial. Google Docs QRify simplifies this by embedding QR codes directly into documents, allowing users to access them via a quick scan. This tool enhances accessibility and streamlines the sharing process within teams or with external stakeholders.
User-Friendly Setup
To set up Google Docs QRify, duplicate the _Config.gs
file and rename it to Config.gs
. Obtain a private API token from QR Code Generator API and insert it into the config file. This token allows the script to generate and embed QR codes into your documents automatically.
Built for Google Docs
Written in Google Apps Script, this tool operates directly within your Google Docs environment. Once the script is authorized, it adds a menu option to replace tags like <<QR>>
with real, scannable QR codes linked to the document's URL.
The Git Repository
Google Docs QRify
A lightweight Apps Script project that replaces <<QR>>
tags in your Google Docs with QR codes pointing to the document URL. Useful for printed handouts, signage, or any place where quick mobile access to a document is needed.