This post will show you how to create certificates automatically using R. First, install and load the labeleR package. I will use tibble to create the the table containing the names.
Create or read the table containing the names
Attendees
Create attendees cerficates. Here you can indicate the language of the certificate (Spanish or English), the column name containing the names in df, the name of the Congress, date, hour, signer and logos. If you want to customize the certificate, you can use an Rmd template.
I wanted to customize the template, so the easiest way is to first run the certificates with keep.files = TRUE. This will add the template Rmarkdown file to the output folder. You can copy paste this file and modify it at your will (knowing a little laTex). The following template enables adding a background image for the template. Notice that you could modify the spaces and area between the text.
Here is the code for the template in latex (since output is pdf).
Once the past code is run with the corresponding template. This is the result