Thank you for your question.
I guess the quickest way is to buy the Premium version, to also get the extra features: https://wp-pdf.com/premium/
But there are two other ways to remove the link if you don’t want to buy the Premium version – your web developer might need to help:
1. Add the following CSS rule to your Theme’s style.css file:
div.pdfemb-poweredby {
display: none !important;
}
2. Remove the option from wp_option table where option_name=”pdfemb_poweredby”. You could access the database directly, or use a plugin like Tweak Option to find the “pdfemb_poweredby” option and delete it.
I hope this helps!
Thanks,
Dan