package
3.29.0+incompatible
Repository: https://github.com/unidoc/unidoc-examples.git
Documentation: pkg.go.dev
# README
Barcode/QR PDF creation
Exemplifies how to apply barcode and QR codes to existing PDF files or newly generates PDFs.
The examples use github.com/boombuler/barcode for creating the codes.
Examples
- pdf_add_barcode.go creates a barcode and inserts on a specific location in a PDf file.
- pdf_add_qr_code.go creates QR code and inserts on a specific location in a PDf file.