跳到主内容

搜索

搜索

Exporting Image For Sapscript

评论

1 条评论

  • 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

请先登录再写评论。