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
J
jjpaquin
@jjpaquin
Posts
-
rich text output to postscript or... -
RTF convert to postscriptafter searching high and low i am unable to find anything in .net or 3rd parties for converting rtf or any text to postscript. is there any classes in the .net framework that allows this to happen dynamically? i have an rtf interface application written in vb.net that i want to write out to postscript. can anyone point me in a direction that will that the rtf to postscript? joe