<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ibraheem</title>
    <description>The latest articles on DEV Community by Ibraheem (@highfrezh).</description>
    <link>https://dev.to/highfrezh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F997714%2Fa7c5a3ac-63a4-436d-bfc4-54c89860f0d5.png</url>
      <title>DEV Community: Ibraheem</title>
      <link>https://dev.to/highfrezh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/highfrezh"/>
    <language>en</language>
    <item>
      <title>How To Use Laravel 9 To Add A Digital Signature To A PDF</title>
      <dc:creator>Ibraheem</dc:creator>
      <pubDate>Wed, 28 Dec 2022 09:20:19 +0000</pubDate>
      <link>https://dev.to/highfrezh/how-to-use-laravel-9-to-add-a-digital-signature-to-a-pdf-4gh7</link>
      <guid>https://dev.to/highfrezh/how-to-use-laravel-9-to-add-a-digital-signature-to-a-pdf-4gh7</guid>
      <description>&lt;p&gt;We'll learn how to add a digital signature to a PDF document using Laravel 9 in this tutorial. Learning how to add a digital signature certificate in pdf in Laravel 8 and Laravel 9 is covered in this article. The elibyy/tcpdf-laravel package will be used.&lt;/p&gt;

&lt;p&gt;The only PHP-based library that fully supports right-to-left languages and UTF-8 Unicode, including the bidirectional algorithm, is TCPDF, an open-source PHP library. Additionally, PHP 7 does not support TCPDF.&lt;/p&gt;

&lt;p&gt;Let's examine Laravel 9 now. In Laravel 7/8/9, you can add a digital signature in pdf, a digital signature to the pdf file, and a digital signature certificate in pdf.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Install Fresh Laravel 9&lt;/strong&gt;&lt;br&gt;
The following command will be used to install Laravel 9 in this phase.&lt;br&gt;
&lt;code&gt;composer create-project --prefer-dist laravel/laravel laravel9_digital_signature&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;Step 2: Install TCPDF Package&lt;/strong&gt;&lt;br&gt;
The Laravel TCPDF service provider can be installed via composer by requiring the &lt;strong&gt;elibyy/tcpdf-laravel&lt;/strong&gt; package in your project's composer.json. So, run the following command in the terminal.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;composer require elibyy/tcpdf-laravel&lt;/code&gt;&lt;br&gt;
&lt;strong&gt;Step 3: Configure TCPDF Package&lt;/strong&gt;&lt;br&gt;
If you are using a lower version of laravel like 5.5+ then need to add providers and aliases to the config.php file.&lt;br&gt;
&lt;a href="https://www.frezhtech.com/post/how-to-use-laravel-9-to-add-a-digital-signature-to-a-pdf" rel="noopener noreferrer"&gt;continue......&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Read Also: &lt;a href="https://www.frezhtech.com/post/how-to-merge-two-pdf-files-in-laravel-9" rel="noopener noreferrer"&gt;How To Merge Two PDF Files In Laravel 9&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>fullstack</category>
      <category>typescript</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
