ConvertDocumentRequest constructor

ConvertDocumentRequest(
  1. ByteData? document,
  2. String? format, {
  3. String? outPath,
  4. String? fileNameFieldValue,
  5. String? storage,
  6. String? loadEncoding,
  7. String? password,
  8. String? encryptedPassword,
  9. String? fontsLocation,
})

Implementation

ConvertDocumentRequest(this.document, this.format,
    {this.outPath,
    this.fileNameFieldValue,
    this.storage,
    this.loadEncoding,
    this.password,
    this.encryptedPassword,
    this.fontsLocation});