15 pts.
 Print AS/400 AFP in Deskjet Printer
i did all my printer outputs inAFP and it correctly prints on laser printers. but when i try to print it in bubble jet printer(HP Desk jet 470B) lines,boxes  and fonts are not comming. Please help me on this

Software/Hardware used:
As/400 AFP for printing and HP Desk jet 470B printer
ASKED: July 19, 2010  10:18 AM
UPDATED: July 21, 2010  12:39 PM

Answer Wiki:
Laser printers print after a whole page of data is received. The image of the page is built internally then sent to the printer a page at a time. An inkjet printer operates more like a character printer - when it gets enough data to print a line it does so. Special software and/or hardware will probably be required to print AFP documents on an inkjet. I say "probably" because I'm not positive even that will take care of the issue. I'll bet someone else reading your question has experience with AFP and inkjet printers. ************************************************************************************************** I would set the HPT in RASTER mode, i.e. it will print the page as an image. To do this specify: : :RASTERMODE SCS=YES AFP=YES. Additional info: Perform the cmd: RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*HP520) SRCMBR(HP470B) SRCFILE(YOURLIB/QTXTSRC) TEXT('HP Deskjet 470B Raster Mode') Edit the source file. i.e. insert the lines below after the line DATASTREAM=HPPCL4. :RASTERMODE SCS=YES AFP=YES. Perform the cmd: CRTWSCST WSCST(yourlib/HP470B) SRCFILE(yourlib/QTXTSRC) and refer to the WSCST object in de printer devd so it looks like Workstation customizing object . . : HP470B Library . . . . . . . . . . . . . . . . . . . . . . : yourlib Make sure that in the devd the parameter TRANSFORM is set to YES and the parameter MFRTYPMDL is *HP520.
Last Wiki Answer Submitted:  July 21, 2010  10:19 am  by  SoClose   150 pts.
All Answer Wiki Contributors:  SoClose   150 pts. , WoodEngineer   5,525 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Can you please tell me how to setup HPT in RASTER mode

 15 pts.

 

See additional info Answer WIKI

 150 pts.