How do I programmatically convert/merge any doc to PDF in my .NET application?

Posted by Kalki on Stack Overflow See other posts from Stack Overflow or by Kalki
Published on 2010-05-19T21:06:33Z Indexed on 2010/05/19 21:10 UTC
Read the original article Hit count: 147

Filed under:
|

Please recommend a good library to: 1)Programmatically convert any doc to pdf (word, spreadsheet, presentation, images, html, postscript)

2)Programmatically merge multiple pdf’s to a single pdf (ideally, word_doc1+ ppt_doc2 = out.pdf , in one step)

From .NET/c# app

Thanks

© Stack Overflow or respective owner

Related posts about pdf-generation

Related posts about c#