{"id":21310789,"url":"https://github.com/oetiker/pdf-qrcode","last_synced_at":"2026-01-28T19:36:45.699Z","repository":{"id":45079790,"uuid":"319879353","full_name":"oetiker/pdf-qrcode","owner":"oetiker","description":"Package to add a qrcode method to the PDF::API2 and PDF::Builder classes.","archived":false,"fork":false,"pushed_at":"2022-07-27T06:15:16.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-11T23:37:37.215Z","etag":null,"topics":["pdf-generation","perl","qrcode-generator"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oetiker.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-09T07:39:41.000Z","updated_at":"2022-01-10T12:24:14.000Z","dependencies_parsed_at":"2022-08-27T19:01:47.920Z","dependency_job_id":null,"html_url":"https://github.com/oetiker/pdf-qrcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oetiker/pdf-qrcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oetiker%2Fpdf-qrcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oetiker%2Fpdf-qrcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oetiker%2Fpdf-qrcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oetiker%2Fpdf-qrcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oetiker","download_url":"https://codeload.github.com/oetiker/pdf-qrcode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oetiker%2Fpdf-qrcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pdf-generation","perl","qrcode-generator"],"created_at":"2024-11-21T17:14:42.022Z","updated_at":"2026-01-28T19:36:45.673Z","avatar_url":"https://github.com/oetiker.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://github.com/oetiker/pdf-qrcode/workflows/Unit%20Tests/badge.svg?branch=main)\n\n# NAME\n\nPDF::QRCode - add qrcode method to a PDF::API2 or PDF::Builder.\n\n# SYNOPSIS\n\n```perl\nuse PDF::API2; # or PDF::Builder\nuse PDF::QRCode;\n\nmy $pdf = PDF::API2-\u003enew(-file=\u003e'qr.pdf');\n$pdf-\u003emediabox('a4');\nmy $gfx = $pdf-\u003epage-\u003egfx;\n$gfx-\u003eqrcode(x =\u003e 100, y =\u003e 100, \n   level =\u003e 'L', size =\u003e 40, text =\u003e 'Hello World');\n$pdf-\u003esave;\n```\n\n# DESCRIPTION\n\nThe [PDF::QRCode](https://metacpan.org/pod/PDF%3A%3AQRCode) module monkey patches the 'qrcode' method into the\n[PDF::API2::Content](https://metacpan.org/pod/PDF%3A%3AAPI2%3A%3AContent) or [PDF::Builder::Content](https://metacpan.org/pod/PDF%3A%3ABuilder%3A%3AContent) class, so that you can use it directly from there. See the example above\n\n## $gfx-\u003eqrcode(%cfg)\n\nAdds a qr code to the given gfx content. It expects the following parameters:\n\n- x\n\n    horizontal position\n\n- y\n\n    vertical position\n\n- size\n\n    width/height\n\n- text\n\n    the content of the qrcode\n\n- level (optional)\n\n    qr code level `L`, `M`, `Q`, `H`\n\n# AUTHOR\n\nTobias Oetiker, \u003ctobi@oetiker.ch\u003e\n\n# COPYRIGHT\n\nCopyright OETIKER+PARTNER AG 2020\n\n# LICENSE\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself, either Perl version 5.10 or,\nat your option, any later version of Perl 5 you may have available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foetiker%2Fpdf-qrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foetiker%2Fpdf-qrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foetiker%2Fpdf-qrcode/lists"}