// extract data from .prn
How can i extract data from a printer generated dumb .prn file (pcl6) by
using java or any other language. Is there any java Api for this ,like
Api for pdf file read (iText). I have googled alot but not found
anything usefull yet.
Thanks to all…
A .prn file will contain codes for whatever specific printer it was
generated for, If you know these Codes you can extract them, the rest would be plain text which can then be saved to normal .txt file.
A Workarround would be to convert it to pdf and get content and how it but i dont think this is simple programmatically. therefor you can use a PDF printer driver such as CutePDF or GhostPCL