menu
custom_pdf_converter package
documentation
pdf.dart
PdfEncryption
encrypt abstract method
encrypt abstract method
dark_mode
light_mode
encrypt
abstract method
Uint8List
encrypt
(
Uint8List
input
,
PdfObjectBase
<
PdfDataType
>
object
)
Encrypt some data
Implementation
Uint8List encrypt(Uint8List input, PdfObjectBase object);
custom_pdf_converter package
documentation
pdf
PdfEncryption
encrypt abstract method
PdfEncryption class