Package io.scanbot.pdf
Class JniPdfGenerator
-
- All Implemented Interfaces:
public final class JniPdfGenerator
-
-
Constructor Summary
Constructors Constructor Description JniPdfGenerator()
-
Method Summary
Modifier and Type Method Description final Unit
addPage(ByteArray nv21, Integer width, Integer height, Integer orientation)
final Unit
addPageJPEG(ByteArray jpeg, Integer orientation)
final Unit
addPageImagePath(String imagePath)
final Unit
addPageBitmap(Bitmap bitmap, Integer orientation)
final Unit
beginGenerationToFilePath(String pdfFilePath, PdfConfiguration pdfConfig)
final Unit
beginGenerationToFilePath(PdfConfiguration pdfConfig)
final Unit
beginGeneration(OutputStream stream, PdfConfiguration pdfConfig)
final ByteArray
endGeneration()
final Unit
dispose()
-
-
Method Detail
-
addPage
@Synchronized() final Unit addPage(ByteArray nv21, Integer width, Integer height, Integer orientation)
-
addPageJPEG
@Synchronized() final Unit addPageJPEG(ByteArray jpeg, Integer orientation)
-
addPageImagePath
@Synchronized() final Unit addPageImagePath(String imagePath)
-
addPageBitmap
@Synchronized() final Unit addPageBitmap(Bitmap bitmap, Integer orientation)
-
beginGenerationToFilePath
@Synchronized() final Unit beginGenerationToFilePath(String pdfFilePath, PdfConfiguration pdfConfig)
-
beginGenerationToFilePath
@Synchronized() final Unit beginGenerationToFilePath(PdfConfiguration pdfConfig)
-
beginGeneration
@Synchronized() final Unit beginGeneration(OutputStream stream, PdfConfiguration pdfConfig)
-
endGeneration
@Synchronized() final ByteArray endGeneration()
-
dispose
@Synchronized() final Unit dispose()
-
-
-
-