How to add barcode to PDF created with PHP FPDF
This time, i'm about to explain how to add barcode to your generated pdf file. This tutorial requires you to understand the basics how to make / generate pdf file in PHP using FPDF library beforehand. So please read Generate Printable Invoice in PHP using FPDF library if you haven't done so.Why and what is barcode?
Barcode is an optical, machine-readable numeric data consisting of series of black and white bars with varying thickness. Commonly used in label which requires fast-reading done by machine or computer. Barcode can minimize user's manual input so instead of showing only numeric id on your, let's say, invoice. You can also provide barcoded id. So the user, especially in fast-paced transaction environment can just scan it using barcode reader instead of manual input with keyboard. And here's how to add barcode to your generated PDF file in PHP FPDF library.Barcode support for PHP FPDF library.
There are no built-in barcode support in PHP FPDF library. However, with a custom class, we can add a barcode support. Here i have prepared a barcode class in my github repository you can download right away here: https://github.com/gemul/fpdf-barcode.There are a lot of barcode standard format, but here we will only use 2 format. EAN13, and UPC_A format which is a commonly used barcode standard.
EAN stands for European Article Number which is a barcode symbology standard and numbering system used in global trade to identify a specific retail product type, in a specific packaging configuration, from a specific manufacturer. While the UPC stands for Universal Product Code which is also a barcode symbology that is widely used in the United States, Canada, United Kingdom, Australia, New Zealand, in Europe and other countries for tracking trade items in stores. Both can hold 12 digit of integer (last digit in EAN13 is a check number so you can only keep 12 digit). For more explanation about barcode standard, you can look it up in wikipedia.
Using custom PHP FPDF class to make a barcode.
First, you need the PHP FPDF library, here i used FPDF version 1.7 which you can download here.Then download or copy-paste the fphp_barcode.php file from my repository to your local webserver.
Open the file and make sure that the second line refer to your fpdf.php file which comes with your fpdf library. On my case, the folder structure looks like this:
\htdocs\pdf\
|-fpdf\
| |-fpdf.php
|-fpdf_barcode.php
So the "require" path should look like this:
require('fpdf/fpdf.php');
Next, make a new file in the same directory as your fpdf_barcode.php file named barcode-test.php then copy this script into it.
<?php require('fpdf_barcode.php'); $pdf = new PDF_BARCODE('P','mm','A4'); $pdf->AddPage(); //EAN13 test $pdf->EAN13(10,10,'123456789012',5,0.5,9); $pdf->EAN13(10,20,'123456789012',5,0.35,9); $pdf->EAN13(10,30,'123456789012',10,0.35,9); //UPC_A test $pdf->UPC_A(100,10,'123456789012',5,0.5,9); $pdf->UPC_A(100,20,'123456789012',5,0.35,9); $pdf->UPC_A(100,30,'123456789012',10,0.35,9); $pdf->Output();
Save it then see the result in your browser. If nothing goes wrong, it should be like this:
Now, what does the code above do?
First line, we include the fpdf_barcode.php file, not the usual fpdf.php file. We're using a custom class here.
Next, make a PDF_BARCODE object, not FPDF object. With the same parameter as usual. Then add a page. And at the last line, don't forget to output the result. (Please read this fpdf basic if you haven't done so).
With these lines, you are properly made a single page blank PDF file.
<?php //call the fpdf_barcode.php, not the usual fpdf.php. We're using a custom class here. require('fpdf_barcode.php'); //define a PDF_BARCODE object, not FPDF object. With portrait orientation, milimeters unit, and A4 size. $pdf = new PDF_BARCODE('P','mm','A4'); //add a page $pdf->AddPage(); //the content goes here //Output the result $pdf->Output();
In the pdf_barcode class, there are 2 methods called EAN13 and UPC_A. As the name implies, the former is to make a EAN13 barcode and the later is for UPC_A.
For EAN13, use :
$pdf->EAN13(float x, float y, string barcode [, float h [, float w[, int font_size]]])
And For UPC_A :
$pdf->UPC_A(float x, float y, string barcode [, float h [, float w[, int font_size]]])
x is the abscissa of barcode. Which means the horizontal position of the top-left corner of the barcode.
y is the ordinate of barcode. The vertical position of the top-left corner of the barcode.
barcode is the value of barcode, consists of 12 digits integer.
h is the height of barcode. Default value is 16.
w is the width of a bar. Default value is 0.35.
font_size is the font size of the number below barcode.
So, this line :
$pdf->EAN13(10,10,'123456789012',5,0.5,9);
If by any chance you're still confused after following this tutorial, please do enjoy this video-version of this tutorial. And if you want the source code, feel free download it from the link provided in the description or ask me in the comment section of aforementioned video.
Subscribe to:
Post Comments
(
Atom
)
Thank you a lot for providing individuals with a very spectacular possibility to read critical reviews from this site.
ReplyDeletejava training in chennai
java training in bangalore
java online training
java training in pune
Your very own commitment to getting the message throughout came to be rather powerful and have consistently enabled employees just like me to arrive at their desired goals.
ReplyDeletepython training in chennai
python training in bangalore
python online training
python training in pune
Your very own commitment to getting the message throughout came to be rather powerful and have consistently enabled employees just like me to arrive at their desired goals.
ReplyDeletepython training in chennai
python training in bangalore
python online training
python training in pune
Useful information.I am actual blessed to read this article.thanks for giving us this advantageous information.I acknowledge this post.and I would like bookmark this post.Thanks
ReplyDeleteData Science Training in Chennai
Data science training in bangalore
Data science online training
Data science training in pune
Data science training in kalyan nagar
Data Science with Python training in chenni
Nice post. By reading your blog, i get inspired and this provides some useful information. Thank you for posting this exclusive post for our vision.
ReplyDeleterpa training in Chennai
rpa training in Chennai
rpa training in Chennai
rpa training in velachery
rpa training in tambaram
rpa training in sholinganallur
rpa training in anna nagar
rpa online training
Thank you for benefiting from time to focus on this kind of, I feel firmly about it and also really like comprehending far more with this particular subject matter. In case doable, when you get know-how, is it possible to thoughts modernizing your site together with far more details? It’s extremely useful to me
ReplyDeletepython training in rajajinagar
Python training in btm
Python training in usa
Thank you for allowing me to read it, welcome to the next in a recent article. And thanks for sharing the nice article, keep posting or updating news article.
ReplyDeleteDevops training in sholinganallur
Great post! I am actually getting ready to across this information, It’s very helpful for this blog.Also great with all of the valuable information you have Keep up the good work you are doing well.
ReplyDeleteBlueprism training in Chennai
Blueprism training in Bangalore
Thanks for the information shared with us.
ReplyDeleteaws online training
aws training in hyderabad
aws online training in hyderabad
You may need to take a gander at a few connections and test a program or two to locate a satisfactory free program. https://www.altoconvertpngtopdf.com/faq
ReplyDeleteIt’s appropriate time to make some plans for the future and it’s time to be happy. I have read this post and if I could I wish to suggest you some interesting things or tips. Maybe you could write next articles referring to this article. I wish to read more things about it! click here
ReplyDeleteMind blowing content!! Thanks for uploading.
ReplyDeleteSelenium Training in Chennai
Selenium Course in Chennai
iOS Course in Chennai
Digital Marketing Training in Chennai
J2EE Training in Chennai
Android Course in Chennai
Android Training Chennai
Big Data Training in Chennai
Nice to see your Page!
ReplyDeleteJava Training in Chennai
Python Training in Chennai
IOT Training in Chennai
Selenium Training in Chennai
Data Science Training in Chennai
FSD Training in Chennai
MEAN Stack Training in Chennai
This empowers watchers to peruse them on a PC screen yet can't be reproduced by a business printer - to protect the copyright. https://altopdf.com/blog/how-to-merge-pdfs-documents-in-a-matter-of-minutes
ReplyDelete
ReplyDeleteVery nice post here and thanks for it .I always like and such a super contents of these post.
Excellent and very cool idea and great content of different kinds of the valuable information's.
data science online training
python online training
uipath online training
data science with python online training
rpa online training
Pleasant Tips..Thanks for Sharing….We keep up hands on approach at work and in the workplace, keeping our business pragmatic, which recommends we can help you with your tree clearing and pruning in an invaluable and fit way.
ReplyDeleteangularjs online training
apache spark online training
informatica mdm online training
devops online training
aws online training
Thank you for allowing me to read it, welcome to the next in a recent article. And thanks for sharing the nice article, keep posting or updating news article.
ReplyDeleteMicrosoft Azure online training
Selenium online training
Java online training
Java Script online training
Share Point online training
They programmers can switch to the most recent version of the widely used server-side scripting language to improve the load speed of websites without putting extra time and effort. small business web design Toronto
ReplyDeleteYour each post is so valuable and easy to understand. Thanks for your time and guide..!
ReplyDeleteAttend The Python training in bangalore From ExcelR. Practical Python training in bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The Python training in bangalore.
ReplyDeletepython training in bangalore
I enjoyed reading your post. I will share it with my other friends as the information is really very useful. Keep sharing your excellent work. Buy Cheap Ean Barcode
ReplyDeleteTo build up a site that is easy to use, amazing, quick stacking, simple to work, savvy, PHP programming services are for the most part liked. CakePHP Application Development
ReplyDeletethanks for Sharing such an Awesome information with us.
ReplyDeleteI learned World's Trending Technology from certified experts for free of cost.i Got job in decent Top MNC Company with handsome 14 LPA salary, i have learned the World's Trending Technology from Python training in pune experts who know advanced concepts which can helps to solve any type of Real time issues in the field of Python. Really worth trying Freelance seo expert in bangalore
PHP is an "abnormal state" language, implying that it's commonly increasingly human-accommodating (and simpler to learn) than other programming dialects, for example, C, ASP or ASP.net.Why use Laravel
ReplyDeleteAttend The PMP in Bangalore From ExcelR. Practical PMP in Bangalore Sessions With Assured Placement Support From Experienced Faculty. ExcelR Offers The PMP in Bangalore.
ReplyDeleteExcelR PMP in Bangalore
the post you shared is very useful cyber security online training hyderabad
ReplyDeletevery nice post..
ReplyDeleteinplant training in chennai
inplant training in chennai
inplant training in chennai for it.php
Australia hosting
mexico web hosting
moldova web hosting
albania web hosting
andorra hosting
australia web hosting
denmark web hosting
ReplyDeleteinplant training in chennai
inplant training in chennai
inplant training in chennai for it.php
chile web hosting
colombia web hosting
croatia web hosting
cyprus web hosting
bahrain web hosting
india web hosting
iran web hosting
This is an incredible rousing article.I am basically satisfied with your great work.You put truly exceptionally accommodating data... cursos de ti online
ReplyDeleteIn any case, it is essentially used to depict the entirety of the various kinds of PC programs. itools for pc 64 bit cracked
ReplyDeleteReally good information to show through this blog. I really appreciate you for all the valuable information that you are providing us through your blog.
ReplyDeletevisit : Digital Marketing Training in Chennai || Digital Marketing Course in Chennai
Sharing the same interest, Infycle feels so happy to share our detailed information about all these courses with you all! Do check them out
ReplyDeleteoracle training in chennai & get to know everything you want to about software trainings
Nice blog to read, Thanks for sharing this valuable article.
ReplyDeleteSpark Training Institute in Bangalore
Apache Spark Training bangalore
ucuz takipçi
ReplyDeleteucuz takipçi
tiktok izlenme satın al
binance güvenilir mi
okex güvenilir mi
paribu güvenilir mi
bitexen güvenilir mi
coinbase güvenilir mi
Infycle Technologies, the top software training institute and placement center in Chennai offers the Best Digital Marketing course in Chennai for freshers, students, and tech professionals at the best offers. In addition to Digital Marketing, other in-demand courses such as DevOps, Data Science, Python, Selenium, Big Data, Java, Power BI, Oracle will also be trained with 100% practical classes. After the completion of training, the trainees will be sent for placement interviews in the top MNC's. Call 7504633633 to get more info and a free demo.
ReplyDeleteIt’s great to come across a blog every once in a while that isn’t the same out of date rehashed material. Fantastic read. Best Buy Ean Barcodes Online Services Provider
ReplyDelete
ReplyDeleteWonderful post and more informative!keep sharing Like this!
Importance of Tally Software
Why Business needs Tally Software
Really nice blog. thanks for sharing
ReplyDeletepython training centre in chennai
best python institute in chennai
This post is so interactive and informative.keep update more information...
ReplyDeleteTypes of Oracle Database Users
Different Types of Oracle Database Users
This post is so usefull and informative.keep updating with more information...
ReplyDeleteComputer Systems Testing
Benefits Of Test Automation
Mua vé tại Aivivu, tham khảo
ReplyDeleteVe may bay di My
vé máy bay từ houston về việt nam
các đường bay từ canada về việt nam
mua vé máy bay từ nhật về việt nam
Các chuyến bay từ Incheon về Hà Nội hôm nay
Vé máy bay từ Đài Loan về VN
săn vé tết 2022
This post is so interactive and informative.keep update more information...
ReplyDeleteEthical Hacking Course in Tambaram
Ethical Hacking Course in Chennai
This post is so interactive and informative.keep update more information...
ReplyDeleteArtificial Intelligence Course in Tambaram
Artificial Intelligence Course in Chennai
Mindblowing blog very useful thanks
ReplyDeleteDevOps Training in Porur
DevOps Training in Chennai
mmorpg oyunlar
ReplyDeleteinstagram takipçi satın al
Tiktok jeton hilesi
Tiktok Jeton Hilesi
saç ekimi antalya
referans kimliği nedir
İnstagram Takipçi Satın Al
Metin Pvp
takipçi
tül perde modelleri
ReplyDeletenumara onay
mobil ödeme bozdurma
Nftnasilalinir
Ankara Evden Eve Nakliyat
Trafik sigortası
dedektor
Web sitesi kurmak
Ask Kitaplari
Hi guys, This is a great article. Thanks for sharing this informative information. I will visit your blog regularly for some latest posts. You can travel to India.But first you need an Indian visa.You can never enter India without a visa. I am using India visa website services. This website is of great help and provides fast visa services.
ReplyDeletesmm panel
ReplyDeleteSMM PANEL
İş ilanları blog
instagram takipçi satın al
hirdavatciburada.com
beyazesyateknikservisi.com.tr
servis
tiktok jeton hilesi indir
üsküdar alarko carrier klima servisi
ReplyDeletebeykoz daikin klima servisi
üsküdar daikin klima servisi
pendik toshiba klima servisi
pendik beko klima servisi
çekmeköy beko klima servisi
ataşehir beko klima servisi
maltepe lg klima servisi
kadıköy lg klima servisi
ReplyDeleteNice post Thank for sharing
DevOps Online Training
DevOps Training in Chennai
DevOps Training in Bangalore
A decent PDF converter ought to give you a simple time utilizing and offer you adaptability so you can work with any document you as per your inclinations. https://pdf-png.com
ReplyDeleteThe inclusion of diverse methodologies across articles reflects the richness of contemporary research. Magazine download
ReplyDelete