Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. How to print PS/EPS files?

How to print PS/EPS files?

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpquestionc++visual-studio
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ricecake
    wrote on last edited by
    #1

    I am developing an application that generates (Encapsulated) PostScript files. In order to display them on the screen, I use GhostScript to convert them into PNG images since .NET doesn't seem to natively support PS files. However, when the user wants to print, I would like to print the PS file since the print quality will be much better. Is it possible to send the PS file directly to a PS printer? The only documentation on printing I could find seemed to say that basically I had to manually render anything I want to print into a Graphics object. If this is not possible, how would I go about delegating the print task to GhostScript? (This question may be better suited for the GhostScript people, but I thought I'd give it a shot here anyway). I am using Managed C++ in VS .NET 2003, but in the past I haven't had much difficulty translating C# or VB.NET code into Managed C++. Thanks.

    -- Marcus Kwok

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups