Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Convert a file to PS using Hexadecimal Strings

3 views
Skip to first unread message

Beck...@adobeforums.com

unread,
Mar 18, 2009, 11:27:15 PM3/18/09
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!
0 new messages