Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAPScript Japanese Printing Problem with EPSON VP-6200.

Former Member
0 Kudos

Hi,

Does anybody know how to print Japanese characters

on a SAPscript form correctly with EPSON VP-6200,

a dot-matrix printer?

If we place two Japanese text blocks on the same line,

the first is in place, however the second right-shifted.

Example)

Suppose that Xs are Japanese characters.

I want to print like following. Preview is OK.

XXXXXXXXXX XXXXXXXXXX
XXXXXXXX   XXXXXXXX
XXXXXX     XXXXXX

However, the actual output is like following.

The second Japanese text blocks are always right shifted.

XXXXXXXXXX      XXXXXXXXXX
XXXXXXXX      XXXXXXXX
XXXXXX      XXXXXX

If you have any hint for solving this problem, please let me know.

Regards,

Amane

1 ACCEPTED SOLUTION

SnezhinaV
Advisor
Advisor
0 Kudos

Hi Amane,

Have you tried using fixed-width fonts for Japanese? You can also try generating a PDF before printing to see if they appear OK, if the PDF is ok, then possibly the problem is with the printer.

Regards,

Snezhi

1 REPLY 1

SnezhinaV
Advisor
Advisor
0 Kudos

Hi Amane,

Have you tried using fixed-width fonts for Japanese? You can also try generating a PDF before printing to see if they appear OK, if the PDF is ok, then possibly the problem is with the printer.

Regards,

Snezhi