Skip to main content

Search

Search

Exporting Image For Sapscript

Comments

1 comment

  • Avatar
    Shotaro Ito

    Hi Alex,

    SAPScript takes ASCII text only and doesn't take binary data.

    Since usually driver send images to printer by binary data, print images via SAPScript is difficult.

     

    Some printers can receive image (graphic) data as encoded text, like hexadecimal or base64 and that would works.

    In the latest Seagull driver, Check Print dialog's Document property > Options tab to see such option is available (Graphic Options > Encoding etc.).

    0

Please sign in to leave a comment.