Skip to main content

Mobile Scanner Configuration

Enable and configure the Mobile Scanner feature, which lets users scan documents with their phone camera and upload them directly to Stirling PDF via QR code.

Settings

system:
enableMobileScanner: true
mobileScannerSettings:
convertToPdf: true # Convert images to PDF (true/false)
imageResolution: full # 'full' (original size) or 'reduced' (max 1200px)
pageFormat: A4 # 'keep' (original dimensions), 'A4', or 'letter'
stretchToFit: false # Stretch images to fill page (may distort)

Configuration Options

SettingValuesDescription
enableMobileScannertrue / falseEnable/disable Mobile Scanner feature
convertToPdftrue / falseAutomatically convert uploaded images to PDF. If false, images are kept as-is.
imageResolutionfull / reducedImage resolution for PDF conversion: full = original size, reduced = max 1200px on longest side. Only applies when convertToPdf is true.
pageFormatkeep / A4 / letterPage format for converted PDFs: keep = original image dimensions, A4 = A4 page size, letter = US Letter page size. Only applies when convertToPdf is true.
stretchToFittrue / falseStretch images to fill entire page (may distort aspect ratio). If false, images are centered with preserved aspect ratio. Only applies when convertToPdf is true.

Desktop app behaviour

The Stirling PDF desktop app has built-in support for Mobile Scanner. For the end-user walkthrough, see Mobile Scanner.

Admin note specific to the desktop app:

  • In desktop mode the app serves its own simple upload page (controlled by the STIRLING_PDF_TAURI_MODE setting) instead of the standard web /mobile-scanner page, because a phone cannot load the desktop app's own window.
x