How to Convert Office Docs to PDF using C#

  • Thread starter Thread starter msdn
  • Start date Start date
M

msdn

Hello,

How to convert Office Docs to PDF format using C# on the fly in memory

Does Office 12 API support that?

Thanks,


Sa
 
Crystal reports can do it.
Otherwise I am sure you can find some free .NET objects to do it.

I doubt that the Office API would support it but I can' say for sure.
 
you can automate Adobe Acrobat (not reader)
but as Steven said there must be some 3rd party PDF libraries that
could help you to implement it

unfortunately PDF libraries would give you tools but I think you have
to draw PDF pages by your code

hope this helps
Galin Iliev[MCSD.NET]
www.galcho.com
 
msdn said:
Hello,

How to convert Office Docs to PDF format using C# on the fly in memory

Does Office 12 API support that?

Thanks,


Sa
Try ITextSharp at itextsharp.sourceforge.net for writing the pdf.
You will have to do the reading of the office files themselves via word
automation though.
I believe the next version of office supports native export to pdf.

HTH
JB
 

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