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
-
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
FPDF
automaticaly ?if So. There some both repos, the first one from
Setasign/FPDF
that must be default of
chillerlan/php-qrcode
use and ther's another fromfpdf/fpdf
,which either work well when i add them as my
composer require
modulebut for
fpdf/fpdf
i need small little changeuse Fpdf\Fpdf
insteaduse FPDF
in/app/vendor/chillerlan/php-qrcode/src/Output/QRFpdf.php
as
tecnickcom/tcpdf
alternative, this help me alot with more specific customizationBig Thanks
Beta Was this translation helpful? Give feedback.
All reactions