Beck...@adobeforums.com
unread,Mar 18, 2009, 11:27:15 PM3/18/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have to convert my text file to a ps file using my Java program. At first, I wrote method by Literal Text Strings, I found that when my text file had some Chinese(such double byte character), then the ps file could not display correctly.
Then I note that there is another method Hexadecimal Strings can transform each char to a HEX. But I don't know how to using it in my Java program, because the doc(PostScript3) hadn't mention too much.
Any suggestions on how I can solve this. Thanks!