Anyone know of a free license or library that converts asp.net word to pdf?


 
Thread Tools Search this Thread
Top Forums Web Development Anyone know of a free license or library that converts asp.net word to pdf?
# 1  
Old 02-24-2011
Anyone know of a free license or library that converts asp.net word to pdf?

Hello,

I am wondering if anyone knows of a free way (or very cheap way) for asp.net libraries to convert word to pdf.

Thanks

Kylle
# 2  
Old 02-24-2011
Create a postscript printer (I use "HP Color LaserJet"), and print to disk, install ghostscript http://pages.cs.wisc.edu/~ghost/ and use ps2pdf to convert the postscript file to pdf.

Last edited by jgt; 02-25-2011 at 08:33 AM..
# 3  
Old 02-25-2011
Thanks gonna try it out. Before the only solution was Pricing Information of Aspose Products ? Aspose Purchase Wizard and it costs a ton for the license :S

anyone know of others?
# 4  
Old 02-26-2011
If you can do it via a printer driver then why not install PDFcreator?
# 5  
Old 04-18-2011
search Google writing asp.net word to pdf converter and you will have many options.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Web Development

ASP.NET 5 Application on Centos OS7 Web Hosting Server

Hi All, Frankly I'm new to Linux Environment. While we are trying to Host an ASP.NET 5 Web Application on Centos OS7 Web hosting Server. There were couple of steps which we are supposed to go through, please see this link - We are stuck at Create a Container & then Running the Container,... (1 Reply)
Discussion started by: John Fredric
1 Replies

2. AIX

From ASP.NET to Oracle on unix

Dear all , I have a serious question and i need an answer before i go throught a new project. I have an oracle DB is on remote UNIX box.How can I connect through ASP.net on a windows server machine to the oracle db and do all the jobs i need (insert ,update delete) ? is their is a way ?? please... (2 Replies)
Discussion started by: hoshakhs
2 Replies

3. OS X (Apple)

Development tools like VS,ASP.Net

Hi I want to shift to Mac OS X , I wanted to know whether there are any similar development tools like VS,asp.net,.net frameworks are available in Mac OS X or not? I mean how does one can compete with windows with the same results those of microsoft? Are there any extra software availble or where... (7 Replies)
Discussion started by: MULTIVERSE
7 Replies

4. Windows & DOS: Issues & Discussions

ASP.net in unix based system. Someone Help Me

Hi Guys, i am new to the fourms.. i have one doubt related to unix.. i was developed one application in asp.net under windows platfrom. i want to run this application in sun one web server under unix environment.. Its possible or not .. please calrify my doubt. Thanks and Regards... (4 Replies)
Discussion started by: ksathiya76
4 Replies

5. UNIX for Dummies Questions & Answers

ASP.net in unix based system

Hi Guys, i am new to the fourms.. i have one doubt related to unix.. i was developed one application in asp.net under windows platfrom. i want to run this application in sun one web server under unix environment.. Its possible or not .. please calrify my doubt. Thanks and Regards... (1 Reply)
Discussion started by: ksathiya76
1 Replies
Login or Register to Ask a Question