Assalam o aliekum dosto kesya hain ap sab
ye PHP ko use kar k PDF files bnanay ka 2nd lecture hy. umeed hy ap sab k lye faiday mand sabit hoga. Agr apny pehla lecture nahi dekha to es link pe follow karein

PHP to PDF Lecture 1 Introduction

ap soch rahy hon gay k jb humary pas pdf may convert karny k lye bht c online services or softwares mojood hain to humay FPDF ki zarurat hy. Hum ms word may bhi pdf files bna sakty hain or ksi bhi document ko pdf may convert bhi akr sakty hain to FPDF kyu use karein.
uski vja ye hy k kabhi kabhi humay PHP ko use kar k PDF files bhi bnani par jati hain. Misal k tor par aap ek esi website bna rahy hain jis may ap user say input lay k uski he pdf bna k user ko download karwa rahy hain. To yahn aap PHP use karein gay or usky sath ye FPDF library.

agr apny last elcture follow kar k setup sae kar lia to bas ab hum FPDF k functions call akr k unhy values den gay or PDF banti chali jye ge.
Es lecture may hum Fonts ko set or change karny k baray may sikhein gay.

FPDF SetFont() method:
es tutorial ki video may ny es link pe bhi upload ki hy..... FPDF SetFont
sab say pehly hum us wohi last exemple dekhty hain

require_once("fpdf/fpdf.php");
$a = new FPDF();
$a -> AddPage();

$a -> SetFont("Arial","",12);
$a -> Cell(95,10,"Some text",0,0,"C");
$a -> Output();


sirf or sirf etna likhny say he humari pdf may ek line print ho k humary samny aa jati hy.

yahn hum sirf SetFont() ko discuss karein gay.
SetFont() ka method humary PDF document may text k font ko btata hy k humny konsa use karna hy. es example may hum Arial Regular 12 points use kia hy.
ye method sirf 3 parameters leta hy.
Pehla parameter wo font name hy jo humny use krna hy jesay yahn Arial use kia hy may ny
Dusra parameter font ka style hy..... empty string=Regular...."B"=Bold..."I"=italics..."U"=underline.
Teesra parameter font ka size jo yahn may ny 12 points use kia hy.

agr aap bold or italics sath use karna chahty hain to "BI" likh dein yani hum ek say ziada font styles bhi use kar sakty hain.teeno use karny k lye "BIU" likh den gay.

es tutorial ki video may ny es link pe bhi upload ki hy..... FPDF SetFont

Umeed hy dosto aap sab ko bht psnd aya hoga or faida zarur hoga. FPDF PHP ko use kr k PDF files bnany ki library hy.
PHP say hum Winzip, ms word, ms excell, pdf, txt sameet bht c files bna sakty hain..

koi bhi question ho aap bila jhijhak puch len.