Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Creates a PDF with all scanned documents.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImageCapture | 9.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
FileName | The filename to use. | "scan.pdf" | Optional |
Returns PDF container value or error.
Get a PDF into a field:
Set Variable [$pdf; MBS("ImageCapture.PDF") ]
If [ MBS("IsError") = ]
Set Field [MyTable::MyPDF; $pdf)
End If
Created 11st February 2019, last changed 19th September 2019
ImageCapture.OpenDevice - ImageCapture.PreferredDevice
Feedback: Report problem or ask question.