Plugin for displaying digital signature data from PDF files signed with attached signature (the signature is inside the PDF file).
The plugin allows you to output information from the electronic signature certificate from PDF files. Works with both Joomla 3 and Joomla 4.
{wt_ds_pdf}images/path_to_file.pdf{/wt_ds_pdf}
Use this shortcode in Joomla materials or where content plugins work to display data about the signatory.
You can create your own output layout in plugins/system/wt_digitally_signed_pdf/layouts
. It can be either a regular link with a tooltip or an HTML5 details
tag or any other. You can create the HTML layout of the layout you need yourself.
Electronic signature icon. The files are located in media/plg_system_wt_digitally_signed_pdf/img.
7 libraries are required for the plugin to work:
All libraries prepared to work with Joomla 3 and Joomla 4 can be downloaded from this site. Links at the end of the page.
For the libraries to work correctly, check that the following extensions are included in PHP:
In the plugin settings, there is a check for the availability of the necessary libraries.
According to Russian legislation, educational institutions must upload their local documents to the website in the form of text, as well as attach them in the form of files signed with an electronic signature. This plugin allows you to solve this problem for PDF files.