Optimizing documents for mobile
The key to mobile-friendly signing is creating documents with larger page dimensions and bigger text so the content fills the screen without excessive zooming.Page size and layout
Instead of standard letter size (8.5” x 11”), create your PDF with a taller, narrower aspect ratio that matches a phone screen. A single-column layout with large text works best. Recommended approach:- Page size: Use a custom page size around 6” x 10” or similar portrait ratio.
- Font size: Use 16pt or larger for body text.
- Margins: Use generous margins (at least 0.75”) so content does not crowd the edges.
- Single column: Avoid multi-column layouts or side-by-side content.
- Signature place height: Use the default height of 60 for signature places so they are easy to tap and sign.
Mobile-friendly DOCX example
Download an example document optimized for mobile signing.
Tips for generating mobile-friendly PDFs
If you generate PDFs programmatically:- Set the page dimensions in your PDF library to match a mobile-friendly ratio.
- Keep each page short with minimal content so the signer does not need to scroll within a page.
- Place signature fields near the bottom of the page where thumbs naturally reach.
- Set the page size in Word under Layout > Size > More Paper Sizes.
- Use a large font size and generous line spacing.
In-person signing on shared devices
For scenarios where signers are physically present (point of sale, front desk, clinic check-in), you can present the signing ceremony on a shared tablet or kiosk.Setup
Use custom authentication and embed the ceremony in your application. This lets you:- Control when the ceremony is shown on the device.
- Skip the email invitation flow entirely.
- Record who authenticated the signer in the audit log.
Between signers
After one signer completes, your application should clear the ceremony from the screen before presenting the next signer’s ceremony. Do not reuse ceremony URLs between different signers.Keep Learning
- Embed signing in a web app for iframe setup details.
- Embed signing in a mobile app for WebView integration.
- Use custom authentication to record how signers were verified.
- Control signature place sizing for touch-friendly fields.