Skip to main content
Question

Is it possible to automatically insert a signature image or apply a digital signature to PDF documents using Automation Anywhere?

  • September 2, 2026
  • 1 reply
  • 13 views

acabrera 1213
Forum|alt.badge.img

Hello everyone,

I need to evaluate the feasibility of automating the signing of PDF documents using Automation Anywhere.

We have a business requirement where PDF contracts already contain the signature of our affiliates/customers. Currently, an employee manually opens each PDF and adds the authorized representative's signature from our Pension Fund Operator, which is a very time-consuming process.

We would like to know if Automation Anywhere can help automate this process in one of the following ways:

  1. Insert a signature image into a predefined location within the PDF.
  2. Apply a legally valid digital signature/certificate to the PDF.
  3. Process multiple PDF files in bulk without manual intervention.

My questions are:

  • Has anyone implemented a similar solution using Automation Anywhere?
  • Which packages, commands, or integrations would you recommend?
  • Is it possible using native Automation Anywhere functionality, or would external tools/APIs be required?
  • Are there any considerations regarding PDF security, digital certificates, or compliance requirements?

Any guidance, recommendations, or examples would be greatly appreciated.

Thank you!

 

Español


Hola a todos,

Necesito evaluar la factibilidad de automatizar la firma de documentos PDF utilizando Automation Anywhere.

Tenemos un requerimiento de negocio donde los contratos en formato PDF ya contienen la firma de nuestros afiliados/clientes. Actualmente, una persona debe abrir cada contrato y agregar manualmente la firma del apoderado de la Operadora de Pensiones, lo que consume una cantidad considerable de tiempo.

Nos gustaría saber si Automation Anywhere puede ayudarnos a automatizar este proceso de alguna de las siguientes formas:

  1. Insertar una imagen de firma en una ubicación específica dentro del PDF.
  2. Aplicar una firma digital válida mediante un certificado digital.
  3. Procesar múltiples archivos PDF de forma masiva y sin intervención manual.

Mis consultas son:

  • ¿Alguien ha implementado una solución similar utilizando Automation Anywhere?
  • ¿Qué paquetes, comandos o integraciones recomendarían?
  • ¿Es posible hacerlo únicamente con funcionalidades nativas de Automation Anywhere o sería necesario utilizar herramientas/APIs externas?
  • ¿Existen consideraciones importantes relacionadas con la seguridad de los PDF, certificados digitales o cumplimiento normativo?

Agradecería cualquier orientación, recomendación o ejemplo que puedan compartir.

1 reply

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • September 2, 2026

@acabrera 1213 Consider an open-source project like this one:

https://litepdf.sourceforge.io/

You can use our DLL functionality to call this library to modify PDFs.