Skip to content

print_speed property not supported #289

@meiragoldstone

Description

@meiragoldstone
    const lobLetter = new LetterEditable({
      file: pdfUrl,
      color: true,
      use_type: LtrUseType.Operational,
      to: toAddress,
      from: fromAddress,
      print_speed: 'rapid',
    });

The value print_speed: 'rapid', is ignored. Looking at the generated docs, it doesn't look like it's a property on LetterEditable. This is a correct value though and is in the LOB docs.

Please update the sdk to include this in the constructor and settings so that we can use this important property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions