Loading...

//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

  
imagefile to write
orientationimage orientation
textcontent to embed to the file
textOrientationorientation that was when image had been recognized

Throws

  
ScanningSdkExceptionif an error occurs
Top