Skip to main content

Field types


Coordinate system

All field positions use PDF points (1 point = 1/72 inch). The origin (0, 0) is the bottom-left corner of each page — this is the PDF standard, not a SignProof quirk.
Common page sizes in points:

Field parameters


Converting screen coordinates to PDF coordinates

If you’re placing fields from a browser-rendered PDF, you need to convert screen pixels to PDF points. The formula accounts for the screen DPI and the PDF render scale:
The drag-drop field placer in the Console handles coordinate conversion for you. Use it to position fields visually without writing coordinate math.

Typical field sizes

These are sensible defaults — adjust to fit your document layout.

Optional fields

Set required: false to make a field optional. The signer can complete it or leave it blank. At least one field per signer must be required (SignProof will reject an envelope where a signer has only optional fields).

Date format

date fields are auto-filled with the signing date in the format configured on your application (default: YYYY-MM-DD). The date is recorded at the moment the signer submits, in UTC.