Adding current date to a signature image and adding it into an existing pdf
问题 I have a signature image and want to add first the current date before it (on the left side) and then add this signature with date together to an existing pdf. The existing pdf is an application form with an area for the signature and date. What I have done so far is: magick \( -size 450x -gravity west -font NimbusSans-Regular label:23.10.2019 \) signature.png +append -strip -quality 100 signaturewithdate.png ^This adds the current date before the signature, works. Afterwards I convert the