Customer is having problems with CPYAFPPDF and CPYAFPTIF rendering small or half-sized images
From Support
| | If you have a question or seek clarification, please call Technical Support. |
[edit]
Problem:
Customer is having problem with CPFAFPTIF or CPYAFPPDF command rendering half-sized or smaller images into the final PDF or TIFF document
Apparently from V5R1 forward the workstation customization objects we use need to be set to 300 DPI to render the TIFF/PDF files correctly. There must have been some changes in the IBM Host Print Transform API's
[edit]
Solution:
1.) Download and install the following library from our web site: http://downloads.rjssoftware.com/files/rjswscst/rjswscst.exe
2.) Copy the workstation customization object from RJWSCST to RJSCONVERT.
CRTDUPOBJ OBJ(TIFF300DPI) FROMLIB(RJSWSCST) OBJTYPE(*WSCST) TOLIB(RJSCONVERT)
3.) Change AFP to PDF and AFP to TIFF command defaults to use correct workstation customization object:
CHGCMDDFT CMD(CPYAFPTIF) NEWDFT('WSCSTNAME(TIFF300DPI)
WSCSTLIB(RJSCONVERT)')
CHGCMDDFT CMD(CPYAFPTIF) NEWDFT('WSCSTNAME(TIFF300DPI)
WSCSTLIB(RJSCONVERT)')
4.) Run converter commands.
Please test and let us know if this resolves your issue.
