The QRFpdf output requires FPDF #93
Unanswered
sandikodev
asked this question in
Q&A
Replies: 2 comments
-
|
It's an optional library and if you want to use the FPDF output, you'll need to install it by yourself. Just add it to your {
"require": {
"chillerlan/php-qrcode": "^4.3",
"setasign/fpdf": "^1.8.2"
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Aside, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i use dev branch btw
then iam just use and follow this pieces of code
and here what i got
so here kind of browser would be looks like

May what i need to ask. Why i can't meet
FPDFautomaticaly ?if So. There some both repos, the first one from
Setasign/FPDFthat must be default of
chillerlan/php-qrcodeuse and ther's another fromfpdf/fpdf,which either work well when i add them as my
composer requiremodulebut for
fpdf/fpdfi need small little changeuse Fpdf\Fpdfinsteaduse FPDFin/app/vendor/chillerlan/php-qrcode/src/Output/QRFpdf.phpas
tecnickcom/tcpdfalternative, this help me alot with more specific customizationBig Thanks
Beta Was this translation helpful? Give feedback.
All reactions