Queries Solved in this video
1. How to generate or create a pdf file from HTMl or PHP for data using php fpdf library.
Hello, friends in this video I will teach you all about how you can create a Dynamic PDF File using PHP fpdf library.
PHP MyAdmin First video link
PHP MyAdmin Second video link
Hoe to make HTML Form video link
What You Should Already Know
Before you continue you should have a basic understanding of the following:
• HTML
• CSS
• JavaScript
• Basic PHP
Hope you all will like this video and this video will be helpful to you
Connect with me on
=================
Twitter =
Facebook page =
Facebook profile =
Cyber Warriors
============
like
share
comment
subscribe and press the bell icon…(read more)
Convert Word 2 PDF: Word to PDF Converter
Convert PowerPoint 2 PDF: PPT to PDF Converter
Convert Excel 2 PDF: Excel to PDF Converter
Convert an Image 2 PDF: Image to PDF Converter
Convert HTML 2 PDF: HTML to PDF Converter
More Tools: PDF Converter
After clicking on submit its showing code what to do plz help
source code please
Sir it's great….But How can I add also image and output as a pdf……..
Thank you sir
This page isn’t workingIf the problem continues, contact the site owner.
HTTP ERROR 405
sir page not run
Hi
I want to creat .can u please help
Very useful of all video
Source code link
Brother if we have to send this pdf to email what process we have to follow in php
this mehod in not working in if condition
sir aap ne bahut hi mast or easy way me sikhaya so thank you very much
Database se connect karke pdf main print kese denge
I like it. Can we save to the database at the same time?
Bro .
Add a link to download your best code to your subscribers
Sir aap bahut acchi vidio banate ho
Sir aisa.he ID Card ka lea video banay..
Kaka..how to when you press submit button and then automatic file insert into database
Bro, no entiendo una mierda de lo que dices pero Te Amo, me acabas de salvar las nalgas!
sir agar isha email pa send karna ho to
Bro how to make the pdf more classy for ex… Nice Background/image and nicely tabulated data… Like we get in tickets for ex…
<?php
if(!empty($_POST['submit']));
{
$name = $_POST['name'];
$con = $_POST['con'];
$doc = $_POST['doc'];
require("fpdf/fpdf.php");
$pdf = new fpdf();
$pdf->AddPage();
$pdf -> SetFont ( "Arial","B",16);
$pdf ->Cell( 0,10 ,"APPOINMENT DETAILS",1,1,'C');
$pdf->Cell( 20,10 ,"name",2,0);
$pdf->Cell( 20,10 ,"contact",1,0);
$pdf->Cell( 20,10 ,"doctor",1,0);
$pdf->Cell( 20,10 , $name,1,0);
$pdf->Cell( 20,10 ,$con,1,0);
$pdf->Cell( 20,10 ,$doc,1,0);
$pdf->output();
}
?>
how to add external php file of view here
#Thank you thank you thank you thank you thank you thank you thank you thank you thank you so much ☺️☺️
Can we do this even for label names?
Hi same pdf codeigniter me kaise karana he
बहुत बहुत धन्यवाद महत्वपूर्ण वीडियो है सर जी
सर मेने रक्तदान की वेबसाइट बनाई है
Good one, Can we upload the image and print in pdf then sending the pdf in mail is that possible. colud please help us
sir hindi letter kesee pdf mee leee
Sir ji ek download ka button laga kar pdf download karwaiye
Awesome
thanks bro