Getting print data - Windows (Redmon)
Posted
by
Anurag Ramdasan
on Stack Overflow
See other posts from Stack Overflow
or by Anurag Ramdasan
Published on 2012-09-29T17:19:02Z
Indexed on
2012/10/01
9:38 UTC
Read the original article
Hit count: 263
I am trying to develop an app to retrieve print data, edit its content and then print the data. I am using RedMon for that purpose. But all the tutorials I have seen online as of now relates to storing the data into a PDF using RedMon.
I want to be able to configure RedMon on a windows platform such that it writes the entire print data(the data that is bound to appear on the printing paper) as it is into a .txt file or maybe provide directly as an input to the java app that I have made.
I have been unsuccessful in finding a solution for this till now. Is this achievable?
© Stack Overflow or respective owner