I don´t like to convert with the txt2pdf - are there any possibilities to switch off?!?!
Or:
I have some swedish(1143)/russian(1154) and other WKFs and converted it into UTF8 (1208) -binary.
To transfer it binary into a PC-file (.txt) --> no Problem. I can read the .txt
I also need this WKF as PDF. But txt2pdf converts again into ASCII. I think that´s the problem?!?!
How to switch it off?
//MAKEPDF EXEC BATCHTMP
//SYSOUT DD SYSOUT=*
//CMPRINT DD SYSOUT=*
//CMPRT01 DD SYSOUT=*
//CMPRT02 DD SYSOUT=*
//SYSIN DD *
%TXT2PDF IN 'LISTE.DRUCK.CONV' +
OUT 'LISTE.DRUCK.CONV.PDF' +
LPI 6 CC Yes Paper A4 Orient Portrait FONT 11/CourierBold/100
Or has anybody another idea?