MatthiasValvekens / pyHanko

pyHanko: sign and stamp PDF files
MIT License
483 stars 71 forks source link

enhance document to provide concret example for specifying the page and coordinates of the signature field #278

Closed LeiYangGH closed 1 year ago

LeiYangGH commented 1 year ago

In the CLI documents, https://pyhanko.readthedocs.io/en/latest/cli-guide/signing.html#creating-signature-fields There's such command line example --field PAGE/X1,Y1,X2,Y2/NAME but it is difficult to understand what real numbers should be even read the following paragraph. for example, i know PAGE should be replaced with page number, X1,Y1,X2,Y2 stands for some coordinates. but what does the NAME mean and what should it be replaced with? it would be great if provide concret example, thanks!

MatthiasValvekens commented 1 year ago

Fair enough, that could be made more clear.

I'll add this to the docs.

LeiYangGH commented 1 year ago

thanks for the quick action!