0:00
Uh hello guys, in this video I'll show
0:02
you a full PDF to images editor and
0:05
converter kind of a project where you
0:08
basically convert PDF into images. So
0:11
I've also given the demo link in the
0:14
description of the video. So please
0:15
check the full description. So once you
0:17
land on this demo you basically can
0:20
select any PDF file here
0:26
after that this application will process
0:28
all the pages and you will show you this
0:30
notification. So once all the pages are
0:32
loaded now in the drop-down you can
0:35
select the output format image quality
0:38
scale factor and click on convert to
0:39
images. So then it will go one by one
0:42
all the pages will process. So all the
0:45
processing is directly done in the
0:47
browser. So no serverside code is
0:49
involved. So there is no back end to
0:51
this application. It's a single page
0:52
application and for each page we have a
0:55
download button. So individually you can
0:58
click on that page to get your image. So
1:01
you can just see the quality of the
1:05
if you want to directly download all the
1:07
image, we also have this button as well.
1:09
So let me show you the source code. I've
1:11
given the purchase link also in the
1:14
description. and you can directly
1:15
purchase the full source code. So once
1:17
you purchase you will get this HTML
1:22
So this is a single file about 500 lines
1:25
of code. So it's really easy to deploy
1:27
and run this application. So once you
1:29
come to the VS code you directly run it
1:35
So right here you will see this
1:37
interface. So now we are running it on
1:41
So again you repeat the process. you
1:49
So please check the demo before
1:51
purchasing it. So if you like it, you
1:52
can directly purchase the full source
1:54
code. It's a complete application. And
1:59
for building this we have used a
2:01
open-source library which is called as
2:03
Mozilla PDFJS library which is a PDF
2:06
rendering library for editing PDF files
2:10
directly in the browser. So we have used
2:12
this library for building this project.
2:16
So if you're interested both the links
2:19
are given. So please check the full