Build a multi-page PDF entirely on the device.
Assemble one or many captures into a single multi-page PDF, right on the phone. Arrange the pages and export the finished file without a single byte leaving the device. One API ships to iOS, Android, Flutter, and React Native.
Many captures in, one PDF out
- ✓ Merge one or many pages into a single multi-page PDF
- ✓ Everything runs on-device, so it works offline with no upload
- ✓ Build from your last capture session or your own list of images
- ✓ Pages assemble in the order you arrange them
- ✓ Set page layout and DPI before the file is written
- ✓ Need searchable text? Run captures through the Document AI OCR API server-side
- ✓ One API across iOS, Android, Flutter, and React Native
// Android, assemble captured pages into one multi-page PDF ImgHelper img = new ImgHelper(this); // from the last capture session... img.GetPDFForLastCapture(outputPdfPath); // ...or from your own ordered list of images: img.BuildPDF(imagePaths, outputPdfPath);
Common scenarios
Field forms
A rep captures every page of a hand-filled form and exports one multi-page PDF to the CRM, even with no signal in the field.
Offline PDF assembly
The finished document is built on the phone, ready to sync the moment connectivity returns. Nothing waits on a server.
Delivery paperwork
Merge proof-of-delivery photos, signatures, and the packing slip into one file per stop before the driver leaves the door.
KYC packets
Combine ID pages captured with Mobile Scanning into a single onboarding PDF. The sensitive images never leave the device.
Inspection reports
Assemble site photos, checklist pages, and notes into a dated, multi-page report the inspector can share on the spot.
Multi-page contracts
Capture a full agreement and produce one multi-page PDF of the whole document. Need full-text search across clauses? Layer on the OCR API.
Priced for every team
Included in the on-device SDK license. Pricing shown in your local currency.
Affordable to all
Because assembly happens on the device, there are no per-page server costs. One SDK license covers building PDFs whether you ship a handful of documents a day or millions.
Common questions
Explore the rest of the Mobile SDK
One license, every capability — take this and you also get all of these.