Click here to Skip to main content
15,889,454 members

Comments by Member 11093824 (Top 7 by date)

Member 11093824 6-Nov-14 5:31am View    
how to use setprinter in C#.net for changing the datatype in printer_info_2 through programming?
Member 11093824 22-Oct-14 7:07am View    
how to use EnumPrintProcessorDataTypes[^] in C#.net code?
Member 11093824 22-Oct-14 0:39am View    
because i can only read emf file type related spool file data. so when i print any file in windows 7 or 8, it'll send raw format file to server for printing. but i didn't read that format. for that i need to change that raw format into emf before printing. so i'm going to write the code in C#.net.
could you please provide me the solution for the above scenario?

or how to convert raw spool file format data into Emf format using C#.net console application?

if you know, please provide me the solution.

thank you
Member 11093824 21-Oct-14 23:35pm View    
Enhanced MetaFIle
Member 11093824 21-Oct-14 3:23am View    
if you print any file in Windows 7/8, then the default print processor as "winprint" and datatype as "RAW" in print server. so i need to change that RAW into EMF datatype. for that i'm going to write an exe using C#.net code.

goto your printer location, select printer properties, select advanced tab, click on print processor, in that print processor and it's data type.