Can anyone help to share the experience to convert the spoolfile to TIFF Little Endian in AS400 IFS folder. I have used HPT API with WSCST setting DATASTREAM=TIFF_G4, INITPRT DATA = '4D4D002A'X to covert the spoolfile to Big Endian successfully. However, I still can't figure out the way to convert it into Little Endian which I finally need, even though using INITPRT DATA = '49492A00'X. Can anyone help to advise other parameters are required? Many thanks.
Software/Hardware used:
ASKED:
October 5, 2009 2:17 PM
UPDATED:
October 30, 2009 2:08 PM
that is the same what I know … in fact, the sampe WSCST support Big Endian only DATASTREAM=TIFF_G4. INITPRT DATA = ’4D4D002A’X.