0:00
Uh hello guys, in this video I'll show
0:02
you I built out a NexJS single page
0:04
application which allows you to convert
0:06
your images into PDF and also a PDF file
0:09
into Microsoft Word document file as
0:12
well. So we are running this application
0:14
on local host 3000. It's a Canva clone
0:18
kind of an editor. So let me show you
0:20
each feature. So first of all we have
0:23
the remove background feature. So here
0:25
if you have a image file that you want
0:27
to remove the background you can select
0:32
As you select the image file your
0:33
background will automatically get
0:35
removed instantly. It will analyze the
0:37
image pixel by pixel and you will see
0:39
the output file appearing. Then you can
0:42
click that download image to actually
0:47
see the output file which the background
0:50
is successfully removed. So this is
0:52
actually a fullstack application. Each
0:54
component is divided into its
0:56
appropriate TypeScript file. So if you
0:58
need the source code, the link is given.
1:00
You can directly purchase it. After
1:01
purchasing it, you will be getting the
1:03
source code automatically from Google
1:05
Drive. And if I show you the package
1:08
JSON file, we are using uh JSPDF library
1:12
and PDF lib library as well which is a
1:14
PDF processing libraries and we are
1:16
using latest version of next and react.
1:20
Apart from that we are use also using
1:22
TensorFlow library which is a image
1:24
segmentation library for background
1:32
Then we also have the tool for
1:34
converting your multiple images into PDF
1:38
file. So if I select this tool.
1:41
So here you can actually select multiple
1:44
images and convert those images into
1:46
PDF. So as I click this you will see
1:50
the output file is created having both
1:53
these images. So this will save you a
1:55
lot of time guys. Once you get the
1:57
source code you will be able to run this
1:59
locally as we are running it locally or
2:01
you can even deploy the application as
2:06
So as you can see that so then we also
2:09
have the PDF editor featuring as well
2:11
where you can merged multiple PDF files.
2:14
So here you simply drag and drop and
2:17
then multiple files will be merged. If
2:20
you have a long PDF file then you can
2:23
use this feature which is uh
2:29
PDF splitter. So once you select the PDF
2:32
file it will simply here you can simply
2:37
provide the range here from which page
2:40
number. So let's suppose I want to split
2:46
So then it will create this uh
2:50
a PDF file only containing these four
2:53
pages that we provided the custom range
2:56
here. So with the help of this you will
2:58
be able to split the PDF file into
3:01
multiple files. Then we also have the
3:02
tool for converting your PDF into
3:05
Microsoft Word document. So
3:11
the PDF file that you want to convert.
3:15
So once you select the file you simply
3:19
So now the conversion is successful. So
3:22
you can simply click the download button
3:24
and automatically your word document
3:26
file will be downloaded.
3:30
So this is a really awesome application
3:32
guys in directly coded inside next.js.
3:35
As you can see, it has simply converted
3:38
that PDF into Microsoft Word document.
3:41
So the link is given guys. You can
3:42
directly purchase the full source code.
3:45
After purchasing it, you will get a full
3:49
and you will be able to see all the