How do I convert Word files to PDF programmatically?
        Posted  
        
            by Shaul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shaul
        
        
        
        Published on 2009-03-03T19:03:26Z
        Indexed on 
            2010/03/15
            8:19 UTC
        
        
        Read the original article
        Hit count: 549
        
I have found several open-source/freeware programs that allow you to convert .doc files to .pdf files, but they're all of the application/printer driver variety, with no SDK attached.
I have found several programs that do have an SDK allowing you to convert .doc files to .pdf files, but they're all of the proprietary type, $2,000 a license or thereabouts.
Does anyone know of any clean, inexpensive (preferably free) programmatic solution to my problem, using C# or VB.NET?
Thanks!
© Stack Overflow or respective owner