PDF Signature
    
      
        Upload signed PDF file to validate its signature:
      
     
    <%= form_for '', url: settings_esign_index_path, method: :post, html: { enctype: 'multipart/form-data' } do |f| %>
      <%= f.button type: 'submit', class: 'flex' do %>
        
          <%= svg_icon('loader', class: 'w-5 h-5 animate-spin inline') %>
          Analyzing...
        
      <% end %>
      
        
      
    <% end %>