0

How do printers convert the vectorial CAD graphics to dots in paper? I have a 50mmx50mm with 4095x4095 points "printing" system and I'd like to print some CAD files to it? Should I use the existing printing system? Or convert the CAD file to something my "printer" undertands and if so, how?

Thank you

Leonardo Marques
  • 3,721
  • 7
  • 36
  • 50

1 Answers1

2

All printers understand postscript - in fact, most software that can print outputs to a postscript file and feeds it to the printer driver.

Export it as a postscript and edit it with The Gimp if you think something is wrong. Then print it out.

Autumn
  • 398
  • 2
  • 7
  • 1
    "All printers" = Upper end laser printers. Your desktop inkjet does not understand PostScript, and lower end printers may only implement a subset. However, GhostScript is quite capable as a rasterizer. – Yann Ramin Jun 25 '10 at 00:48
  • 1
    I disagree - several cheap inkjets use postscript or variation thereof to print from. Older ones typically used PCL or some proprietary language. – Autumn Jun 25 '10 at 02:26