×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
You might want to review this:
ftp://ftp.software.ibm.com/systems/support/system_i/techoverviews/v6r1/V6R1_Printing.pdf
Has a section that talks about the "new" support and some things that are not transformed. Mentions several other transforms that can be used and you might want to look them over for ideas.
________________________________
From: Mike Krebs <majkrebs@xxxxxxxxx>
To: RPG programming on the IBM i (AS/400 and iSeries) <rpg400-l@xxxxxxxxxxxx>
Sent: Monday, January 21, 2013 4:55 PM
Subject: Re: Latin2 chars in PDF
I'm guessing...change the customization to include a different font?
CRTSRCPF FILE(MYLIB/SRC1208) RCDLEN(112) TEXT('Source with CCSID 1208') CCSID(1208)
RTVWSCST DEVTYPE(*CTXFORM) MFRTYPMDL(*PDF) SRCMBR(MYPDF001) SRCFILE(MYLIB/SRC1208)
There are fonts in there that appear to be for specific systems like Japan, Chinese , Korean. Maybe you need special font defined as well?
________________________________
From: Szymon Nawrocki <szymon.nawrocki@xxxxxxxxxxxxxx>
To: 'RPG programming on the IBM i (AS/400 and iSeries)' <rpg400-l@xxxxxxxxxxxx>
Sent: Wednesday, January 16, 2013 2:08 AM
Subject: Latin2 chars in PDF
Hi all,
I'm trying to use PDF generation (v6r1 feature) and documents are created
but without Latin2 specific signs (which exists in spoolfile).
Could anyone give me a prompt what to change on printerfile params (without
changing DDS) to get Latin2 fonts ?
Kind regards
Szymon
As an Amazon Associate we earn from qualifying purchases.