Printing a PDF in C#

  • Thread starter Thread starter cybertof
  • Start date Start date
C

cybertof

Hello,

Is there an easy way to directly print a .pdf document from a c# app ?

Regards,
Cybertof.
 
Do you mean printing or creating

If you want to create, I advise you check out sourceForge.Net and look for iTextSharp, it's an open source PDF writer for C# you'll need csharziplib as well for it to work, you can find that in sourcforge.net too)

jax
 
I mean "printing" (not creating...).

Is Acrobat Reader a Com Object usable outside from Internet Explorer ?

Any other solution ?
 
cybertof said:
Is there an easy way to directly print a .pdf document from a c# app ?

You'll probably need to DDE to acrord32 - there once was an activex object,
but it seemed to dissappear somewhere between 4.0 and 6.0....
I once tried to do something similar - actually I was trying to print from
vbscript in a web-page, but my code ceased to work after upgrading to Reader
5.0...

You may want to search http://www.planetpdf.com for similar solutions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top