0:00
Uh hello guys in this video I'll show
0:02
you I built out a Vue.js PDF editor with
0:04
the help of which you can be able to
0:06
sign add watermark and encrypt your PDF
0:09
directly in browser. This is the overall
0:11
project of Vue.js. All the components
0:14
are divided into its appropriate files.
0:17
So I given the link you can directly
0:18
purchase the full source code. Uh this
0:21
is the overall project. It's actually
0:23
using the latest version of Vue V router
0:26
as you can just see and JSPDF which is a
0:28
PDF processing library. So we are
0:30
running this project on local host as
0:32
you can just see. So once you purchase
0:35
it you will get all the source code from
0:36
Google drive automatically. So it's also
0:39
very easy for you to deploy this. So now
0:42
let me show you the demo of this
0:43
application. So here you first of all
0:46
need to add a PDF file that needs to be
0:49
edited. So once you add the PDF file, it
0:52
will show you the live preview. You
0:53
click on next step and here it will show
0:56
you the total number of pages right here
0:58
with live preview. So we have all the
1:00
controls right here to actually read the
1:02
PDF file. So this shows the total number
1:04
of pages. So now for digitally signing
1:07
the PDF file, we have these controls out
1:09
there. So here you can add your
1:16
So just digitally sign as you can just
1:18
see and just you can place the signature
1:22
adjust the size wherever you need to
1:24
place it. So it's very easy. After that
1:27
we also have the capability to add
1:30
images as well. So here you can upload
1:32
your image. I've already uploaded this.
1:35
So then we have this option of
1:37
watermark. So you can add this image as
1:39
watermark. So once you click now this
1:42
will be added as a watermark in the
1:45
background as you can just see here.
1:47
Then you can adjust the size.
1:56
You can just see now you come to the
1:58
second page. You also have the
2:00
capability to add some text here. So
2:02
here you can add any text here and then
2:07
And then lastly we also have capability
2:09
then you export the output file you
2:12
click on download and here you can
2:14
encrypt your PDF file as well. So here
2:16
you can enter a password
2:21
and then it will ask you for the
2:23
password as well. So here you need to
2:24
enter the correct password and then open
2:26
the output file. So you will see the PDF
2:30
file is automatically edited with all
2:32
the digital signature images, the text,
2:36
everything is added. So if you're
2:38
interested in this project guys, uh in
2:40
this PDF editor which allows you to
2:42
digitally sign, encrypt and edit your
2:46
PDF file directly in the browser. It's a
2:48
single page application. All the
2:50
processing is happening directly in the
2:51
browser. So you can just see this shows
2:54
the total number of files that you
2:58
So it's really easy. If you're
2:59
interested in this project, uh the link
3:01
is given. You can directly purchase the