QR Code for a PDF Document

Link a printed page to a digital document. Host your PDF online and generate a QR that opens it — handy for manuals, brochures and resumes.

Get this QR from the API (developers)
curl "https://qr.wrapper-agency.com/api/v1/qr?type=url&data=https%3A%2F%2Fyour-site.com%2Fbrochure.pdf&format=svg"

Free QR API — no key during beta. Returns SVG, PNG data-URL or JSON.

How to make a qr code for a pdf

  1. Upload the PDF to a public URL (your site, Drive, Dropbox, etc.).
  2. Paste that link and generate the QR.
  3. Download the SVG and place it on the printed material.

Tips

FAQ

Can I put the PDF itself inside the QR?
No — QR codes hold a small amount of data, not whole files. Host the PDF online and encode its link.
Will it open in the browser or download?
That depends on the device and how your host serves the file; most phones preview the PDF inline.

Related generators

Need this in code? See the QR API.