Is there a way to implement PostScript like page display for text files in C#??
ie a Print Preview for a bunch of text in a web page.
The requirement is to show a Print Preview like in Google Docs for a text displayed inside a label.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PostScript is a programming language with a set of operators/functions which generate output.
Much like C# + System.Drawing.
So the answer is Yes.
I would suggest starting by looking at how to transform your input into HTML. But need the details of the input format to be more specific.