rich text output to postscript or...
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
for anyone who has depth knowledge of rich text format, please shred some light on me. i have a vb.net rich editor that i want to output to postscript from rtf. i parse thru each character and write out the postscript commands with their attributes. the problem i am having is the character position (x,y) are not correct in the postscript. is there away to get the absolute position of characters in rich text to the postscript points? without using wysiwyg logic... jp