//scanning/com.pixelnetica.scanning/ImageWriterPdf/writeFile

writeFile

[androidJvm]
open external override fun writeFile(image: File, orientation: ScanOrientation, text: ScanText, textOrientation: ScanOrientation)

Write specified file. Currently used for PDF only

Parameters

androidJvm

   
image file to write
orientation image orientation
text content to embed to the file
textOrientation orientation that was when image had been recognized

Throws

   
ScanningSdkException if an error occurs
Top